Hi All Here are some changes that allow FGFS to compile with MingW32
I have temporarily placed a Windows 0.9.2 fgfs executable bundled with the necessary pthreads.dll and a gui/menubar.xml that allows toggling in and out of GameMode @ http://www.vso.cape.com/~nhv/files/fgfs/ Note: The AutoPilot in this executable is compiled to use true headings. This requires the 0.9.2 base package ftp://ftp.flightgear.org/pub/fgfs/Shared/fgfs-base-0.9.2.tar.gz Note that due to current time constraints ... I can not support this package but I am sure that the 'list' will have no problems doing so :-) So *PLEASE* all questions - comments - flames to mailto:[EMAIL PROTECTED] Have Fun :-) Norman Index: configure.ac =================================================================== RCS file: /var/cvs/FlightGear-0.9/FlightGear/configure.ac,v retrieving revision 1.33 diff -r1.33 configure.ac 541c541 < sys/time.h sys/timeb.h unistd.h windows.h winbase.h values.h ) --- > sys/time.h sys/timeb.h unistd.h windows.h values.h ) 553c553 < ftime gettimeofday timegm memcpy bcopy mktime strstr rand \ --- > ftime gettimeofday timegm memcpy bcopy mktime strstr rand mkfifo\ ? ExternalPipe.diff Index: ExternalPipe.cxx =================================================================== RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/FDM/ExternalPipe/ExternalPipe.cxx,v retrieving revision 1.5 diff -r1.5 ExternalPipe.cxx 27c27 < #if defined( HAVE_SYS_TYPES_H ) && defined( HAVE_SYS_STAT_H ) --- > #ifdef HAVE_MKFIFO 49c49 < #if defined( HAVE_SYS_TYPES_H ) && defined( HAVE_SYS_STAT_H ) --- > #ifdef HAVE_MKFIFO 90c90 < #if defined( HAVE_SYS_TYPES_H ) && defined( HAVE_SYS_STAT_H ) --- > #ifdef HAVE_MKFIFO 121c121 < #if defined( HAVE_SYS_TYPES_H ) && defined( HAVE_SYS_STAT_H ) --- > #ifdef HAVE_MKFIFO 181c181 < #if defined( HAVE_SYS_TYPES_H ) && defined( HAVE_SYS_STAT_H ) --- > #ifdef HAVE_MKFIFO _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
