From 4cc853e2a2d3f827516eb9ee8996e85100200c12 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 27 Dec 2003 22:27:27 +0000 Subject: [PATCH] MIPSpro 7.4 fixes --- src/FDM/YASim/Makefile.am | 2 +- src/Network/props.cxx | 2 -- tests/test-up.cxx | 2 -- utils/TerraSync/terrasync.cxx | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/FDM/YASim/Makefile.am b/src/FDM/YASim/Makefile.am index bfe0c96b9..f5bcd17c6 100644 --- a/src/FDM/YASim/Makefile.am +++ b/src/FDM/YASim/Makefile.am @@ -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 diff --git a/src/Network/props.cxx b/src/Network/props.cxx index da99da9c9..b0526c8ab 100644 --- a/src/Network/props.cxx +++ b/src/Network/props.cxx @@ -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. diff --git a/tests/test-up.cxx b/tests/test-up.cxx index e9671ee1f..c349d98ea 100644 --- a/tests/test-up.cxx +++ b/tests/test-up.cxx @@ -9,10 +9,8 @@ #include #include -#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 diff --git a/utils/TerraSync/terrasync.cxx b/utils/TerraSync/terrasync.cxx index e81d89c45..96eb80200 100644 --- a/utils/TerraSync/terrasync.cxx +++ b/utils/TerraSync/terrasync.cxx @@ -34,10 +34,8 @@ #include 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"; -- 2.39.5