On Tue, Oct 09, 2001 at 12:39:41AM +0200, Zdenek Kabelac wrote: > On Sat, Oct 06, 2001 at 07:00:51PM +0200, Bernd Ernesti wrote: > > > > > > 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? > > > Well this has been the work of Juergen Keil <[EMAIL PROTECTED]> > Try to ask him if he could help.
Ok, I ask him. > I would just be playing blind games with this source. > > > #include <floatingpoint.h> > > #endif > > #ifdef __NetBSD__ > > -#include <machine/ieeefp.h> > > +#include <ieeefp.h> > > #endif > > are you sure about this one ? Yes. > If it's different between NetBSD versions maybe we should check also > for version and pick the right header. You need this header for prototypes (fpsetmask). Even the first version of <ieeefp.h> from 1995 had this: extern fp_except fpgetmask __P((void)); <ieeefp.h> includes <machine/ieeefp.h> for some machine declaration. So, please make the change above. > Could you check this ? > > > > 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. > > right now the CVS is rather experimental thing Yeah, i noticed it when i was browsing the cvs tree on the webpage. > but maybe at the end of the week will be another CVS snapshot... Bernd _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
