From 07a3e56db177c1912ddeb3920f4198022eb96eb0 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Thu, 20 Mar 2003 20:00:38 +0000 Subject: [PATCH] eliminated gprop from the build until someone makes sure it builds under gcc-3.2 --- eo/app/Makefile.am | 2 +- eo/app/gprop/gprop.cpp | 1 + eo/configure.in | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/eo/app/Makefile.am b/eo/app/Makefile.am index 39553c1c..65036834 100644 --- a/eo/app/Makefile.am +++ b/eo/app/Makefile.am @@ -4,7 +4,7 @@ ## ############################################################################### -SUBDIRS = mastermind gpsymreg gprop +SUBDIRS = mastermind gpsymreg ############################################################################### diff --git a/eo/app/gprop/gprop.cpp b/eo/app/gprop/gprop.cpp index dc17379a..7758ec35 100644 --- a/eo/app/gprop/gprop.cpp +++ b/eo/app/gprop/gprop.cpp @@ -1,6 +1,7 @@ //----------------------------------------------------------------------------- // gprop //----------------------------------------------------------------------------- +using namespace std; #include // EXIT_SUCCESS EXIT_FAILURE #include // exception diff --git a/eo/configure.in b/eo/configure.in index ed551396..84f16aa9 100644 --- a/eo/configure.in +++ b/eo/configure.in @@ -36,5 +36,5 @@ AC_TYPE_SIZE_T dnl Checks for library functions. AC_CHECK_FUNCS(select) -AC_OUTPUT(doc/Makefile src/Makefile src/utils/Makefile src/other/Makefile win/Makefile src/gp/Makefile src/es/Makefile src/ga/Makefile test/Makefile contrib/Makefile Makefile app/Makefile app/gprop/Makefile app/mastermind/Makefile app/gpsymreg/Makefile src/do/Makefile) - +AC_OUTPUT(doc/Makefile src/Makefile src/utils/Makefile src/other/Makefile win/Makefile src/gp/Makefile src/es/Makefile src/ga/Makefile test/Makefile contrib/Makefile Makefile app/Makefile app/mastermind/Makefile app/gpsymreg/Makefile src/do/Makefile) +#app/gprop/Makefile is in the sinbin