Hi. I tried to compile on my machine and I get this error:
Code:
[ 7%] Built target ConvexDecomposition
[ 8%] Built target GIMPACTUtils
[ 54%] Built target BulletCollision
[ 64%] Built target BulletDynamics
[ 67%] Built target LinearMath
Linking CXX shared library libBulletMayaPlugin.so
/usr/bin/ld: ../../src/BulletDynamics/libBulletDynamics.a(btGeneric6DofConstraint.o): relocation R_X86_64_32 against `guard variable for btTypedConstraint::getFixedBody()::s_fixed' can not be used when making a shared object; recompile with -fPIC
../../src/BulletDynamics/libBulletDynamics.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [Extras/MayaPlugin/libBulletMayaPlugin.so] Error 1
make[1]: *** [Extras/MayaPlugin/CMakeFiles/BulletMayaPlugin.dir/all] Error 2
make: *** [all] Error 2
I'm using version 2.76. Any idea how to fix this? I tried 2.77 also, but I see no option to build the maya plugin when I type 'ccmake .'