Index: /OpenSceneGraph/trunk/src/osgUtil/TriStrip_graph_array.h
===================================================================
--- /OpenSceneGraph/trunk/src/osgUtil/TriStrip_graph_array.h (revision 9630)
+++ /OpenSceneGraph/trunk/src/osgUtil/TriStrip_graph_array.h (revision 9655)
@@ -80,4 +80,5 @@
     {
     public:
+        arc() {}
         arc & mark()                                    { m_Marker = true; return (* this); }
         arc & unmark()                                    { m_Marker = false; return (* this); }
Index: /OpenSceneGraph/trunk/src/osgPlugins/cfg/ConfigLexer.cpp
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/cfg/ConfigLexer.cpp (revision 9637)
+++ /OpenSceneGraph/trunk/src/osgPlugins/cfg/ConfigLexer.cpp (revision 9655)
@@ -9,4 +9,6 @@
 #define YY_FLEX_MAJOR_VERSION 2
 #define YY_FLEX_MINOR_VERSION 5
+
+#include <osg/Config>
 
 #if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS)
Index: /OpenSceneGraph/trunk/examples/osgviewerGLUT/osgviewerGLUT.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osgviewerGLUT/osgviewerGLUT.cpp (revision 9640)
+++ /OpenSceneGraph/trunk/examples/osgviewerGLUT/osgviewerGLUT.cpp (revision 9655)
@@ -21,4 +21,6 @@
 // Derived from osgGLUTsimple.cpp and osgkeyboardmouse.cpp
 
+#include <osg/Config>
+
 #if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS)
     // disable warning "glutCreateMenu_ATEXIT_HACK' : unreferenced local function has been removed"
@@ -30,4 +32,5 @@
 #include <windows.h>
 #endif
+
 #ifdef __APPLE__
 #  include <GLUT/glut.h>
Index: /OpenSceneGraph/trunk/examples/osglauncher/osglauncher.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osglauncher/osglauncher.cpp (revision 9395)
+++ /OpenSceneGraph/trunk/examples/osglauncher/osglauncher.cpp (revision 9655)
@@ -195,4 +195,6 @@
         return app;
     }
+  private:
+      Xample() {}
 }; // end class Xample
 
