You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/01/06 07:35:44 UTC

svn commit: r896329 - in /tuscany/sca-cpp/trunk: INSTALL configure.ac kernel/function.hpp

Author: jsdelfino
Date: Wed Jan  6 06:35:42 2010
New Revision: 896329

URL: http://svn.apache.org/viewvc?rev=896329&view=rev
Log:
Fixes to make build work on Ubuntu Jaunty 9.04.

Modified:
    tuscany/sca-cpp/trunk/INSTALL
    tuscany/sca-cpp/trunk/configure.ac
    tuscany/sca-cpp/trunk/kernel/function.hpp

Modified: tuscany/sca-cpp/trunk/INSTALL
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/INSTALL?rev=896329&r1=896328&r2=896329&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/INSTALL (original)
+++ tuscany/sca-cpp/trunk/INSTALL Wed Jan  6 06:35:42 2010
@@ -9,7 +9,7 @@
 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 @@
 XML
 libxml2-2.7.5
 
+CURL
+libcurl4-7.19.5
+
 JSON
 SpiderMonkey libmozjs
 (included in xulrunner-1.9.1.5)

Modified: tuscany/sca-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/configure.ac?rev=896329&r1=896328&r2=896329&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/configure.ac (original)
+++ tuscany/sca-cpp/trunk/configure.ac Wed Jan  6 06:35:42 2010
@@ -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

Modified: tuscany/sca-cpp/trunk/kernel/function.hpp
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/kernel/function.hpp?rev=896329&r1=896328&r2=896329&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/kernel/function.hpp (original)
+++ tuscany/sca-cpp/trunk/kernel/function.hpp Wed Jan  6 06:35:42 2010
@@ -26,7 +26,7 @@
  * Lambda function type.
  */
 
-#include <bits/move.h>
+#include <utility>
 #include "fstream.hpp"
 #include "gc.hpp"
 #include "debug.hpp"