openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] openexr gcc43 patch


From: Florian Kainz
Subject: Re: [Openexr-devel] openexr gcc43 patch
Date: Fri, 29 Feb 2008 18:30:56 -0800
User-agent: Mozilla Thunderbird 1.0 (X11/20041207)

Thanks for the patch.  The fix has been checked into CVS.

Florian

Rex Dieter wrote:
Needed this small patch to build w/gcc-4.3

-- Rex


------------------------------------------------------------------------

diff -up openexr-1.6.1/exrmaketiled/main.cpp.gcc43 
openexr-1.6.1/exrmaketiled/main.cpp
--- openexr-1.6.1/exrmaketiled/main.cpp.gcc43   2007-04-24 20:08:45.000000000 
-0500
+++ openexr-1.6.1/exrmaketiled/main.cpp 2008-02-01 08:21:29.000000000 -0600
@@ -44,7 +44,7 @@
#include <iostream>
 #include <exception>
-#include <string>
+#include <string.h>
 #include <stdlib.h>
using namespace Imf;
diff -up openexr-1.6.1/exrenvmap/main.cpp.gcc43 openexr-1.6.1/exrenvmap/main.cpp
--- openexr-1.6.1/exrenvmap/main.cpp.gcc43      2007-04-24 20:07:51.000000000 
-0500
+++ openexr-1.6.1/exrenvmap/main.cpp    2008-02-01 08:22:10.000000000 -0600
@@ -45,6 +45,7 @@
 #include <iostream>
 #include <exception>
 #include <stdlib.h>
+#include <string.h>
using namespace Imf;
 using namespace std;



------------------------------------------------------------------------

_______________________________________________
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]