--- src/FlightTrack.hxx.old 2013-07-21 19:11:03.629522303 +0200 +++ src/FlightTrack.hxx 2013-07-21 19:11:34.004521691 +0200 @@ -39,6 +39,8 @@ #include "misc.hxx" +using namespace std; + // EYE - why do I need to do this? struct NAV; --- src/Makefile.am.old 2013-07-21 19:32:19.622496602 +0200 +++ src/Makefile.am 2013-07-21 19:32:36.606496260 +0200 @@ -35,8 +35,7 @@ Geographics.cxx Geographics.hxx Atlas_LDADD = \ - -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgserial -lsgdebug \ - -lsgbucket -lsgstructure -lsgmath \ + -lSimGearCore -lSimGearScene \ -lplibsg -lplibpuaux -lplibpu -lplibul -lplibfnt -lplibnet \ $(opengl_LIBS) \ -lpng -lz -ljpeg @@ -52,8 +51,7 @@ misc.cxx misc.hxx Map_LDADD = \ - -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug \ - -lsgbucket -lsgstructure -lsgmath \ + -lSimGearCore -lSimGearScene \ -lplibfnt -lplibsg \ $(opengl_LIBS) \ -lpng -lz -ljpeg