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 Simgear under Cygwin: swap_test.cpp:12: error: invalid conversion from `uint32_t*' to `unsigned int*' swap_test.cpp:12: error: initializing argument 1 of `void sgEndianSwap(unsigned int*)' I don't think swap_test.cpp does anything, so I've removed it from the makefile here Vivian _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
