-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Compilation issue on Windows with ninja #2579
Comments
I don't think we support ninja? |
But it's windows stuff so I'm not really sure |
Ninja is not only for windows. But in this case, the issue appear because ninja doesn't process source in the given order. My fix force a dependency which force at the end the order |
@diorcety What is ninja? |
As I mentioned there's no support for it and afaik you're the first to ask, so if you are interested please do send PRs to add support for it |
@diorcety Thanks. I don't think building with ninja is supported for libzmq. |
Okay this is the only fix to do for supporting ninja :) |
Could you please send a PR for it? |
Fixed by #2580 |
On windows with ninja the precompiled.hpp can't be found. Put precompiled.cpp first doesn't solve the issue, a better dependency tree must be done.
Cf diorcety@66b94c7
The text was updated successfully, but these errors were encountered: