crueleva1 / dynamica

Automatically exported from code.google.com/p/dynamica
0 stars 0 forks source link

undefined symbol: _ZTV15bt_rigid_body_t (mayaplugin) #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi I've compiled dynamica 2.76 for Maya 2010 on Fedora 11 Linux 64-bit.  I've 
managed to compile without errors but when I try to load the plugin I get the 
following output:

// Error: line 1: Unable to dynamically load : 
/home/jons/maya/2010-x64/plugins/mayaplugin.so
/home/jons/maya/2010-x64/plugins/mayaplugin.so: undefined symbol: 
_ZTV15bt_rigid_body_t // 
// Error: line 1: /home/jons/maya/2010-x64/plugins/mayaplugin.so: undefined 
symbol: _ZTV15bt_rigid_body_t // 
// Error: line 1: /home/jons/maya/2010-x64/plugins/mayaplugin.so: undefined 
symbol: _ZTV15bt_rigid_body_t (mayaplugin) // 

If anybody can give me some advice on what I've done wrong it'd be much 
appreciated.

Thanks,

Jon

Original issue reported on code.google.com by jonnystanley@gmail.com on 5 Aug 2010 at 9:35

GoogleCodeExporter commented 8 years ago
Please ignore this I've managed to successfully compile now from the bullet 
source rather than the dynamica source.

Original comment by jonnystanley@gmail.com on 6 Aug 2010 at 4:05

GoogleCodeExporter commented 8 years ago

Original comment by erwin.coumans on 11 Aug 2010 at 3:53

GoogleCodeExporter commented 8 years ago
Just wanted to alert that this is still valid.

If compiling from dynamica branch i get same error.
In main bullet svn the dynamica plugin is now missing.

Downloading bullet-2.76 and compiling produces a version that works for maya 
2009 linux.

Original comment by erik.joh...@gmail.com on 16 Aug 2010 at 9:25

GoogleCodeExporter commented 8 years ago
Can you help figuring out what the problem is for the Linux build?

The Dynamica repository links directly to the Bullet repo.

Original comment by erwin.coumans on 3 Sep 2010 at 7:39

GoogleCodeExporter commented 8 years ago
I get a similar error in maya from 2.77 however 2.76 works fine.

/maya/2010-x64/plugins/libBulletMayaPlugin.so: undefined symbol: 
_ZNKSt5ctypeIcE13_M_widen_initEv // 

Original comment by daniel.c...@gmail.com on 11 Feb 2011 at 1:58

GoogleCodeExporter commented 8 years ago
Compiling on Fedora under Linux should work now, if you use the Makefile under 
Extras/MayaPlugin.

Original comment by erwin.coumans on 17 Feb 2012 at 4:58