> -----Original Message-----
> From: Norman Vine [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 18, 2002 5:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Flightgear-devel] slDSP::getDriverBufferSize() (first
> referenced in /usr/local/lib/libplibsl.a(slSample.o))
> 
> 
> Gansser, Martin writes:
> > 
> > I tried to compile CVS flightgear-0.9.1 on hpux 11.00, but 
> it fails with the following error messages:
> > 
> > /usr/ccs/bin/ld: Unsatisfied symbols:
> >    slDSP::getDriverBufferSize()     (first referenced in 
> /usr/local/lib/libplibsl.a(slSample.o)) (code)
> >    slDSP::close()    (first referenced in 
> ../../src/Sound/libSound.a(beacon.o)) (code)
> >    slDSP::secondsUsed()     (first referenced in 
> /usr/local/lib/libplibsl.a(slSample.o)) (code)
> >    slDSP::open(char const*, int, int, int)(first referenced 
> in ../../src/Sound/libSound.a(beacon.o))
> 
> the PLIB sound modules are not supported on hpux 
> 
> Not really sure of the best way to get around this nowadays
> but you could try changing the following in
> 
> $FGFS_SRC / include / config.h
> 
> from
> /* Define for audio support */
> #define ENABLE_AUDIO_SUPPORT 1
> 
> to
> /* Define for audio support */
> #undef ENABLE_AUDIO_SUPPORT
> 
> I hope that this still works
> 
> Norman

I changed the following in src/Include/config.h after configure
but the same error message.

from
/* Define for audio support */
#define ENABLE_AUDIO_SUPPORT 1

/* Define to enable plib joystick support */
#define ENABLE_PLIB_JOYSTICK 1

to

/* Define for audio support */
#undef ENABLE_AUDIO_SUPPORT

/* Define to enable plib joystick support */
#undef ENABLE_PLIB_JOYSTICK

any further idea ?

thanks Martin

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to