RE: [Flightgear-devel] Cygwin - Compile errors

2005-10-12 Thread Vivian Meazza
I wrote: Erik Hofman Vivian Meazza wrote: This mornings' cvs fails to compile here under Cygwin with the following error: MIDG-II.cxx: In function `uint32_t read_swab(char*, size_t, size_t)': MIDG-II.cxx:31: error: call of overloaded `ulEndianSwap(uint32_t*)' is

RE: [Flightgear-devel] Cygwin - Compile errors

2005-10-12 Thread Frederic Bouvier
Quoting Vivian Meazza [EMAIL PROTECTED]: I wrote: Erik Hofman Vivian Meazza wrote: This mornings' cvs fails to compile here under Cygwin with the following error: MIDG-II.cxx: In function `uint32_t read_swab(char*, size_t, size_t)': MIDG-II.cxx:31: error: call

RE: [Flightgear-devel] Cygwin - Compile errors

2005-10-12 Thread Vivian Meazza
Frederic Bouvier Quoting Vivian Meazza [EMAIL PROTECTED]: I wrote: Erik Hofman Vivian Meazza wrote: This mornings' cvs fails to compile here under Cygwin with the following error: MIDG-II.cxx: In function `uint32_t read_swab(char*, size_t, size_t)':

RE: [Flightgear-devel] Cygwin - Compile errors

2005-10-12 Thread Frederic Bouvier
Quoting Vivian Meazza : Frederic Bouvier Your SimGear doesn't seem up to date. Well, I thought it was. Anyway I've updated SG again, and recompiled both it and FG - same error. Hmm ... you ought to be right ... and eof() is in SGFile.cxx, but it was before (I checked) Can't spare the

[Flightgear-devel] Cygwin - Compile errors

2005-10-11 Thread Vivian Meazza
This mornings' cvs fails to compile here under Cygwin with the following error: MIDG-II.cxx: In function `uint32_t read_swab(char*, size_t, size_t)': MIDG-II.cxx:31: error: call of overloaded `ulEndianSwap(uint32_t*)' is ambiguous /usr/include/plib/ul.h:334: note: candidates are: void

RE: [Flightgear-devel] Cygwin - Compile errors

2005-10-11 Thread Vivian Meazza
Erik Hofman Vivian Meazza wrote: This mornings' cvs fails to compile here under Cygwin with the following error: MIDG-II.cxx: In function `uint32_t read_swab(char*, size_t, size_t)': MIDG-II.cxx:31: error: call of overloaded `ulEndianSwap(uint32_t*)' is ambiguous This should be