Compatibility with Bullet 2.77

stnal

16-11-2010 11:52:43

Is OgreBullet compatible with bullet 2.77?

Thanks,
Stan

stnal

16-11-2010 12:35:04

Sorry for flooding, but it compiles and the demos are working ;)

snegovick

16-11-2010 13:01:25

not fully compatible though - several methods here and there are not binded, 6DofSpring class not implemented at all.

stnal

22-11-2010 08:25:39

Same for .bullet serializing
I'm still happy that it compiled ;)

At a certain point I decided that I'm going to use Bullet directly but then I delve into the code of OgreBullet and it made me change my mind.
Although it's not documented, it solves a lot of problems...

fakier

17-12-2010 22:56:29

hi
i cant compile. the ogrebullet plugin.
i did every step exactly like it was written. but i get an error message.

/usr/bin/ld: /usr/local/lib/libBulletCollision.a(btAxisSweep3.o): relocation R_X86_64_32S against `vtable for btAxisSweep3Internal<unsigned short>' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libBulletCollision.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [libOgreBulletCol.la] Fehler 1


what did i wrong, how can i fix this problem ?
-- edit
sorry, i found the solution. i had to build bullet dynamik.. :(