Curtis L. Olson writes: > > I think the ultimate solution is that plib is going to have to either > add support for hpux, or at least fake it and do nothing.
Yes that is the *ultimate solution* but .... It should be relatively easy to update the conditional compilation of the sound code if the need was there :-) #ifdef ENABLE_AUDIO_SUPPORT // put all sound related code here #endif I believe all sound related code uses the construct "globals->get_soundmgr()" $ find . -name '*.cxx' -print | xargs grep -l 'get_sound' /dev/null ./ATC/ATCmgr.cxx ./Cockpit/kr_87.cxx ./Cockpit/marker_beacon.cxx ./Cockpit/navcom.cxx ./Main/fg_init.cxx ./Main/fg_props.cxx ./Main/main.cxx ./Sound/fg_sound.cxx Cheers Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
