for my project i've switched from the older 2.75 to the newest svn edition of 2.76 but all of a sudden i get this errors when i try to link my stuff
Code: Select all
g++ -bundle SIM_SolverBullet.o SIM_BulletData.o SIM_SolverBulletState.o Gdp_Condition.o -lbulletdynamics -lbulletcollision -lbulletmath -Wl,-rpath,/Library/Frameworks/Houdini.framework/Versions/10.0.390/Libraries -L/Library/Frameworks/Houdini.framework/Versions/10.0.390/Libraries -L/opt/sidefx/hfs10.0.390FS/Frameworks/Houdini.framework/Versions/10.0.390/Libraries -F/opt/sidefx/hfs10.0.390FS/Frameworks -framework Houdini -arch x86_64 -fobjc-gc-only -framework OpenGL -framework Cocoa -o SIM_SolverBullet.dylib_darwin_10.0.390
Undefined symbols:
"btCollisionShape::getContactBreakingThreshold(float) const", referenced from:
vtable for btGImpactShapeInterfacein SIM_SolverBullet.o
"btTypedConstraint::serialize(void*, btSerializer*) const", referenced from:
vtable for btTypedConstraintin SIM_SolverBullet.o
vtable for btTypedConstraintin SIM_SolverBulletState.o
"btCollisionShape::serializeSingleShape(btSerializer*) const", referenced from:
vtable for btGImpactShapeInterfacein SIM_SolverBullet.o
"btCollisionShape::serialize(void*, btSerializer*) const", referenced from:
vtable for btGImpactShapeInterfacein SIM_SolverBullet.o
ld: symbol(s) not found
any ideas how to fix this ?
thanks!
Infernal