crueleva1 / dynamica

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

could you please compile for maya 2013 on mac os x? #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have tried compiling from source, using wiki howto, but ended with this:

AFX1:MayaPlugin operater$ make -f Makefile.mac
g++ -c bt_solver.cpp -arch x86_64  -DMAC_PLUGIN -DOSMac_MachO_ -DBits64_ -m64  
-DUNIX -D_BOOL -DOSMac_ -DFUNCPROTO -D_GNU_SOURCE  -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../../src 
-I. -I/Applications/Autodesk/maya2013/devkit/include -I../HACD -o bt_solver.o 
In file included from bt_solver.h:51,
                 from bt_solver.cpp:34:
bt_hacd_shape.h: In constructor ‘bt_hacd_shape_t::bt_hacd_shape_t(const 
vec3f*, size_t, const vec3f*, const unsigned int*, size_t, bool)’:
bt_hacd_shape.h:150: warning: unused variable ‘hacdIndices’
/var/folders/jr/jreVeH54FJun63lDaG2ffE+++TM/-Tmp-//cchgSd1t.s:unknown:Undefined 
local symbol LC52
/var/folders/jr/jreVeH54FJun63lDaG2ffE+++TM/-Tmp-//cchgSd1t.s:unknown:Undefined 
local symbol LC53
/var/folders/jr/jreVeH54FJun63lDaG2ffE+++TM/-Tmp-//cchgSd1t.s:unknown:Undefined 
local symbol LC54
/var/folders/jr/jreVeH54FJun63lDaG2ffE+++TM/-Tmp-//cchgSd1t.s:unknown:Undefined 
local symbol LC55
make: *** [bt_solver.o] Error 1

..
when i try use 2012 compiled .plugin in maya 2013, it refuses to load with 
error:
// Error: Plug-in, "dynamicaMayaPlugin" was compiled against too old a version 
of the Maya API and is thus incompatible with the current Maya version. 
(dynamicaMayaPlugin)

so could you please compile it for me or tell me what am i doing wrong?

thanks
Stepan Kuklis

Original issue reported on code.google.com by panpan...@gmail.com on 24 Jan 2013 at 11:58