You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work with CMake and Ninja! Build times are blazing, especially incremental which was a big issue for Windows.
I do have an issue though. I downloaded the mconf.exe package and added it to my PATH and it runs fine from the command line. When running 'ninja menuconfig' it tries to build mconf and that fails in my environment. Am I missing a step to call the downloaded mconf instead of trying to build it's own?
The text was updated successfully, but these errors were encountered:
That's for the report, @dschaefer . This is a legitimate bug, the cmake file isn't correctly looking for mconf on the path before deciding to build it instead. Will fix ASAP.
Great work with CMake and Ninja! Build times are blazing, especially incremental which was a big issue for Windows.
I do have an issue though. I downloaded the mconf.exe package and added it to my PATH and it runs fine from the command line. When running 'ninja menuconfig' it tries to build mconf and that fails in my environment. Am I missing a step to call the downloaded mconf instead of trying to build it's own?
The text was updated successfully, but these errors were encountered: