crueleva1 / dynamica

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

Linux/Maya 2011 build/install #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello everyone, 

Sorry if this isn't the appropriate place to post but I'm looking for a way to 
install Dynamica for Maya 2011 on a Suse 11 computer.
Is there somewhere a pre-compiled version of the plug for linux ? I check in 
the download section and it doesn't look like there's such a thing.

If I have to compile it, could someone explain the process ?

Thanks in advance,

Cheers,

Steve

Original issue reported on code.google.com by dupu...@gmail.com on 16 Jun 2011 at 1:22

GoogleCodeExporter commented 8 years ago
Hello nevermind the previous message I managed to find a linux build that I 
thought was working but I get this error message :

// Error: file: /u/soft/autodesk/maya2011-x64/scripts/others/pluginWin.mel line 
665: Unable to dynamically load : /u/steven/Dynamica/bin/libBulletMayaPlugin.so
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by 
/u/steven/Dynamica/bin/libBulletMayaPlugin.so) // 
// Error: file: /u/soft/autodesk/maya2011-x64/scripts/others/pluginWin.mel line 
665: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by 
/u/steven/Dynamica/bin/libBulletMayaPlugin.so) // 
// Error: file: /u/soft/autodesk/maya2011-x64/scripts/others/pluginWin.mel line 
665: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by 
/u/steven/Dynamica/bin/libBulletMayaPlugin.so) (libBulletMayaPlugin) // 

Anyone ever got this error msg ?

Thanks

Original comment by dupu...@gmail.com on 21 Jun 2011 at 9:54

GoogleCodeExporter commented 8 years ago
Did you build the plugin from source yourself? Linux binaries are typically not 
portable.

Please try using make or cmake to build the plugin, which is in the 
Extras/MayaPlugin directory

Original comment by erwin.coumans on 30 Jun 2011 at 11:13

GoogleCodeExporter commented 8 years ago
Hello Erwin, thnaks for the reply.
Actually I did not compile the plugin I got a version I found on the web.

I don't think CMake is installed on the machine, I'll see what I can do with 
the make command. 

Thanks !

Original comment by dupu...@gmail.com on 30 Jun 2011 at 11:22

GoogleCodeExporter commented 8 years ago
Latest Makefile in Extras/MayaPlugin should work under Linux, please try.

Original comment by erwin.coumans on 17 Feb 2012 at 5:02