Bullet 2.83

Everything about development and the OpenMW source code.
maqifrnswa
Posts: 180
Joined: 14 Jan 2013, 03:57

Re: Bullet 2.83

Post by maqifrnswa »

psi29a wrote:Got a reply back from the Debian maintainer:
Hi Bret,

thanks for the info. I'll see if I can attend to Bullet within the next
couple of days.

Cheers,

Markus
The transition may take a while before it ends up in ubuntu (reverse depends of libbullet also have to be cleared), but most likely will go to debian experimental first so it should be ok to use for the PPA and debian package:

Code: Select all

$ grep-dctrl -F Build-Depends libbullet-dev -s Package /var/lib/apt/lists/*_Sources
Package: cyphesis-cpp
Package: freeorion
Package: gazebo
dteviot
Posts: 144
Joined: 17 Dec 2014, 20:29

Re: Bullet 2.83

Post by dteviot »

@Ace (SWE)
You may need to update the instructions for building OpenMW.

To use Bullet 2.83 with OpemMW,when building on with MSVC 2013, when run CMake on the Bullet cmake file, set the USE_MSVC_RUNTIME_LIBRARY_DLL flag.
Otherwise when you try linking OpenMW with the Bullet Libs you get errors like:
error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' in main.obj
Post Reply