WANTED: Dynamica Linux binaries for Fedora C14/Maya2011

Physics APIs, Physics file formats, Maya, Max, XSI, Cinema 4D, Lightwave, Blender, thinkingParticles™ and other simulation tools, exporters and importers
Post Reply
mBakr
Posts: 53
Joined: Thu Aug 05, 2010 5:57 pm

WANTED: Dynamica Linux binaries for Fedora C14/Maya2011

Post by mBakr »

I'm not setup to build from source quite yet on my Linux rig, but I need to test the Dynamica tools - does anybody have Fedora Core 14 friendly binaries??
mBakr
Posts: 53
Joined: Thu Aug 05, 2010 5:57 pm

SOLVED: WANTED: Dynamica Linux binaries for Fedora C14/Maya2

Post by mBakr »

Solved:

In case anybody is wondering, grab the source, change to the source dir, and:

ccmake .
c - to configure
g - to generate
make

0 errors
Reist
Posts: 1
Joined: Thu Feb 11, 2010 9:02 pm

Re: WANTED: Dynamica Linux binaries for Fedora C14/Maya2011

Post by Reist »

Hi. I tried to compile on my machine and I get this error:

Code: Select all

[  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 .'
mBakr
Posts: 53
Joined: Thu Aug 05, 2010 5:57 pm

Re: WANTED: Dynamica Linux binaries for Fedora C14/Maya2011

Post by mBakr »

this may prove useful given the fPIC error:

http://ubuntuforums.org/showthread.php?t=643081
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: WANTED: Dynamica Linux binaries for Fedora C14/Maya2011

Post by Erwin Coumans »

I just uploaded a precompiled Linux binary for Fedora C14, Maya 2012 64bit
http://code.google.com/p/dynamica/downloads/list

The Extras/MayaPlugin/Makefile is fixed, so it is easier to compile/install for Linux. I'll look into the cmake build later.
Thanks,
Erwin
Post Reply