[resolved] bullet 2.77 linking problem (getFixedBody issue)

BLK Dragon
Posts: 8
Joined: Fri Sep 03, 2010 9:03 am

[resolved] bullet 2.77 linking problem (getFixedBody issue)

Post by BLK Dragon »

There's an issue with bullet 2.77

Linker spews bunch of 'multiple definition' of btTypedConstraint::getFixedBody error. I've looked into code and indeed getFixedBody is static inline function defined in multiple classes — it's duplicated in every .obj where header with getFixedBody definition was included.

Am I doing something wrong?

(compilers used : Intlel C++ 11.1 / MSVC 9.0 SP1)

UPDATE
bullet 2.77 (release) has no this issue