summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:35:42 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:35:42 +0000
commitfd231e200a27b232fed4cce16a9fa0a41a0b51a2 (patch)
tree5c09d756944916bd8f0b2c41be5f4c948f8f3c21
parente46006ee2bf179dd10b7f2628ef2d8ef004824f0 (diff)
Fixes to make build work on Ubuntu Jaunty 9.04.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896329 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-cpp/trunk/INSTALL5
-rw-r--r--sca-cpp/trunk/configure.ac2
-rw-r--r--sca-cpp/trunk/kernel/function.hpp2
3 files changed, 6 insertions, 3 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL
index 78b375d378..d8ba4fe4d6 100644
--- a/sca-cpp/trunk/INSTALL
+++ b/sca-cpp/trunk/INSTALL
@@ -9,7 +9,7 @@ The Tuscany SCA Linux build uses the GNU Autotools tool chain.
First get the following tools:
autoconf-2.64
automake-1.4
-gcc-4.4.1
+g++-4.4.1
libtool-2.2.6
doxygen-1.6.1
@@ -27,6 +27,9 @@ Recommended HTTPD configure options:
XML
libxml2-2.7.5
+CURL
+libcurl4-7.19.5
+
JSON
SpiderMonkey libmozjs
(included in xulrunner-1.9.1.5)
diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac
index 8c0fa5094a..95d984396c 100644
--- a/sca-cpp/trunk/configure.ac
+++ b/sca-cpp/trunk/configure.ac
@@ -17,7 +17,7 @@
dnl run autogen.sh to generate the configure script.
-AC_PREREQ(2.64)
+AC_PREREQ(2.59)
AC_INIT(tuscany-sca, 1.0, dev@tuscany.apache.org)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
diff --git a/sca-cpp/trunk/kernel/function.hpp b/sca-cpp/trunk/kernel/function.hpp
index 26f566fde6..cfb5a880bb 100644
--- a/sca-cpp/trunk/kernel/function.hpp
+++ b/sca-cpp/trunk/kernel/function.hpp
@@ -26,7 +26,7 @@
* Lambda function type.
*/
-#include <bits/move.h>
+#include <utility>
#include "fstream.hpp"
#include "gc.hpp"
#include "debug.hpp"