openexr-devel
[Top][All Lists]
Advanced

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

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


From: Jeff Clifford
Subject: [Openexr-devel] Missing includes for building with GCC 4.3.x
Date: Thu, 12 Feb 2009 16:29:36 +0000
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

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.






reply via email to

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