We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error with whichever way I try to build...
cmake version 3.26.4 python version 3.11.3 (I've confirmed the same issue with python 3.11.4)
[89/402] BuildTest.WrongOutputInDepfileCausesRebuild *** Failure in /home/pi/Downloads/ninja-python-distributions/Ninja-src/src/build_test.cc:574 build_res [386/402] TokenPoolTest.IgnoreWithJNninja: warning: -jN forced on command line; ignoring GNU make jobserver. [402/402] ElideMiddle.ElideInTheMiddle failed make[2]: *** [CMakeFiles/build_ninja.dir/build.make:120: build_ninja-prefix/src/build_ninja-stamp/build_ninja-run_ninja_test_suite] Error 1 make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/build_ninja.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I am able to install by using: python3 -m pip install ninja==1.10.0
but, this doesn't fix the overall problem as pip still tries to install the newest version.
Sorry, something went wrong.
pip should now download a binary wheel.
No branches or pull requests
I get the following error with whichever way I try to build...
cmake version 3.26.4
python version 3.11.3
(I've confirmed the same issue with python 3.11.4)
[89/402] BuildTest.WrongOutputInDepfileCausesRebuild
*** Failure in /home/pi/Downloads/ninja-python-distributions/Ninja-src/src/build_test.cc:574
build_res
[386/402] TokenPoolTest.IgnoreWithJNninja: warning: -jN forced on command line; ignoring GNU make jobserver.
[402/402] ElideMiddle.ElideInTheMiddle
failed
make[2]: *** [CMakeFiles/build_ninja.dir/build.make:120: build_ninja-prefix/src/build_ninja-stamp/build_ninja-run_ninja_test_suite] Error 1
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/build_ninja.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: