-
Notifications
You must be signed in to change notification settings - Fork 182
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
Can't compile on Linux without commenting out code #219
Comments
Perhaps a different issue but I too am having trouble compiling Newton on Linux. SET(NEWTON_BUILD_TEST OFF CACHE BOOL "generate test project") Click here for build output: Newton 4.00, Clang 9.0.0
Static Lib Newton 3.14 compiles fine on my system. |
Despite that the current package in AUR won't work because the source code was moved to subdirectories, the code won't compile until I comment out this define:
#define DG_LIBRARY_IMPORT __attribute__((visibility("default")))
in "sdk/dgCore/dgTypes.h"With mentioned changes it compiles with multiple warnings but I could effectively run the demos.
The text was updated successfully, but these errors were encountered: