openexr-devel
[Top][All Lists]
Advanced

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

[Openexr-devel] Re: [PATCH] openexr with gcc-4.3


From: Florian Kainz
Subject: [Openexr-devel] Re: [PATCH] openexr with gcc-4.3
Date: Fri, 18 Apr 2008 11:52:40 -0700
User-agent: Mozilla Thunderbird 1.0 (X11/20041207)

Hi René,

thank you for sending your patch.  The problem was already
reported a few weeks ago, and a fix has been checked into CVS.

Florian

René Rebe wrote:
Hi all,

some explicit incldues are required since g++-4.3 due to cleaned
implicit includes e.g. also in the STL. Include string.h, as otherwise
str* and mem* are unknown, otherwise.

Btw. if you keep some reference list of openexr users, you could add
a link to the T2 SDE package:

  http://www.t2-project.org/packages/openexr.html

as well as our ExactImage, shipping with "basic" OpenEXR support
for some time:

  http://www.exactcode.de/site/open_source/exactimage/

--- openexr-1.4.0/exrenvmap/main.cpp.vanilla 2008-04-09 10:05:32.000000000 +0000
+++ openexr-1.4.0/exrenvmap/main.cpp    2008-04-09 10:05:37.000000000 +0000
@@ -45,6 +45,7 @@
 #include <iostream>
 #include <exception>
 #include <stdlib.h>
+#include <string.h>

 using namespace Imf;
 using namespace std;
--- openexr-1.4.0/exrmaketiled/main.cpp.vanilla 2008-04-09 10:05:02.000000000 +0000 +++ openexr-1.4.0/exrmaketiled/main.cpp 2008-04-09 10:05:09.000000000 +0000
@@ -46,6 +46,7 @@
 #include <exception>
 #include <string>
 #include <stdlib.h>
+#include <string.h>

 using namespace Imf;
 using namespace std;







reply via email to

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