Re: [Flightgear-devel] MSVC build error

2005-09-22 Thread Frederic Bouvier
Selon bass pumped : Hi everyone, I tried to compile the latest version of flightgear today in MSVC 7. It compiled fine... but then I had problems when it tried linking. Any ideas on how to fix it would help. Thank you in advance. Start ouput Linking... LINK : warning LNK4075:

Re: [Flightgear-devel] new multiplayer patch

2005-09-22 Thread AJ MacLeod
On Wednesday 21 September 2005 19:54, Oliver Schroeder wrote: The problem lies in XDR_encode_double() and XDR_decode_double(). Making all arguments const did the trick. You can find my updated version here: http://www.o-schroeder.de/fg_server/tinyxdr.tgz please test it. I can confirm that it

Re: [Flightgear-devel] new multiplayer patch

2005-09-22 Thread Erik Hofman
Oliver Schroeder wrote: The problem lies in XDR_encode_double() and XDR_decode_double(). Making all arguments const did the trick. You can find my updated version here: http://www.o-schroeder.de/fg_server/tinyxdr.tgz It's committed. Erik ___

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(

Re: [Flightgear-devel] SimGear patch for 64 bit and GCC3

2005-09-22 Thread Erik Hofman
Alex Perry wrote: I get a compiler type cast error without this (or equivalent). This has also been committed. Erik ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel

RE: [Flightgear-devel] new multiplayer patch

2005-09-22 Thread Vivian Meazza
Erik Hofman Oliver Schroeder wrote: The problem lies in XDR_encode_double() and XDR_decode_double(). Making all arguments const did the trick. You can find my updated version here: http://www.o-schroeder.de/fg_server/tinyxdr.tgz It's committed. Erik That seems to break

Re: [Flightgear-devel] new multiplayer patch

2005-09-22 Thread Erik Hofman
Vivian Meazza wrote: swap_test.cpp:12: error: invalid conversion from `uint32_t*' to `unsigned int*' Ok, this is fixed. Erik ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org

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

[Flightgear-devel] Elevation Contours and DEM experiment results

2005-09-22 Thread Ralf Gerlich
Hi all, as we had the original discussion about elevation contours on the flightgear-devel list, I'm crossposting this to flightgear-devel and to terragear-devel, however I'd suggest replying to terragear-devel as this is essentially a TerraGear issue. After the discussion about integrating

Re: [Flightgear-devel] SimGear and OpenAL files/Cygwin

2005-09-22 Thread Georg Vollnhals
Hi AJ, thank you for your prompt reply, therefore this as a feedback: I tested it with Normans precompiled version and the (older) stuff I need for building FG 0.9.8 but still got the same error messages when typing ./configure from SimGear-0.3.8. Just downloading all the actual CVS stuff for

Re: [Flightgear-devel] MSVC build error

2005-09-22 Thread bass pumped
On 9/22/05, Frederic Bouvier [EMAIL PROTECTED] wrote: Selon bass pumped : Hi everyone, I tried to compile the latest version of flightgear today in MSVC 7. It compiled fine... but then I had problems when it tried linking. Any ideas on how to fix it would help. Thank you in