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
[email protected]
http://lists.nongnu.org/mailman/listinfo/openexr-devel



_______________________________________________
Openexr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to