Hello,
I am trying to compile qpidc-0.5. I am trying to compile it on ubuntu 9.04
using gcc 4.1. I had problems with 4.3 and I found solution
(http://n2.nabble.com/c-broker-build-for-ubuntu-td2261666.html#a2261875)
suggesting downgrading to 4.1.
Now I get the error message
"/usr/include/boost/parameter/aux_/maybe.hpp:13:53: error:
boost/python/detail/referent_storage.hpp: No such file or directory". I
tried to install "libboost-python1.35-dev" which then will try to install
the new gcc 4.3 again causing the original compile error.
Boost e2fsprogs and pkconfig are installed.
In file included from /usr/include/boost/parameter/aux_/arg_list.hpp:14,
from /usr/include/boost/parameter/parameters.hpp:40,
from /usr/include/boost/parameter.hpp:11,
from gen/qpid/client/arg.h:31,
from gen/qpid/client/Session_0_10.h:31,
from ./qpid/client/Session.h:24,
from qpid/client/Connection.h:26,
from qpid/client/Connection.cpp:21:
/usr/include/boost/parameter/aux_/maybe.hpp:13:53: error:
boost/python/detail/referent_storage.hpp: No such file or directory
/usr/include/boost/parameter/aux_/maybe.hpp:90: error: 'boost::python' has
not been declared
/usr/include/boost/parameter/aux_/maybe.hpp:90: error: expected
unqualified-id before '<' token
/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':
/usr/include/boost/parameter/aux_/maybe.hpp:59: error: 'm_storage' was not
declared in this scope
/usr/include/boost/parameter/aux_/maybe.hpp: In member function 'void
boost::parameter::aux::maybe<T>::destroy()':
/usr/include/boost/parameter/aux_/maybe.hpp:72: error: 'm_storage' was not
declared in this scope