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
When trying to use the installed hammer.hpp header, compilation fails at inclusion time with:
hammer.hpp
fatal error: '../../../hammer.h' file not found #include "../../../hammer.h" ^ 1 error generated.
The text was updated successfully, but these errors were encountered:
Is this still an issue with the merge of #158 ?
Sorry, something went wrong.
My comment on #158 at the time was stating that this was first noticed on an OSX machine, for which #158 would not help
I haven't tried since because I've been using the C version of the API happily in my C++ programs. (I don't need classes)
No branches or pull requests
When trying to use the installed
hammer.hpp
header, compilation fails at inclusion time with:The text was updated successfully, but these errors were encountered: