* Adam Piątyszek <[EMAIL PROTECTED]> [2007-04-17 11:39]:
> Would you be so kind and test out the following two snapshots from SVN:
> http://hydrus.et.put.poznan.pl/~ediap/download/itpp-3.10.11_pre20070417.tar.bz2
> http://hydrus.et.put.poznan.pl/~ediap/download/itpp-3.99.2_pre20070417.tar.bz2
> 
> I tried to compile the GCC 4.3 latest snapshot at my Gentoo laptop (x86),
> but the compilation failed. Therefore, I have no compiler to verify that
> the modifications I committed are sufficient. At least the code still

There are still some problems.  I've attached patches for both
versions.
-- 
Martin Michlmayr
http://www.cyrius.com/
--- itpp/base/filter_design.cpp~        2007-04-17 20:34:53.000000000 +0000
+++ itpp/base/filter_design.cpp 2007-04-17 20:35:01.000000000 +0000
@@ -38,6 +38,7 @@
 #include <itpp/base/matfunc.h>
 #include <itpp/base/specmat.h>
 #include <itpp/base/filter.h>
+#include <cstdlib>
 
 
 namespace itpp {
--- itpp/base/svec.h~   2007-04-17 20:36:41.000000000 +0000
+++ itpp/base/svec.h    2007-04-17 20:36:48.000000000 +0000
@@ -35,6 +35,7 @@
 
 #include <itpp/base/vec.h>
 #include <itpp/base/stat.h>
+#include <cstdlib>
 
 
 namespace itpp {
--- itpp/protocol/selective_repeat.cpp~ 2007-04-17 20:39:20.000000000 +0000
+++ itpp/protocol/selective_repeat.cpp  2007-04-17 20:39:30.000000000 +0000
@@ -31,6 +31,7 @@
  */
 
 #include <itpp/protocol/selective_repeat.h>
+#include <cstdlib>
 
 
 namespace itpp {
--- itpp/base/svec.h~   2007-04-17 20:44:38.000000000 +0000
+++ itpp/base/svec.h    2007-04-17 20:44:45.000000000 +0000
@@ -35,6 +35,7 @@
 
 #include <itpp/base/vec.h>
 #include <itpp/base/math/min_max.h>
+#include <cstdlib>
 
 
 namespace itpp {
--- itpp/stat/mog_diag.cpp~     2007-04-17 20:45:40.000000000 +0000
+++ itpp/stat/mog_diag.cpp      2007-04-17 20:45:46.000000000 +0000
@@ -32,6 +32,7 @@
 
 #include <itpp/base/math/log_exp.h>
 #include <itpp/stat/mog_diag.h>
+#include <cstdlib>
 
 namespace itpp {
 
--- itpp/protocol/selective_repeat.cpp~ 2007-04-17 20:47:52.000000000 +0000
+++ itpp/protocol/selective_repeat.cpp  2007-04-17 20:48:00.000000000 +0000
@@ -31,6 +31,7 @@
  */
 
 #include <itpp/protocol/selective_repeat.h>
+#include <cstdlib>
 
 
 namespace itpp {

Reply via email to