tuscany-sca-cpp compile error

  • Hi,

    Ich versuche gerade die Apache Native (c++) Tuscany zu kompilieren (http://tuscany.apache.org).
    Mittels git habe ich die sources ausgechecked (git://git.apache.org/tuscany-sca-cp).

    Mehrere Sachen sind problematisch.
    1.) bootsrap
    Beim ersten Durchlauf bekomme ich folgenden Fehler:



    Beim zweiten durchlauf scheint das macro dann definiert zu sein, und bootstrap beendet erfolgreich.

    Dann lasse ich ./configure laufen.

    Code
    ./configure --prefix=/home/mario/native-sca-1.0.incubating-M3/deploy --with-apr=/home/mario/httpd-2.2.14/deploy --with-httpd=/home/mario/httpd-2.2.14/deploy --with-libcurl=/usr --with-libxml2=/usr



    make erzeugt dann folgendne Fehler



    Mich verwundert folgende Ausgabe vor dem Fehler. -I/usr/include/xulrunner-1.9.1.7/unstable existiert gar nicht bei mir. DAs dürfte jedoch denke ich nichts mit dem Error zu tun haben da stream.hpp in libboost dabei sein müsste.

    Code
    [COLOR=#1f497d]g++ -DHAVE_CONFIG_H -I. -I../..     -I. -I/home/mario/tuscany_sca_native-1.0-incubator-M3-src/deploy/kernel -I/home/mario/httpd-2.2.14/deploy/include -I/usr/include/libxml2 -I/usr/include/xulrunner-1.9.1.7/unstable -I/usr/include -O3 -std=c++0x -fmessage-length=0 -MT eval-test.o -MD -MP -MF .deps/eval-test.Tpo -c -o eval-test.o eval-test.cpp[/COLOR]

    “For God's sake, give me the young man who has brains enough to make a fool of himself”, Robert Louis Stevenson

  • Die eval-test.cpp ist in ~/native-sca-1.0.incubating-M3/modules/scheme

    Hier die includes

    #include <assert.h>
    #include "stream.hpp"
    #include "string.hpp"
    #include "driver.hpp"

    eine stream.hpp ist in ~/native-sca-1.0.incubating-M3/kernel/stream.hpp

    “For God's sake, give me the young man who has brains enough to make a fool of himself”, Robert Louis Stevenson

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!