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 compile it successfully and it shows like:
>python configure.py --bootstrap bootstrapping ninja... warning: A compatible version of re2c (>= 0.15.3) was not found; changes to src/*.in.cc will not affect your build. depfile_parser.cc lexer.cc build.cc build_log.cc clean.cc clparser.cc debug_flags.cc deps_log.cc disk_interface.cc dyndep.cc dyndep_parser.cc edit_distance.cc eval_env.cc graph.cc graphviz.cc json.cc line_printer.cc manifest_parser.cc metrics.cc missing_deps.cc parser.cc state.cc status_printer.cc string_piece_util.cc util.cc version.cc subprocess-win32.cc includes_normalize-win32.cc msvc_helper-win32.cc msvc_helper_main-win32.cc minidump-win32.cc getopt.c ninja.cc Generating code Finished generating code wrote build.ninja. bootstrap complete. rebuilding... [35/35] LINK ninja.exe Generating code Finished generating code
and run the ninja -help successfully but when run ninja -v it shows:
>ninja -v ninja: error: loading 'build.ninja': The system cannot find the file specified.
The text was updated successfully, but these errors were encountered:
not sure, but fortunately you don't have to call ninja to rebuild itself, the --bootstrap option does it for you
--bootstrap
bootstrap complete. rebuilding...
Sorry, something went wrong.
ninja -v returning this message is pretty normal. It means you are running Ninja from a directory that does not have a build.ninja file to read from.
ninja -v
build.ninja
The -v is the verbose flag, do you want to run ninja --version instead?
-v
ninja --version
No branches or pull requests
I compile it successfully and it shows like:
and run the ninja -help successfully but when run ninja -v it shows:
The text was updated successfully, but these errors were encountered: