What does the log say about IlmBase? I find it a little funny that it found OpenEXR in /usr/include, yet your original error message said /usr/local/include/OpenEXR/IexThrowErrnoExc.h...
I'm suspecting you have two different OpenEXR and/or IlmBase installations on your system, and the build system is getting confused and maybe mixing and matching in an inappropriate way. On Aug 21, 2013, at 11:30 PM, Scott Wilson wrote: > Quick update: > > Here's the log with most of the lines mentioning OpenEXR: > -- OPENEXR_HOME = unknown > -- Found OpenEXR: /usr/include > -- Found OpenEXR: > optimized;/usr/lib/x86_64-linux-gnu/libIlmImf.so;debug;/usr/lib/x86_64-linux-gnu/libIlmImf.so > -- OPENEXR_VERSION = 1.6.1 > -- OpenEXR version 1.x > > Did not find /home/scott/oiio-Release-1.2.1/src/../../openexr-images > -- -> Will not run tests > openexr-suite;openexr-multires;openexr-chroma;openexr-v2 > -- -> You can find it at http://www.openexr.com/downloads.html > > 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 -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
