dave perry wrote:
>
> With an update this morning from cvs, I still only hear ATC and that 
> with frequency distortion.  Did I miss a required library change?  I 
> have openal-0.0.9-0.15.20060204cvs.fc9.i386 and 
> freealut-1.1.0-6.fc9.i386 with fc10.
>
>
>   
The above is on my desktop (Athlon XP 3200+, current FC10, AC'97 Chip 
ALC650.

I also have a notebook with an Intel core2 duo running FC10 64 bit.  On 
this system I get all the AC sounds but still distorted ATC.  I am using 
the following update script on both systems.

echo "This script will update source from cvs and then compile and install"
echo "    (1) the SimGear library,"
echo "    (2) FlightGear source files, and"
echo "    (3) finally just update the FlightGear/data folder."
echo ""
echo "Updating the SimGear library source ********************************"
cd ~
cd source-osg/SimGear
cvs up -dP
sh autogen.sh
./configure CFLAGS="-march=native" CXXFLAGS="-march=native" 
--with-jpeg-factory
echo " "
echo "Compiling SimGear **************************************************"
make
echo " "
echo "Installing the SimGear library *************************************"
sudo make install
echo " "
echo "Updating FlightGear source *****************************************"
cd ../source-fgfs
cvs up -dP
sh autogen.sh
./configure CFLAGS="-march=native" CXXFLAGS="-march=native" 
--prefix=$FG_ROOT
echo " "
echo "Compiling FlightGear ***********************************************"
make
echo " "
echo "Installing FilghtGear executables **********************************"
sudo make install
echo " "
echo "Updating the Base package data *************************************"
cd $FG_ROOT
cvs up -dP
echo ""
cd ~
echo "Update COMPLETE!"

Regards,
Dave P.

------------------------------------------------------------------------------
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