[EMAIL PROTECTED] wrote:

After that ./configure worked without errors.
But when starting make i get this error:

g++ -DHAVE_CONFIG_H -I. -I. -I../../../../simgear -I../../../.. -I/usr/X11R6/include -g -O2 -D_REENTRANT -c -o SkyArchive.o `test -f SkyArchive.cpp || echo './'`SkyArchive.cpp
SkyArchive.cpp: In method `SKYRESULT SkyArchive::FindFloat64(const char *, double *, unsigned int = 0) const':
SkyArchive.cpp:633: implicit declaration of function `int ulEndianLittleDouble(...)


I recently added preliminary support for big-endian machines and the patch for this is pending for Plib. You could add this patch to plib yourself to get past the error:

http://www.a1.nl/~ehofman/fgfs/download/plib_64bit_swap.diff

Erik



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to