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
make should compile the application
make fails in the middle of the compilation
Follow the Readme
Not applicable
cstdint import missing?
#29 2.394 /home/randl/DiskANN/include/ann_exception.h:22:65: error: 'uint32_t' has not been declared #29 2.394 22 | const std::string &fileName, uint32_t lineNum); #29 2.394 | ^~~~~~~~ #29 2.394 compilation terminated due to -Wfatal-errors. #29 2.398 In file included from /home/randl/DiskANN/src/ann_exception.cpp:4: #29 2.398 /home/randl/DiskANN/include/ann_exception.h:22:65: error: 'uint32_t' has not been declared #29 2.398 22 | const std::string &fileName, uint32_t lineNum); #29 2.398 |
and cascading errors from there
Failing setup:
Working setup:
The text was updated successfully, but these errors were encountered:
It is possible that a transitive dependency was removed within the cpp stdlib implementation. Maybe related to this? https://www.reddit.com/r/Cplusplus/comments/17olfla/comment/k7zbkfz/
Sorry, something went wrong.
I can try to do a quick PR by the end of the week if you'd like
Successfully merging a pull request may close this issue.
Expected Behavior
make should compile the application
Actual Behavior
make fails in the middle of the compilation
Example Code
Follow the Readme
Dataset Description
Not applicable
Error
cstdint import missing?
and cascading errors from there
Your Environment
Failing setup:
Working setup:
The text was updated successfully, but these errors were encountered: