On Mon, Dec 10, 2007 at 11:00:28PM -0700, Martin Michlmayr wrote:
> > However, I'd like you to please check out another build of the
> > package, as g++-snapshot OOMs at another point during the build
> > (libsignal_la-fastica.lo in itpp/signal). I am sure it is a new issue,
> > as the build works fine with older an g++. Could you please see this?
> 
> I'll give it a go later this week.

OK, the previous patch had goofed up directory names. The attached one
should apply with patch -p1.

Sorry for the trouble.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -urN /home/kumar/GIT/IT++/libitpp/itpp/base/binfile.cpp ./itpp/base/binfile.cpp
--- a/itpp/base/binfile.cpp	2007-10-11 12:20:17.000000000 +0530
+++ b/itpp/base/binfile.cpp	2007-12-11 09:47:04.000000000 +0530
@@ -29,7 +29,7 @@
 
 #include <itpp/base/binfile.h>
 #include <itpp/base/math/misc.h>
-
+#include <cstring>
 
 using std::ofstream;
 using std::ifstream;
diff -urN /home/kumar/GIT/IT++/libitpp/itpp/base/copy_vector.h ./itpp/base/copy_vector.h
--- a/itpp/base/copy_vector.h	2007-12-11 09:44:08.000000000 +0530
+++ b/itpp/base/copy_vector.h	2007-12-11 09:45:42.000000000 +0530
@@ -41,7 +41,7 @@
 #endif
 
 #include <itpp/base/binary.h>
-
+#include <cstring>
 
 //! \cond
 

Attachment: signature.asc
Description: Digital signature

Reply via email to