So, it turns out that it was erroring out because I had OpenEXR installed from Synaptic (1.6.1), and I compiled and installed OpenEXR 2 to the /usr/local directory. Thanks for the help!
Regards, Scott Wilson On 13-08-21 11:20 PM, Larry Gritz wrote: > Do you know which version of OpenEXR you have installed? > > Another thing to try (for OIIO): > > make nuke > make VERBOSE=1 > build.log > > and post here all the lines in build.log concerning OpenEXR (it should say > which directory it's found in, etc.). > > > > On Aug 21, 2013, at 10:59 PM, Scott Wilson wrote: > >> Hello, I'm trying to build oiio 1.2.1 on Linux Mint 15 64 bit, and I'm >> getting the following error: >> >> In file included from >> /home/scott/oiio-Release-1.2.1/src/openexr.imageio/exrinput.cpp:58:0: >> /usr/local/include/OpenEXR/IexThrowErrnoExc.h:49:1: error: >> ‘IEX_INTERNAL_NAMESPACE_HEADER_ENTER’ does not name a type >> /usr/local/include/OpenEXR/IexThrowErrnoExc.h:95:1: error: >> ‘IEX_INTERNAL_NAMESPACE_HEADER_EXIT’ does not name a type >> /home/scott/oiio-Release-1.2.1/src/openexr.imageio/exrinput.cpp:70:27: >> error: expected declaration before end of line >> make[2]: *** >> [libOpenImageIO/CMakeFiles/OpenImageIO.dir/__/openexr.imageio/exrinput.cpp.o] >> Error 1 >> make[1]: *** [libOpenImageIO/CMakeFiles/OpenImageIO.dir/all] Error 2 >> make: *** [all] Error 2 >> >> Am I missing a library? >> >> Regards, >> Scott Wilson > -- > Larry Gritz > [email protected] > > > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
