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.
// warning for truncation of template name for browse info
// #pragma warning( disable : 4786)
-
#include "SkySingleton.hpp"
-
-
+#include "compiler.h"
#include <list>
#include <map>
#include <algorithm>
-
+#include "compiler.h"
#ifdef WIN32
# include "extgl.h"
#else
// #pragma warning( disable : 4786 )
+#define __glext_h_
+#define __GLEXT_H_
+#define __glext_h_
+#define __GLEXT_H_
#include <GL/glut.h>
//------------------------------------------------------------------------------
#include "SkyTextureState.hpp"
//#include "glvu.hpp"
+
+
//------------------------------------------------------------------------------
// Static initializations.
//------------------------------------------------------------------------------
#include <windows.h>
#endif
+#define __glext_h_
+#define __GLEXT_H_
+
+#define __glext_h_
+#define __GLEXT_H_
+
#include <GL/gl.h>
#ifndef APIENTRY