Hi.
I had to make 2 small changes to get SAMT to compile with gcc 4.4; I
didn't see any other messages about it, so I hought I'd send along the
changes (it might save someone else a few minutes :)
diff -urN SAMThadoop20100123.orig/src/MapExtractRules.cc
SAMThadoop20100123/src/MapExtractRules.cc
--- SAMThadoop20100123.orig/src/MapExtractRules.cc 2010-01-22
14:44:53.000000000 +0000
+++ SAMThadoop20100123/src/MapExtractRules.cc 2010-05-07
15:16:13.000000000 +0100
@@ -29,6 +29,7 @@
#include <numeric>
#include <cfloat>
#include <climits>
+#include <limits>
#include "Parameter.h"
#include <math.h>
#include <algorithm>
diff -urN SAMThadoop20100123.orig/src/Share/Globals.cc
SAMThadoop20100123/src/Share/Globals.cc
--- SAMThadoop20100123.orig/src/Share/Globals.cc 2010-01-22
14:44:52.000000000 +0000
+++ SAMThadoop20100123/src/Share/Globals.cc 2010-05-07
15:16:31.000000000 +0100
@@ -5,6 +5,7 @@
#include <sstream>
#include <algorithm>
#include <math.h>
+#include <limits>
#include <assert.h>
using namespace std;
--
You received this message because you are subscribed to the Google Groups "samt-technical" group.
To post to this group, send email to samt-technical@googlegroups.com.
To unsubscribe from this group, send email to samt-technical+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/samt-technical?hl=en.