On 02/14/2010 08:54 PM, Mario Grotschar wrote:
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.
If your error was the same as in that mail, that is fixable with trivial
changes that have already been made on trunk. See
https://issues.apache.org/jira/browse/QPID-1993 and/or
http://svn.apache.org/viewvc?view=revision&revision=795752.
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.
Not sure where this comes from as qpid doesn't use any of the boost
python code.
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
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]