Wiindows 10: "ninja : error : loading 'build.ninja'" #329
Replies: 1 comment
-
To answer my own question - I was setting the rvcmds.sh variables using the suggested export as environmental variables By doing this the environmental variable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
wow this build process on Windows has me broken up.
Windows 10 using the 'Visual Studio 17 2022' generator (same result in 2019).
I've made it through the setup and bootstrap. For that I would suggest some checks in vscmds.sh that ENV variables set point to directories that exist and have expected subdirectories.
I am failing with 10 errors now:
From the docs it says that Cmake should be the msys one and point to Ninja.
in cmd.exe
and
cmake --help
does return *Ninja as the default generatorin MSYS MNGW64 console:
and
cmake --help
shows *Visual Studio 17 2022 as the default generator not Ninja - but that is because the environment variable CMAKE_GENERATOR="Visual Studio 17 2022" set using rvcmds.sh.How can I test if Ninja is set up correctly? Any steps I can take to progress?
Beta Was this translation helpful? Give feedback.
All reactions