Hi, Trying out now the C++ build from repository. Platform is OpenSuse 11.2 x86_64.
Again, grabbed every necessary bits. Launching configure with following options: ./configure --prefix=/usr/local/tuscany-sca-cpp-bin --enable-maintainer-mode --enable-java --enable-doxygen --enable-python --enable-threads --with-js-lib=/usr/lib64/xulrunner-1.9.1.6 --with-java=/usr/lib64/jvm/java configure is complaining about the two following macros: ... ./configure: line 17962: AC_PROG_JAVAC: command not found ./configure: line 17963: AC_PROG_JAR: command not found ... Not sure it's safe to ignore... I replaced the two with what seems to be the current name (AX_PROG_JAVAC and AX_PROG_JAR see [1] and [2]) and configure doesn't seem to complain anymore. What's weird is that I have a less current version of autoconf (2.63) than the one specified in the INSTALL file (2.64). Any clue? Regards Frederic [1] http://www.nongnu.org/autoconf-archive/ac_prog_javac.html [2] http://www.nongnu.org/autoconf-archive/ac_prog_jar.html
