jonntd / stretchmesh

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

GLIBC 2.14 missing so trying to recompile #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For the GLIBC 2.14 missing when load the plugin from downloads
stretchMesh2013.so

What steps will reproduce the problem?
1. Install the plugin in maya/plugins
2. Load the plugin

What is the expected output? What do you see instead?
 The error:
// Error: line 1: Unable to dynamically load : 
/mnt/springfield/.coatlicue/maya/plugins/stretchMesh2013.so
/lib64/libc.so.6: version `GLIBC_2.14' not found (required by 
/mnt/springfield/.coatlicue/maya/plugins/stretchMesh2013.so) // 
// Error: line 1: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by 
/mnt/springfield/.coatlicue/maya/plugins/stretchMesh2013.so) // 
// Error: pymel : Failed to get controlCommand list from stretchMesh2013 // 
// Error: pymel : Failed to get modelEditorCommand list from stretchMesh2013 // 
// Error: pymel : Failed to get command list from stretchMesh2013 // 
// Error: pymel : Failed to get constraintCommand list from stretchMesh2013 // 
// Error: pymel.core : Failed to get depend nodes list from stretchMesh2013 // 
// Error: line 1: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by 
/mnt/springfield/.coatlicue/maya/plugins/stretchMesh2013.so) (stretchMesh2013) 
// 

What version of the product are you using? On what operating system?
Fedora 14
Kernel 2.6.35.14-96.fc14.x86_64

Please provide any additional information below.

The oficial version of glibc for Fedora 14 is v2.13 and this kernel of fedora 
is the oficial version from autodesk to run maya 2013.

Try to update the glibc maybe cause a lot of problems because have many 
dependencies. So I think is best to recompile the plugin in my system, hoping 
that stretchmesh dont use any new thing from glibc 2.14 vs glibc 2.13, I 
download the source from:
http://stretchmesh.googlecode.com/svn/trunk/

but when I try to compile using make, I recibe this error:

[hasielhassan@mixmaster StretchMeshSource]$ sudo make
[sudo] password for hasielhassan: 
make: Warning: File `Makefile' has modification time 25 s in the future
g++ -c curveColliderLocator.cpp -DLINUX -D_BOOL -DINCLUDE_IOSTREAM  -fPIC 
-fno-strict-aliasing -DREQUIRE_IOSTREAM -Wno-deprecated -Wall -Wno-multichar 
-Wno-comment -Wno-sign-compare -funsigned-char -Wno-reorder -fno-gnu-keywords 
-ftemplate-depth-25 -pthread -Wno-deprecated -fno-gnu-keywords -g 
-I/usr/autodesk/maya2013-x64//include -o curveColliderLocator.o 
curveColliderLocator.cpp: In member function ‘virtual void 
curveColliderLocator::draw(M3dView&, const MDagPath&, M3dView::DisplayStyle, 
M3dView::DisplayStatus)’:
curveColliderLocator.cpp:74:9: warning: unused variable ‘radiansToDegrees’
Assembler messages:
Fatal error: can't create curveColliderLocator.o: Permission denied
make: *** [curveColliderLocator.o] Error 1

Im really new to compiling things in linux, so maybe you have a best idea of 
what's happening

Original issue reported on code.google.com by hasielhassan on 16 Jan 2013 at 8:24