1
0
Fork 0

MIPSpro 7.4 fixes

This commit is contained in:
ehofman 2003-12-27 22:27:27 +00:00
parent 22b5b1c405
commit 4cc853e2a2
4 changed files with 1 additions and 7 deletions

View file

@ -39,6 +39,6 @@ bin_PROGRAMS = yasim
yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure $(base_LIBS)
yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure $(base_LIBS)
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src

View file

@ -43,10 +43,8 @@
#include "props.hxx"
#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
SG_USING_STD(strstream);
SG_USING_STD(ends);
#endif
/**
* Props connection class.

View file

@ -9,10 +9,8 @@
#include <simgear/constants.h>
#include <simgear/math/sg_geodesy.hxx>
#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
SG_USING_STD(cout);
SG_USING_STD(endl);
#endif
int main() {
// for each lat/lon given in goedetic coordinates, calculate

View file

@ -34,10 +34,8 @@
#include <simgear/bucket/newbucket.hxx>
SG_USING_STD(string);
#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
SG_USING_STD(cout);
SG_USING_STD(endl);
#endif
static string server = "scenery.flightgear.org";
static string source_module = "scenery-0.9.2";