* David Martínez Moreno <[EMAIL PROTECTED]> [2007-04-26 10:31]:
> Hello, Martin.  I have seen that i386 does not carry the needed
> version of gcc-snapshot (it has 20061022-1), and I have uploaded a
> new upstream version of aqsis.  Would you be so kind to test it (it
> has been incorporated in today's archive run) and report if the
> patch is valid yet?

Here's a new patch, at least for parts of the package.  I cannot
compile the whole thing right now and I don't know scons well enough
to work around it.  Please apply this for now.

--- build/rib/rib2/bdec.cpp~    2007-04-27 10:39:24.000000000 +0000
+++ build/rib/rib2/bdec.cpp     2007-04-27 10:39:34.000000000 +0000
@@ -34,6 +34,7 @@
 
 #include "logging.h"
 
+#include <cstdlib>
 #include <iostream>
 #include <iomanip>
 
--- build/rib/miqser/miqser.cpp~        2007-04-27 11:02:52.000000000 +0000
+++ build/rib/miqser/miqser.cpp 2007-04-27 11:03:05.000000000 +0000
@@ -35,10 +35,12 @@
 #endif // AQSIS_SYSTEM_WIN32
 #include <fcntl.h>
 
+#include <cstdlib>
 #include <iostream>
 #include <iomanip>
 #include <fstream>
 #include <sstream>
+#include <memory>
 #include <string>
 #include <vector>
 #include <stdio.h>
--- build/argparse/argparse.cpp~        2007-04-27 10:24:31.000000000 +0000
+++ build/argparse/argparse.cpp 2007-04-27 10:24:43.000000000 +0000
@@ -17,6 +17,7 @@
  */
 
 #include "argparse.h"
+#include <cstdlib>
 #include <map>
 #include <list>
 #include <functional>
--- build/renderer/aqsis/aqsis.cpp~     2007-04-27 10:25:10.000000000 +0000
+++ build/renderer/aqsis/aqsis.cpp      2007-04-27 10:25:44.000000000 +0000
@@ -36,9 +36,11 @@
 #endif // AQSIS_SYSTEM_WIN32
 #include <fcntl.h>
 
+#include <cstdlib>
 #include <iostream>
 #include <iomanip>
 #include <fstream>
+#include <memory>
 #include <sstream>
 #include <string>
 #include <vector>
--- build/shadercompiler/codegenvm/vmoutput.cpp~        2007-04-27 
10:52:27.000000000 +0000
+++ build/shadercompiler/codegenvm/vmoutput.cpp 2007-04-27 10:52:43.000000000 
+0000
@@ -29,6 +29,7 @@
 #include       <sstream>
 #endif
 #include       <fstream>
+#include       <cstdlib>
 #include       <deque>
 #include       <string>
 #include       <map>
--- build/shadercompiler/aqsl/aqslcomp.cpp~     2007-04-27 10:47:24.000000000 
+0000
+++ build/shadercompiler/aqsl/aqslcomp.cpp      2007-04-27 10:47:42.000000000 
+0000
@@ -28,8 +28,10 @@
 #include       "logging.h"
 #include       "logging_streambufs.h"
 
+#include       <cstdlib>
 #include       <iostream>
 #include       <fstream>
+#include       <memory>
 #include       <sstream>
 #include       <stdio.h>
 
--- build/shadercompiler/aqsltell/aqsltell.cpp~ 2007-04-27 10:56:35.000000000 
+0000
+++ build/shadercompiler/aqsltell/aqsltell.cpp  2007-04-27 10:56:43.000000000 
+0000
@@ -40,6 +40,7 @@
 #include "slx.h"
 #include "version.h"
 
+#include <cstdlib>
 #include <iostream>
 #include <iomanip>
 #include <fstream>
--- build/texturing/teqser/teqser.cpp~  2007-04-27 11:04:48.000000000 +0000
+++ build/texturing/teqser/teqser.cpp   2007-04-27 11:08:20.000000000 +0000
@@ -3,6 +3,8 @@
 
 #include       <stdio.h>
 
+#include       <cstdlib>
+#include       <memory>
 
 #ifdef AQSIS_SYSTEM_WIN32
 #include       <conio.h>

-- 
Martin Michlmayr
http://www.cyrius.com/

Reply via email to