You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am compiling Bullet on Windows with Visual Studio 2013 as shared. Here are my CMake options:
-DBUILD_PYBULLET=OFF
-DBUILD_PYBULLET_NUMPY=OFF
-DUSE_DOUBLE_PRECISION=ON
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DINSTALL_LIBS:BOOL=ON
-DUSE_MSVC_RUNTIME_LIBRARY_DLL:BOOL=ON
-DBUILD_UNIT_TESTS:BOOL=OFF
-DBUILD_BULLET2_DEMOS:BOOL=OFF
-DUSE_MSVC_FUNCTION_LEVEL_LINKING:BOOL=OFF
-DUSE_MSVC_COMDAT_FOLDING:BOOL=OFF
-DUSE_MSVC_SSE:BOOL=OFF
-DUSE_MSVC_SSE2:BOOL=OFF
-USE_MSVC_FAST_FLOATINGPOINT:BOOL=OFF
-DBUILD_SHARED_LIBS:BOOL=ON
I got a linking error which I solved by linking BulletRobotics to winmm.lib and Ws2_32.lib
Thx
This discussion was converted from issue #1406 on April 26, 2021 03:53.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All,
I am compiling Bullet on Windows with Visual Studio 2013 as shared. Here are my CMake options:
-DBUILD_PYBULLET=OFF
-DBUILD_PYBULLET_NUMPY=OFF
-DUSE_DOUBLE_PRECISION=ON
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DINSTALL_LIBS:BOOL=ON
-DUSE_MSVC_RUNTIME_LIBRARY_DLL:BOOL=ON
-DBUILD_UNIT_TESTS:BOOL=OFF
-DBUILD_BULLET2_DEMOS:BOOL=OFF
-DUSE_MSVC_FUNCTION_LEVEL_LINKING:BOOL=OFF
-DUSE_MSVC_COMDAT_FOLDING:BOOL=OFF
-DUSE_MSVC_SSE:BOOL=OFF
-DUSE_MSVC_SSE2:BOOL=OFF
-USE_MSVC_FAST_FLOATINGPOINT:BOOL=OFF
-DBUILD_SHARED_LIBS:BOOL=ON
I got a linking error which I solved by linking BulletRobotics to winmm.lib and Ws2_32.lib
Thx
Beta Was this translation helpful? Give feedback.
All reactions