crueleva1 / dynamica

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

Build errors for Maya plugin #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to build on Fedora 16.x86_64 with gcc 4.1.2 for maya2010 and having 
numerous issues.

If I use the defaults as they are, I get an undefined symbol error when trying 
to load the plugin. The only thing that got the plugin to load is if I use 
"cmake -DBUILD_SHARED_LIBS=ON" but then the settings menu doesn't load 
properly. 

It would also be nice to be able to just build the maya plugin without having 
to build everything else (if you use cmake from the maya plugin dir the libs 
are not found properly).

Original issue reported on code.google.com by daniel.c...@gmail.com on 2 Feb 2012 at 10:34

GoogleCodeExporter commented 8 years ago
Did you try to build latest trunk using the Extras/Makefile ?

Does the precompiled Linux 64bit Maya 2012 binary from the Download section 
work?
http://code.google.com/p/dynamica/downloads/detail?name=Dynamica-Maya2012-x86_64
-Linux.tgz

Original comment by erwin.coumans on 2 Feb 2012 at 10:02

GoogleCodeExporter commented 8 years ago
Yup it compiles and loads ok in maya2010 using the Extras/Makefile, not sure 
what cmake is doing that kills it. 

(also the 2012 binary doesn't load in 2010 either).

I'll make a new ticket about the UI/settings menu issue.

Original comment by daniel.c...@gmail.com on 3 Feb 2012 at 10:43

GoogleCodeExporter commented 8 years ago
ah, great if the Makefile works for you (ignore cmake if make works)

Original comment by erwin.coumans on 10 Feb 2012 at 12:09