On Tue, 2009-10-20 at 13:34 +0200, Erik Hofman wrote:

> I've committed a few fixes to SimGear and FlightGear again.
> Please report any progress (and if preferably any command line options 
> if something fails).



> rpm -qa | grep openal
libopenal0-soft-1.5.304-1.33
openal-soft-1.5.304-1.33
libopenal1-soft-1.5.304-1.33
openal-soft-devel-1.5.304-1.33
> rpm -qa | grep freealut
freealut-1.1.0-3.138
freealut-devel-1.1.0-3.138


cd Simgear/source
make clean
cvs update -Ad .
make 
  <snipped>

g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -DSRC_DIR=
\"../../simgear/sound\"  -I/u01/app/SimGear-1.99/include
-I/usr/X11R6/include  -DDEBUG -g -Wall -march=athlon64 -D_REENTRANT -MT
sample_group.o -MD -MP -MF .deps/sample_group.Tpo -c -o sample_group.o
sample_group.cxx                                                                
                  
mv
-f .deps/sample_group.Tpo .deps/sample_group.Po                                 
                                                                                
               
g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -DSRC_DIR=
\"../../simgear/sound\"  -I/u01/app/SimGear-1.99/include
-I/usr/X11R6/include  -DDEBUG -g -Wall -march=athlon64 -D_REENTRANT -MT
sample_openal.o -MD -MP -MF .deps/sample_openal.Tpo -c -o
sample_openal.o
sample_openal.cxx                                                               
               
mv
-f .deps/sample_openal.Tpo .deps/sample_openal.Po                               
                                                                                
               
g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -DSRC_DIR=
\"../../simgear/sound\"  -I/u01/app/SimGear-1.99/include
-I/usr/X11R6/include  -DDEBUG -g -Wall -march=athlon64 -D_REENTRANT -MT
soundmgr_openal.o -MD -MP -MF .deps/soundmgr_openal.Tpo -c -o
soundmgr_openal.o
soundmgr_openal.cxx                                                             
         
mv
-f .deps/soundmgr_openal.Tpo .deps/soundmgr_openal.Po                           
                                                                                
               
g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -DSRC_DIR=
\"../../simgear/sound\"  -I/u01/app/SimGear-1.99/include
-I/usr/X11R6/include  -DDEBUG -g -Wall -march=athlon64 -D_REENTRANT -MT
xmlsound.o -MD -MP -MF .deps/xmlsound.Tpo -c -o xmlsound.o
xmlsound.cxx                                                                    
                              
mv
-f .deps/xmlsound.Tpo .deps/xmlsound.Po                                         
                                                                                
               
rm -f
libsgsound.a                                                                    
                                                                                
            
ar cru libsgsound.a sample_group.o sample_openal.o soundmgr_openal.o
xmlsound.o                                                                      
                             
ranlib libsgsound.a    

  <snipped>   
make install

cd FlightGear/source
make clean
cvs update -Ad .
make
make install

bin/fgfs --enable-hud --enable-sound --airport=YSSY --runway=34L
--aircraft=dhc8 --enable-real-weather-fetch --timeofday=morning
--prop:/sim/sound/enabled=true
- no engine sound
- no flaps transit sound
- ATC chatter

bin/fgfs --enable-hud --enable-sound --airport=YSSY --runway=34L
--aircraft=787 --enable-real-weather-fetch --timeofday=morning
--prop:/sim/sound/enabled=true
- no apu sound
- no engine sound
- with flaps transit sound
- with ATC chatter
- no click sound
- no gear transit
- with marker morse

bin/fgfs --enable-hud --enable-sound --airport=YSSY --runway=34L
--aircraft=c172r --enable-real-weather-fetch --timeofday=morning
--prop:/sim/sound/enabled=true
- no engine sound
- no flap transit sound
- with ATC chatter

bin/fgfs --log-level=info --enable-hud --enable-sound --airport=YSSY
--runway=34L --aircraft=A380 --enable-real-weather-fetch
--timeofday=morning --prop:/sim/sound/enabled=true
- no APU sound
- no engine sound
- with flaps transit sound
- with ATC chatter
- no click sound
- no gear transit
- with marker morse
- with seatbelt chime


Hope that helps, but I still have no engine sound on any aircraft I've
tried, and some sounds, like the flaps sound, work on some aircraft? 
Anything else I can provide to assist with debugging?


S.





> 
> Erik
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to