Closed GoogleCodeExporter closed 9 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
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
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
Latest Makefile in Extras/MayaPlugin should work under Linux, please try.
Original comment by erwin.coumans
on 17 Feb 2012 at 5:02
Original issue reported on code.google.com by
dupu...@gmail.com
on 16 Jun 2011 at 1:22