Re: [Flightgear-devel] SimGear Compile error - related to openal

2004-11-23 Thread Dale E. Edmons
Vivian Meazza wrote: Dale E. Edmons wrote [EMAIL PROTECTED] wrote: Hi, all, I encountered a compile error when make the simgear-0.3.7 for FlightGear-0.9.6. I am working with Cygwin in windows 2000 and I have plib and Zlib done. ... snip ... Got to /etc/ld.so.conf and see if it

RE: [Flightgear-devel] SimGear Compile error - related to openal

2004-11-22 Thread Vivian Meazza
Heckel wrote: I encountered a compile error when make the simgear-0.3.7 for FlightGear-0.9.6. I am working with Cygwin in windows 2000 and I have plib and Zlib done. What I did: - download OpenAL from CVS. - put the openal in /usr/local/source - cd openal/linux $ ./autogen.sh $

Re: [Flightgear-devel] SimGear Compile error - related to openal

2004-11-22 Thread Dale E. Edmons
[EMAIL PROTECTED] wrote: Hi, all, I encountered a compile error when make the simgear-0.3.7 for FlightGear-0.9.6. I am working with Cygwin in windows 2000 and I have plib and Zlib done. What I did: - download OpenAL from CVS. - put the openal in /usr/local/source - cd openal/linux $ ./autogen.sh

RE: [Flightgear-devel] SimGear Compile error - related to openal

2004-11-22 Thread Vivian Meazza
Dale E. Edmons wrote [EMAIL PROTECTED] wrote: Hi, all, I encountered a compile error when make the simgear-0.3.7 for FlightGear-0.9.6. I am working with Cygwin in windows 2000 and I have plib and Zlib done. ... snip ... Got to /etc/ld.so.conf and see if it has /usr/local/lib or

[Flightgear-devel] SimGear Compile error - related to openal

2004-11-21 Thread heckelyu
Hi, all, I encountered a compile error when make the simgear-0.3.7 for FlightGear-0.9.6. I am working with Cygwin in windows 2000 and I have plib and Zlib done. What I did: - download OpenAL from CVS. - put the openal in /usr/local/source - cd openal/linux $ ./autogen.sh $ ./configure $

RE: [Flightgear-devel] SimGear compile error

2004-05-24 Thread Giles Robertson
: Vivian Meazza [mailto:[EMAIL PROTECTED] Sent: 21 May 2004 20:33 To: 'FlightGear developers discussions' Subject: RE: [Flightgear-devel] SimGear compile error Frederic Bouvier Try moving the following code : #if defined(__MINGW32__) #define isnan(x) _isnan(x) #endif **after

[Flightgear-devel] SimGear compile error

2004-05-21 Thread Giles Robertson
From compiling SimGear (this is only the last part of the clouds-3d mess): SkyRenderableInstanceCloud.hpp:230: warning: argument to `int' from `float' In file included from SkyRenderableInstance.hpp:27, from SkySceneManager.hpp:38, from SkySceneManager.cpp:29:

Re: [Flightgear-devel] SimGear compile error

2004-05-21 Thread Frederic Bouvier
Giles Robertson wrote: This was sorted out by uncommenting lines 2829 of cloud.cxx: // #if defined (__APPLE__) // // any C++ header file undefines isinf and isnan // // so this should be included before iostream inline int (isinf)(double r) { return isinf(r); } //See below inline int

RE: [Flightgear-devel] SimGear compile error

2004-05-21 Thread Giles Robertson
Robertson [EMAIL PROTECTED] -Original Message- From: Frederic Bouvier [mailto:[EMAIL PROTECTED] Sent: 21 May 2004 16:14 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] SimGear compile error Giles Robertson wrote: This was sorted out by uncommenting lines 2829

Re: [Flightgear-devel] SimGear compile error

2004-05-21 Thread Frederic Bouvier
May 2004 16:14 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] SimGear compile error Giles Robertson wrote: This was sorted out by uncommenting lines 2829 of cloud.cxx: // #if defined (__APPLE__) // // any C++ header file undefines isinf and isnan // // so this should

RE: [Flightgear-devel] SimGear compile error

2004-05-21 Thread Vivian Meazza
] -Original Message- From: Frederic Bouvier [mailto:[EMAIL PROTECTED] Sent: 21 May 2004 16:14 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] SimGear compile error Giles Robertson wrote: This was sorted out by uncommenting lines 2829 of cloud.cxx

Re: [Flightgear-devel] SimGear compile error

2004-05-21 Thread Frederic Bouvier
Vivian Meazza wrote: It's well broken when trying to compile under Cygwin. Too many error to even start to list in clouds.cxx, I think, but by no means certain could be in clouds_3d. Any suggestions? No suggestion if you don't list at least the first messages, sorry. -Fred