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



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

Reply via email to