Using gentoo and gcc 3.4 I had to apply this patch to compile
piave 0.2.4:

--- piave-0.2.4/plugins/iostream/vorbisfile/vorbisfile.cc      2003-09-15 
12:52:25.000000000 +0200
+++ piave-0.2.4.sav/plugins/iostream/vorbisfile/vorbisfile.cc       2004-10-13 
13:52:03.402240909 +0200
@@ -44,6 +44,7 @@
 using std::endl;
 #include <string>
 using std::string;
+#include <math.h>

 // this header
 #include "vorbisfile.hh"
--- piave-0.2.4/plugins/iostream/sndfile/sndfile.cc      2003-09-15 
12:52:25.000000000 +0200
+++ piave-0.2.4.sav/plugins/iostream/sndfile/sndfile.cc       2004-10-13 
13:52:03.402240909 +0200
@@ -44,6 +44,7 @@
 using std::endl;
 #include <string>
 using std::string;
+#include <math.h>

 // this header
 #include "vorbisfile.hh"


-- 
        The Hitch Hiker's Guide to the Galaxy says that if you hold a
        lungful of air you can survive in the total vacuum of space
        for about thirty seconds. However it goes on to say that what
        with space being the mind boggling size it is the chances of
        getting picked up by ship within those thirty seconds are two
        to the power of two hundred and sixty-seven thousand seven
        hundred and nine to one against.


Reply via email to