yep - these are fixed in the head. I'll try to find some time to dist out some of these minor fixes that went in.
Piotr ________________________________________ From: [email protected] [[email protected]] on behalf of David Doria [[email protected]] Sent: 07 July 2011 15:03 To: [email protected] Subject: Re: [Openexr-user] missing half.h? On Thu, Jul 7, 2011 at 5:20 PM, David Doria <[email protected]> wrote: > When trying to compile OpenEXR, I am getting: > /home/ddoria/src/openexr-1.7.0/IlmImf/b44ExpLogTable.cpp:52:18: error: > half.h: No such file or directory > > Any suggestions? > > Thanks, > > David > I guess all I had to do was install IlmBase 1.0.2. Shouldn't the 'configure' script check for this? When building OpenEXR, it complained that memset was not defined, so I had to add #include <cstring> to OpenEXR/ImathMatrix. Then memcpy was not defined in exrenvmap/blurImage.cpp which could again be fixed with: #include <cstring> I am on Ubuntu 11.4 with g++ 4.5.2-8ubuntu4. I hope these includes can be added so that the next person does not run into the same problems. David _______________________________________________ Openexr-user mailing list [email protected] https://remote.lucasfilm.com/,DanaInfo=lists.nongnu.org,SSL+mailman/listinfo/openexr-user _______________________________________________ Openexr-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/openexr-user
