-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardcoded path from CI in vcpkg SDK #59231
Comments
FYI @m-kuhn |
@nicogodet I am having a similar issues, I think that I just downloaded some python packages to get around some of that as, regardless of how I tried to reference the sdk, nothing worked. The issue now is that I have a built exe that will not run, but... I can move it to the "install" folder and create an env file and it will run. |
please don't! |
I will have have to wipe the current system and restart, but I was following the instructions and there were things missing and errors being thrown and I had to find a way around them. @m-kuhn , I agree this should be a straightforward repeatable build process and I don't mind helping get through these issues. I know you had me run some other cmake commands to turn some options off (QT6, I think). |
@nicogodet @m-kuhn , question... Do you know anyone that has set up a Windows environment from scratch and following the VCPKG instructions in the Install.md file and successfully built and ran the qgis.exe without any issues? |
@danodom-tcb Currently, no. |
@nicogodet, What's the primary build environment for QGIS? I am assuming those currently building on Windows has had the environment set up for a while, so probably some of the issues I ran into were related to not having my system set up in the same manner (python, etc.). |
OSGeo4W is the main build env for windows (.msi are created this way) VCPKG based build is fairly new and bugfix seem needed to have a working build outside GH CI. |
@nicogodet I have added a tiny bit of context to the top message (only affects SDK) and removed windows (it's actually the same for macos, even though easier to handle because one can manually edit the shebang in the |
@nicogodet , Newly built out Windows server/Windows 11 system with no development tools on it, so starting from scratch. I've tried on both. |
Fixed for macos/linux in open-vcpkg/python-registry#70 |
What is the bug or the crash?
Build fails when it tries to generate SIP files when using the vcpkg SDK
After a little investigation:
D:\a\QGIS\QGIS\build\vcpkg_installed\x64-windows-release\tools\python3\python.exe
is a CI pathIt looks like it affects python only
Steps to reproduce the issue
.
Versions
.
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: