Replies: 1 comment
-
BulletRobotics indeed relies on example code, so don't switch it off. We should add some check that if example code is turned off, BulletRobotics is also turned off. The issue #1406 is different, it requires adding a few Windows specific libraries (winmm.lib and Ws2_32.lib) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Building bullet with the
-Wl,--as-needed -Wl,--no-undefined
linking flags (used to prevent underlinking) show that the BulletRobotics library is underlinked, which likely causes #1406 on Windows too:Build options:
Moreover, it's a bit strange that BulletRobotics takes all its code from examples (which are turned off in the above config).
Beta Was this translation helpful? Give feedback.
All reactions