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
Building on Centos 7.1, fixed the vsegment.cpp errors and now I see:
In file included from vmem.cpp:10:0: ../include/liboffsetfinder64/libgeneral/macros.h:44:21: error: expected unqualified-id before '{' token #define log(a ...) ({printf(a),printf("\n");}) ^ ../include/liboffsetfinder64/libgeneral/macros.h:44:21: error: expected ')' before '{' token ../include/liboffsetfinder64/libgeneral/macros.h:44:46: error: expected unqualified-id before ')' token #define log(a ...) ({printf(a),printf("\n");})
^
The text was updated successfully, but these errors were encountered:
I seemed to have fixed it by running:
# CFLAGS="-D_BSD_SOURCE" ./configure # make
Closing issue
Sorry, something went wrong.
No branches or pull requests
Building on Centos 7.1, fixed the vsegment.cpp errors and now I see:
The text was updated successfully, but these errors were encountered: