Re: [osg-submissions] OpenEXR / OS X build failure

2008-11-30 Thread Robert Osfield
Thanks Ulrich, changes now merged and submitted to svn/trunk. I didn't merge the changes to the exr/CMakeLists.txt as clearly they were hacked from another CMakeLists.txt file without leaving the orignal entries... I've edited the CMakeLists.txt myself and checked it in. Could you please do an

Re: [osg-submissions] OpenEXR / OS X build failure

2008-11-30 Thread Ulrich Hertlein
Quoting Robert Osfield [EMAIL PROTECTED]: didn't merge the changes to the exr/CMakeLists.txt as clearly they were hacked from another CMakeLists.txt file without leaving the orignal entries... Sorry 'bout that. Yes, trunk compiles fine, thanks. /ulrich

[osg-submissions] OpenEXR / OS X build failure

2008-11-29 Thread Ulrich Hertlein
Hi Robert, I'm was getting a build failure from the OpenEXR reader on Mac OS X. It was complaining about undefined references to half::convert(int). I believe this is because the EXR plugin doesn't explicitly link against the Half library. Attached is a modified FindOpenEXR.cmake module