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 have an error using latest ninja on Windows. It failed with following:
ninja
CMake Error: Running '/usr/local/bin/ninja.exe' '-C' '/cygdrive/c/Users/qwe/code/dsa/build' '-t' 'recompact' failed with: assertion "deps_data[i] < (int)nodes_.size()" failed: file "/cygdrive/c/Users/qwe/code/ninja-1.10.2/src/deps_log.cc", line 217, function: LoadStatus DepsLog::Load(const string&, State*, std::string*) Subprocess aborted
There are various files maybe you are interested in.
ninja.zip
The text was updated successfully, but these errors were encountered:
any updates?
Sorry, something went wrong.
I'm having the same issue with ninja 1.12.1:
ninja: /usr/src/debug/ninja/ninja-1.12.1/src/deps_log.cc:217: LoadStatus DepsLog::Load(const std::string&, State*, std::string*): Assertion `deps_data[i] < (int)nodes_.size()' failed. Subprocess aborted
And the only way to make the compilation work is to re-compile everything. Is there any other known workaround?
This was fixed recently by #2489
No branches or pull requests
I have an error using latest
ninja
on Windows. It failed with following:There are various files maybe you are interested in.
ninja.zip
The text was updated successfully, but these errors were encountered: