-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
Windows build fails #996
Comments
Is this a problem? How many versions are out there? |
I had assumed it would not be a problem, but installing python latest directly, as well as ensuring the visual studio install has python included (which it does) still fails from the commandline with CMake. Same "missing python" error building from VSCode. Attempting to build directly in visual studio from the provided .sln also fails with missing GitRef.hpp, so it does look like a missing dependency (Git is installed, with all available options). So, currently on Windows, following all instructions from the PDF, build consistently fails:
|
So it turns out downloading and installing Python directly or through VSCode doesn't actually work; on windows you have to download and install Python from the Microsoft Store specifically for it to work. Might be worth adding a note in the docs to that effect to save headaches (but running that line from the makefile uncovered this pretty quickly). |
Following command line instructions with CMake, most packages install as expected.
Command line:
Second step fails with:
Assuming need to install Python here (but I'd rather not if possible), but unclear which version.
Attempting to build the visual studio, most files build but consistently get error:
The text was updated successfully, but these errors were encountered: