David Megginson wrote:
Patrick Staehlin writes:

> To compile the development CVS version of FlightGear(0.9.0) i had to
> apply some small changes to SimGear and FlightGear.
> > The changes need probably some additional ifdefs for other platforms but
> since my linux-hd crashed i can't verify that.

These are in CVS now.

It needs one small adjustment:

--- /home/erik/src/CVS/fgfs/SimGear/simgear/sky/clouds3d/SkyContext.hpp Sun Nov 17 10:18:47 2002
+++ SimGear/simgear/sky/clouds3d/SkyContext.hpp Sun Nov 17 10:29:46 2002
@@ -29,11 +29,10 @@
// warning for truncation of template name for browse info
// #pragma warning( disable : 4786)
#include "SkySingleton.hpp"
-#include "compiler.h"
+#include <simgear/compiler.h>
#include <list>
#include <map>
#include <algorithm>
-#include "compiler.h"
#ifdef WIN32
# include "extgl.h"
#else


Erik



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


Reply via email to