On Wed, Oct 03, 2001 at 02:26:22PM +0200, Zdenek Kabelac wrote: > On Wed, Oct 03, 2001 at 02:09:31PM +0200, Bernd Ernesti wrote: [..] > > Now, I need to install a newer as so I can compile it on NetBSD. > > Currently I get this errors: > > I'm affraid your gcc compiler is too old > (assuming you use i386 platform)
Correct. This problem is now gone, but it seems for me that nobody applied the changes for OssAudioRenderer.cpp to SunAudioRenderer.cpp, so the SunAudio driver is now a way out of date and doesn't compile. Could someone take a look at SunAudioRenderer.cpp and SunAudioRenderer.h and bring them up to date? Btw, there are two patches needed to get the correct ieeefp.h include file: --- player/main.cpp-orig Sat Sep 29 21:35:26 2001 +++ player/main.cpp Sat Oct 6 17:13:28 2001 @@ -15,7 +15,7 @@ #include <floatingpoint.h> #endif #ifdef __NetBSD__ -#include <machine/ieeefp.h> +#include <ieeefp.h> #endif #include <iostream> --- samples/qtrecompress/main.cpp-orig Sat Sep 29 19:08:47 2001 +++ samples/qtrecompress/main.cpp Sat Oct 6 17:13:59 2001 @@ -6,7 +6,7 @@ #include <floatingpoint.h> #endif #ifdef __NetBSD__ -#include <machine/ieeefp.h> +#include <ieeefp.h> #endif #include <iostream> > if you are on non-i386 - you are wellcome in the process of makeing > this library multiplatform and endian-indepent > > just switch to CVS please I would prefer a snapshot so I can easily get it and build it, but can switch to CVS to test things between the snapshots. Bernd _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
