-------- Original-Nachricht --------
Betreff: Re: [Flightgear-users] Getting an OpenAL where when ending in Cygwin Compiled version
Datum:  Tue, 09 May 2006 07:11:05 +0200
Von:    Georg Vollnhals <[EMAIL PROTECTED]>
An:     [email protected]
Referenzen: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>



Brian Keener schrieb:
Georg Vollnhals wrote:
I am compiling FlightGear CVS under Cygwin/Windows XP since more than half a year and never compiled OpenAL, just followed the precise instructions our FG friend KEVIN gave us and downloaded and installed the cyg_openAL.tgz without any problem. Here some lines from Kevins wonderful tutorial: Concise instructions to build CVS versions of SimGear and FlightGear on Win32 systems using cygwin.

Thank you Georg for you response. This looks a lot like the tutorial I have been using but you could send it to me just in case. The win32 part about copying to Windows\system32 throws me although I think that is a VC++ thing but....

Thanks for your assistance - when you terminate fgfs - do you see the OpenAL error I see???
Hi Brian,
normally I am running FG/Cygwin directly from Windows XP, therefore the "DOS" windows is immediatly closed and I cannot see it.
I just did a start out of Cygwin and then I have this errors when closing:
OpenAL error (AL_ILLEGAL_COMMAND): stop (alDeleteSources)
I do not have the time now to verify if I have sound when starting directly under Cygwin, I'll do that this evening. But when starting from Windows there is no sound problem!

Georg "Heliflyer" EDDW


Thanks again

bk

Remark:
This is the tutorial which Kevin sent to me before finishing his published one which I don't have now.
There might be some differences, but I use this one.
He made a typo, so you should read /autogen.sh and /configure as ./autogen.sh and ./configure.

Concise instructions to build CVS versions of SimGear and FlightGear on
Win32 systems using cygwin.

---------- cygwin ----------

install cygwin from scratch
 automake
 autoconf
 cvs
 make
 gcc
 gcc++
 OpenGL

---------- downloads ----------

cd ~
mkdir tar
 download cyg_openAL.tgz from http://www.vso.cape.com/~nhv to ~/tar
 download plib-1.8.4.tar.gz from http://plib.sourceforge.net
cd /
tar -xzf ~/tar/cyg_openAL.tgz

---------- Win32 openal32.dll ----------

 must copy /usr/local/bin/openal32.dll to Win32 system directory

 Win32 world
   copy c:\cygwin\usr\local\bin\openal32.dll to
        c:\windows\system32\openal32.dll
   (change path names as appropriate)

---------- plib ----------

cd ~
tar -xzf ~/tar/plib-1.8.4.tar.gz
cd plib-1.8.4
/configure --prefix=/fg-cvs
make
make install

---------- SimGear ----------

cd ~
mkdir SimGear-0.3-cvs
cd SimGear-0.3-cvs
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 login
 password is "guest"
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 co source
cd source
/autogen.sh
/configure --prefix=/fg-cvs
make
make install

---------- FlightGear ----------

cd ~
mkdir FlightGear-0.9-cvs
cd FlightGear-0.9-cvs
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 login
 password is "guest"
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 co source
cd source
/autogen.sh
/configure --prefix=/fg-cvs
make
make install

---------- FlightGear Base ----------

cd /fg-cvs
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 login
 password is "guest"
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 co data

---------- Execute ----------

cd ~
/fg-cvs/bin/fgfs.exe --fg-root=/fg-cvs/data

---------- Update SimGear ----------

cd ~/SimGear-0.3-cvs/source
cvs update -d -P
make
make install

---------- Update FlightGear ----------

cd ~/FlightGear-0.9-cvs/source
cvs update -d -P
make
make install

---------- Update FlightGear Base ----------

cd /fg-cvs/data
cvs update -d -P

---------- Execute ----------

cd ~
/fg-cvs/bin/fgfs.exe --fg-root=/fg-cvs/data





-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to