openexr-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-user] missing half.h?


From: Piotr Stanczyk
Subject: Re: [Openexr-user] missing half.h?
Date: Fri, 8 Jul 2011 05:33:10 +0000

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: address@hidden address@hidden on behalf of David Doria address@hidden
Sent: 07 July 2011 15:03
To: address@hidden
Subject: Re: [Openexr-user] missing half.h?

On Thu, Jul 7, 2011 at 5:20 PM, David Doria <address@hidden> 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
address@hidden
https://remote.lucasfilm.com/,DanaInfo=lists.nongnu.org,SSL+mailman/listinfo/openexr-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]