Skip to content
New issue

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

vmem.cpp compile errors #8

Closed
timonline opened this issue Oct 11, 2019 · 1 comment
Closed

vmem.cpp compile errors #8

timonline opened this issue Oct 11, 2019 · 1 comment

Comments

@timonline
Copy link

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");})
                                          ^
@timonline
Copy link
Author

I seemed to have fixed it by running:

# CFLAGS="-D_BSD_SOURCE" ./configure
# make

Closing issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant