openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] Missing includes for building with GCC 4.3.x


From: Piotr Stanczyk
Subject: Re: [Openexr-devel] Missing includes for building with GCC 4.3.x
Date: Thu, 12 Feb 2009 13:54:04 -0800
User-agent: Thunderbird 1.5 (X11/20051201)

Thanks for catching this one. I don't have ready access to 4.3 at the mo, but will check this out and add to the repository.

Piotr


Jeff Clifford wrote:
Hi,

Just a small compilation issue to report (I'm using the latest version of the OpenEXR source from the repository).

gcc 4.3.x doesn't have as much cross-including of headers it seems as previous versions so some small adjustments are required to overcome the following compilation errors due to missing includes:

ImathMatrix.h: In constructor 'Imath::Matrix44<T>::Matrix44() [with T = float]':
ImfChromaticities.cpp:110:   instantiated from here
ImathMatrix.h:1796: error: 'memset' was not declared in this scope

Just need to add

#include <string.h>

to ImathMatrix.h

to fix.



Similarly this needs adding to

blurImage.cpp

as well.


Cheers,

Jeff.




_______________________________________________
Openexr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/openexr-devel







reply via email to

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