Re: [Flightgear-devel] SimGear type mismatch on Solaris

2005-09-22 Thread Erik Hofman
Andy Ross wrote: This is the relevant code from simgear/compiler.h. Apparently it thinks that Solaris machines lack a stdint.h header file. This is incorrect, at least on the Solaris 10 box I have access too. The workaround should be to just eliminate the || defined(sun) bit. #if defined(

[Flightgear-devel] SimGear type mismatch on Solaris

2005-09-21 Thread Martin Spott
Now as Andy promised I could have another try on big-endian machines I decided to actually have one. But something is hindering me that wasn't there before: make[3]: Entering directory `/usr/local/src/SimGear/simgear/xml' g++ -mcpu=hypersparc -mtune=hypersparc -DHAVE_CONFIG_H -I. -I.

Re: [Flightgear-devel] SimGear type mismatch on Solaris

2005-09-21 Thread Frederic Bouvier
Quoting Martin Spott : Now as Andy promised I could have another try on big-endian machines I decided to actually have one. But something is hindering me that wasn't there before: make[3]: Entering directory `/usr/local/src/SimGear/simgear/xml' g++ -mcpu=hypersparc -mtune=hypersparc

Re: [Flightgear-devel] SimGear type mismatch on Solaris

2005-09-21 Thread Andy Ross
Martin Spott wrote: Now as Andy promised I could have another try on big-endian machines I decided to actually have one. Good luck, but unfortunately it seems not to be working for Erik. I have a pretty large test suite at this point running on sparc and ppc without trouble, so I'm wondering

Re: [Flightgear-devel] SimGear type mismatch on Solaris

2005-09-21 Thread Erik Hofman
Frederic Bouvier wrote: You probably must refine the test in order to discard these statements that are already in another include file. I'm leaning more and more to defining our own header files which solves all this troubles and byte swapping stuff. Erik

Re: [Flightgear-devel] SimGear type mismatch on Solaris

2005-09-21 Thread Andy Ross
Erik Hofman wrote: I'm leaning more and more to defining our own header files which solves all this troubles and byte swapping stuff. Sounds good to me. :) Andy ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org