-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
meson complains that "it Could not detect Ninja v1.5 or newer" even though it looks for ninja-1.7 #6867
Comments
Is this issue active? |
As far as I can tell, it was fixed in e04b0ae#diff-a66a8f5d37d3492fc951e272fca392e7. |
Still getting the same issue on meson -v 0.54.1 |
Solved by installing ninja by pip3
|
Currently it fails with "ERROR: Could not detect Ninja v1.5 or newer" despite Ninja being installed. According to mesonbuild/meson#6867, this might help.
@devkenante that commit is not yet in any stable version of meson |
Since meson was updated it has been failing to build
systemd
on Travis CI withI'll update ninja there but it would be great if the error message was a little bit more specific.
The text was updated successfully, but these errors were encountered: