Hallo,
Ich versuche gerade qpidc0.5 (http://qpid.apache.org ) zu compilen.
ICh verwende Ubuntu 9.04 und gcc 4.1. Boost 1.35.
./configure haut hin nur beim make gibt es probleme. Ich musste von gcc 4.3 dowgraden auf 4.1, da es sonst zu anderen compiel errors kam.
Jetzt bekomme ich die Fehlermeldung
Code
/usr/include/boost/parameter/aux_/maybe.hpp:13:53: error: boost/python/detail/referent_storage.hpp: No such file or directory
Ich habe versucht die libboost-python1.35-dev [FONT="]zu installieren, das führt jedoch dazu, dass auch automatisch wieder gcc 4.3 installiert wird.
Anbei die ganze Fehlermeldung
[/FONT]
Code
[I]In file included from /usr/include/boost/parameter/aux_/arg_list.hpp:14,[/I]
[I] from /usr/include/boost/parameter/parameters.hpp:40,[/I]
[I] from /usr/include/boost/parameter.hpp:11,[/I]
[I] from gen/qpid/client/arg.h:31,[/I]
[I] from gen/qpid/client/Session_0_10.h:31,[/I]
[I] from ./qpid/client/Session.h:24,[/I]
[I] from qpid/client/Connection.h:26,[/I]
[I] from qpid/client/Connection.cpp:21:[/I]
[I]/usr/include/boost/parameter/aux_/maybe.hpp:13:53: error: boost/python/detail/referent_storage.hpp: No such file or directory[/I]
[I]/usr/include/boost/parameter/aux_/maybe.hpp:90: error: 'boost::python' has not been declared[/I]
[I]/usr/include/boost/parameter/aux_/maybe.hpp:90: error: expected unqualified-id before '<' token[/I]
[I]/usr/include/boost/parameter/aux_/maybe.hpp: In member function 'typename boost::add_reference<typename boost::add_const<T>::type>::type boost::parameter::aux::maybe<T>::construct2(const U&) const':[/I]
[I]/usr/include/boost/parameter/aux_/maybe.hpp:59: error: 'm_storage' was not declared in this scope[/I]
[I]/usr/include/boost/parameter/aux_/maybe.hpp: In member function 'void boost::parameter::aux::maybe<T>::destroy()':[/I]
[I]/usr/include/boost/parameter/aux_/maybe.hpp:72: error: 'm_storage' was not declared in this scope[/I]
Alles anzeigen
[FONT="]
Kennt jemand dieses Problem?
[/FONT]