* Reinhard Tartler <[EMAIL PROTECTED]> [2007-04-03 09:01]:
> Martin Michlmayer war mal wieder fleissig und hat entdeckt, dass es wohl
> ein problem mit den #includes in aspectc++ gibt. ich schau mal ob ich
> den neuen gcc-snapshot auf die faui48{a,b} installieren kann.

Hier ein Patch:

--- Ag++/System.cc~     2007-04-05 12:25:22.000000000 +0200
+++ Ag++/System.cc      2007-04-05 12:25:30.000000000 +0200
@@ -22,6 +22,8 @@
 //Puma includes
 #include "Puma/VerboseMgr.h"
 
+#include <cstdlib>
+
 System::System(ErrorStream& e,AGxxConfig& c ,const string& 
exec_str):_err(e),_config(c){
 
 #if defined (WIN32)
--- Puma/src/parser/ccparser/CCSemExpr.cc~      2007-04-05 12:14:12.000000000 
+0200
+++ Puma/src/parser/ccparser/CCSemExpr.cc       2007-04-05 12:14:19.000000000 
+0200
@@ -42,6 +42,7 @@
 // the include cycle problem
 #include "Puma/CCSemVisitor.h"
 
+#include <climits>
 #include <string>
 #include <sstream>         /* istringstream */
 #include "Puma/WChar.h"    /* wcslen() */
--- Puma/src/parser/cparser/CSemExpr.cc~        2007-04-05 12:16:12.000000000 
+0200
+++ Puma/src/parser/cparser/CSemExpr.cc 2007-04-05 12:16:21.000000000 +0200
@@ -39,6 +39,7 @@
 // the include cycle problem
 #include "Puma/CSemVisitor.h"
 
+#include <climits>
 #include <sstream>         /* istringstream */
 #include "Puma/WChar.h"    /* wcslen() */
 #include <ctype.h>         /* isdigit(); isxdigit() */

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to