Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Compiling with GCC 4.4
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jimregan  
View profile  
 More options May 7 2010, 10:21 am
From: jimregan <jore...@gmail.com>
Date: Fri, 7 May 2010 07:21:35 -0700 (PDT)
Local: Fri, May 7 2010 10:21 am
Subject: Compiling with GCC 4.4
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »