Nicolas Cami
Nicolas Cami
Hi there, I get the exact same error output. I'm working with virtualenv. I tried with pyqt5, pyqt6, pyside6 (using `os.environ["QT_API"]`) and get the same error as soon as the...
Additional information: The issue only occurs on **Wayland**. Running the problematic example on X11 works. As a workaround, you can force Qt to use X11 instead of Wayland: ``` export...
Thanks for opening this issue. In the meantime I applied a suggestion from a reviewer in https://github.com/microsoft/vcpkg/pull/46809, adding `-DHDF5_PREFER_PARALLEL=${HDF5_WITH_PARALLEL}` so that fesapi build has both `HDF5_PREFER_PARALLEL` and `HDF5_WITH_PARALLEL` variables set...
Hi @philippeVerney ! Adding `-DHDF5_PREFER_PARALLEL=${HDF5_WITH_PARALLEL}` option to portfile seems to solve the "parallel" issue. But we still have a bit of work to make it work for every configuration! I...
Hi @philippeVerney https://github.com/F2I-Consulting/fesapi/commit/3ce490c30b943a53bee8e878a0477cae8bf93503 looks better indeed. No worries for the delay, we have a custom vcpkg registry to build fesapi so https://github.com/microsoft/vcpkg/pull/46809 is not a blocker for us.
According to this thread: [TARGET_PDB_FILE does not work on MSVC static libraries](https://gitlab.kitware.com/cmake/cmake/-/issues/16932), we probably want to install `TARGET_PDB_FILE` for dynamic lib and `TARGET_COMPILE_PDB_FILE ` for static lib.
Hi @philippeVerney Unfortunately the [Azure Devops URL](https://dev.azure.com/vcpkg/public/_build/results?buildId=118927&view=logs&jobId=ee850cd8-f745-5d95-b876-f5639300ca83) from [here](https://github.com/microsoft/vcpkg/pull/46809/checks?check_run_id=47815404573) give me a "Build not found." error. It will be hard to fix that without the CI logs
Hi @philippeVerney, Sorry for the late reply! I updated the port. Static build fails early because of vcpkg post-build validation. I think I can easily fix it by removing the...
You're welcome! Windows' static build works now, congrats :) I can't find more logs for ninja, guess it's worth asking the vcpkg crew...
Sure, it's done, you should have received an invite