[Flightgear-devel] how can I use Outlook to incept the mail subjects of this list

2005-09-02 Thread redHeli
___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d

Re: [Flightgear-devel] Pulsing splash screen at startup (on Cygwin)

2005-09-02 Thread Harald JOHNSEN
Richard Bytheway wrote: ... The correction should be in cvs soon, or you can change in SG/timestamp.cxx line 119: #if defined( WIN32 ) with #if defined( WIN32 ) !defined(__CYGWIN__) Harald. ___ Flightgear-devel mailing list

RE: [Flightgear-devel] Pulsing splash screen at startup (on Cygwin)

2005-09-02 Thread Richard Bytheway
Thanks, I will try that. Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Harald JOHNSEN Sent: 02 September 2005 11:54 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Pulsing splash screen at startup (on Cygwin)

[Flightgear-devel] What's up with alut?

2005-09-02 Thread Curtis L. Olson
I was just trying to build simgear on a fresh Fedora Core 4 machine and pulled the latest OpenAL cvs snapshot. The most recent openal-cvs no longer includes alut for linux? Does anyone know what's going on there? Simgear uses alut so this is a problem (assuming I'm not doing something

Re: [Flightgear-devel] What's up with alut?

2005-09-02 Thread Andy Ross
Curtis L. Olson wrote: I was just trying to build simgear on a fresh Fedora Core 4 machine and pulled the latest OpenAL cvs snapshot. The most recent openal-cvs no longer includes alut for linux? Does anyone know what's going on there? Simgear uses alut so this is a problem (assuming I'm

RE: [Flightgear-devel] Pulsing splash screen at startup (on Cygwin)

2005-09-02 Thread Vivian Meazza
Harald JOHNSEN Richard Bytheway wrote: ... The correction should be in cvs soon, or you can change in SG/timestamp.cxx line 119: #if defined( WIN32 ) with #if defined( WIN32 ) !defined(__CYGWIN__) Following earlier discussions with Harald, I did that change in 2 places, as