Skip to content
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

[cmake] mconf builds on Windows #1905

Closed
dschaefer opened this issue May 1, 2018 · 3 comments
Closed

[cmake] mconf builds on Windows #1905

dschaefer opened this issue May 1, 2018 · 3 comments

Comments

@dschaefer
Copy link

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?

@projectgus
Copy link
Contributor

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.

igrr pushed a commit that referenced this issue May 1, 2018
@projectgus
Copy link
Contributor

@dschaefer The commit reference above you should fix mconf for Windows on the cmake branch. Please let us know if it doesn't.

@dschaefer
Copy link
Author

Works great. Thanks! This is going to be fun to work with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants