]> git.mxchange.org Git - flightgear.git/commitdiff
Ima Sudonim:
authorehofman <ehofman>
Sat, 22 Oct 2005 11:22:05 +0000 (11:22 +0000)
committerehofman <ehofman>
Sat, 22 Oct 2005 11:22:05 +0000 (11:22 +0000)
CygWin/gcc-3.4.4 updates.

I replaced my cygwin compiler with 3.4.4, did a make clean of plib, simgear,
and flightgear, then did a make install of all three. With the included changes,
everything builds fine, and runs fine.

src/ATC/ATCutils.cxx
src/ATC/approach.cxx
src/ATC/ground.cxx
src/ATC/transmission.cxx
src/Environment/environment_mgr.cxx
src/FDM/MagicCarpet.cxx
src/FDM/UFO.cxx
src/FDM/UIUCModel/uiuc_gear.cpp
src/GUI/layout-test.cxx
src/Main/globals.cxx
src/Network/multiplay.cxx

index 14442917e408620d1d5ba7da8125be16b950b7ca..88657ca316951edd7169b78bc6fce19e37eec5ec 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <math.h>
 #include <simgear/math/point3d.hxx>
 #include <simgear/constants.h>
index 19d6f1d260a709458a06d5dad7dca48edc34200d..c2944ac0cc104cda391926c0629a6ce5fa2854ef 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "approach.hxx"
 #include "transmission.hxx"
 #include "transmissionlist.hxx"
index 32e01c1dda9d1b05c4ac96b4ab77b2431c477282..ab959cd4dca252e9d4d9129d71d7656be8b66188 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/math/sg_random.h>
 #include <simgear/debug/logstream.hxx>
index b56e76043efdaf32ac6dcf9c994a059519b93b11..ee980823a7cc764f5ced7828f665e6c988cc75e0 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "transmission.hxx"
 
 #include <simgear/misc/sg_path.hxx>
index 46070066cae7387c28864cda2c135b0341bab51e..2275a47955d87732ead9fb8f8a5e8082332f286c 100644 (file)
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/debug/logstream.hxx>
 #include <simgear/scene/sky/sky.hxx>
 #include <simgear/environment/visual_enviro.hxx>
index 2dc4008fdcfdffe3625badeac86f34392ab7f2ac..fc84a693909d8ec4bc626e4d4c48a827f08341e0 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/point3d.hxx>
 #include <simgear/math/polar3d.hxx>
index 357c26258d66d08a581ce9935514a7bfd0333c2c..f6b26f58d3b146f43dc86a487c155b93f68a8579 100644 (file)
 //
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/point3d.hxx>
 #include <simgear/math/polar3d.hxx>
index 9edc77fe973e57973663a3ae7b4db33817fd899b..6c67b7957a8c4bc9e4d1f2271f6675a738a52a98 100644 (file)
 
 **********************************************************************/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/misc/sg_path.hxx>
 #include <Aircraft/aircraft.hxx>
index 075da15a5d0b279aabe5f4e3240f085122cdb186..bbfa45caf32c9d7d635b1ec89d9830740337a80d 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <iostream>
 
 #include <simgear/compiler.h>
index 6170dbd8514c6c3545aed50ead5cd1bf3dd5dbc0..077a65a03d911bd5679514425911693610605d47 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <simgear/sound/soundmgr_openal.hxx>
 #include <simgear/structure/commands.hxx>
index 6772f07c1beaae3453d88b80b3d5f90ccc63189c..0b6118b36939b92cc805cb0f5a91ac9615e09a9b 100644 (file)
@@ -20,6 +20,9 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <simgear/compiler.h>