Re: [Flightgear-devel] SimGear 'isnan' compile error

2007-04-23 Thread Laurence Homer
Hi Csaba, Thanks for replying. I've looked at what you said to Loic, and it seems to be a similar problem, though I'm still not sure how to fix it... The extract from OSG math that fails: #if defined(WIN32) && !defined(__CYGWIN__) && !defined(__MWERKS__) inline bool isNaN(float v) { return

Re: [Flightgear-devel] SimGear 'isnan' compile error

2007-04-23 Thread Csaba Halász
On 4/23/07, Laurence Homer <[EMAIL PROTECTED]> wrote: > > When I try and install SimGear, its all seems to go fine, until I get an > error relating to the isnan function – that it complains is un-declared. I > realise this means somewhere the header/define file that contains isnan > hasn't been rec

[Flightgear-devel] SimGear 'isnan' compile error

2007-04-23 Thread Laurence Homer
Hi, I am attempting to compile the latest cvs version of FlightGear.but I'm getting an error when I try and compile the pre-requisite SimGear. I'm using Cygwin, on an XP machine, and I believe I have installed all of the pre-requisite programs (Zlib, Glut, OpenAl, OSG, Plib etc) - I think c