Re: [Flightgear-devel] type conversion problem for amd64

2005-09-23 Thread Oliver Schroeder
George Patterson wrote: Could you test the latest version in CVS, there was some restructuring of this code and I think this is solved now. Erik, I hate to to say it but "No cigar", same problem, same errors :-/ I'm not quiet sure what changed. George Patterson In simgear/source/simgear/m

Re: [Flightgear-devel] type conversion problem for amd64

2005-09-23 Thread George Patterson
On Fri, 2005-09-23 at 10:16 +0200, Erik Hofman wrote: > George Patterson wrote: > > Hi All, > > > > Tonight I "cvs checkout" the simgear sources tonight from cvs to > > recompile FlightGear. I was getting the following error. (Also got the > > same error in swap_test.* but worked around that prob

Re: [Flightgear-devel] type conversion problem for amd64

2005-09-23 Thread Erik Hofman
George Patterson wrote: Hi All, Tonight I "cvs checkout" the simgear sources tonight from cvs to recompile FlightGear. I was getting the following error. (Also got the same error in swap_test.* but worked around that problem by remove the file and references to it. Could you test the latest v

Re: [Flightgear-devel] type conversion problem for amd64

2005-09-22 Thread Andy Ross
George Patterson wrote: > lowlevel.cxx:84: error: invalid conversion from `uint64_t*' > to `long long unsigned int*' I noticed this too. The problem is that on 64 bit systems the glibc headers have: typedef unsigned long int uint64_t; Which is correct, because a long is a 64 bit type on x

[Flightgear-devel] type conversion problem for amd64

2005-09-22 Thread George Patterson
Hi All, Tonight I "cvs checkout" the simgear sources tonight from cvs to recompile FlightGear. I was getting the following error. (Also got the same error in swap_test.* but worked around that problem by remove the file and references to it. Thank OS and Vivian :-) ) lowlevel.cxx: In function `v