OpenEXR.cpp for Maya2011?

OpenEXR.cpp for Maya2011?

chaneyx
Advocate Advocate
218 Views
1 Reply
Message 1 of 2

OpenEXR.cpp for Maya2011?

chaneyx
Advocate
Advocate
Any advice on how to build and properly link this plugin ?

Do we need to statically link to our version of OpenEXR or use the version that Maya2011 is using which seems like OpenEXR1.2.2 ?

We are getting -fPic errors and undefined symbols .

This example is not being built by the Maya devkit Make file .
0 Likes
219 Views
1 Reply
Reply (1)
Message 2 of 2

chaneyx
Advocate
Advocate
Got it .

Recompile zlib , ilmbase , openexr with -disabled-shared in the configuration file and -fPIC for all .
0 Likes