Please find below error that i get when i try to execute make install i.e.
2nd step mentioned in installation document INSTALL.txt
In file included from ./qpid/broker/Queue.h:29,
from ./qpid/broker/Deliverable.h:24,
from ./qpid/broker/Exchange.h:26,
from ./qpid/broker/DirectExchange.h:26,
from ./qpid/broker/Broker.h:27,
from qpid/acl/Acl.cpp:22:
./qpid/broker/QueueBindings.h:25:44: boost/ptr_container/ptr_list.hpp: No
such file or directory
In file included from ./qpid/broker/Broker.h:28,
from qpid/acl/Acl.cpp:22:
./qpid/broker/DtxManager.h:24:43: boost/ptr_container/ptr_map.hpp: No such
file or directory
In file included from ./qpid/broker/Broker.h:28,
from qpid/acl/Acl.cpp:22:
./qpid/broker/DtxManager.h:36: error: ISO C++ forbids declaration of
`ptr_map' with no type
./qpid/broker/DtxManager.h:36: error: expected `;' before '<' token
./qpid/broker/DtxManager.h:47: error: `WorkMap' does not name a type
./qpid/broker/DtxManager.h:47: error: extra semicolon
In file included from ./qpid/broker/LinkRegistry.h:26,
from ./qpid/broker/Broker.h:32,
from qpid/acl/Acl.cpp:22:
./qpid/broker/Link.h:34:46: boost/ptr_container/ptr_vector.hpp: No such file
or directory
In file included from ./qpid/broker/Broker.h:33,
from qpid/acl/Acl.cpp:22:
./qpid/broker/SessionManager.h:67: error: ISO C++ forbids declaration of
`ptr_vector' with no type
./qpid/broker/SessionManager.h:67: error: expected `;' before '<' token
./qpid/broker/SessionManager.h:73: error: `Detached' does not name a type
./qpid/broker/SessionManager.h:73: error: extra semicolon
In file included from qpid/acl/Acl.cpp:26:
./qpid/log/Logger.h:96: error: ISO C++ forbids declaration of `ptr_vector'
with no type
./qpid/log/Logger.h:96: error: expected `;' before '<' token
./qpid/log/Logger.h:103: error: `Outputs' does not name a type
./qpid/log/Logger.h:103: error: extra semicolon
/usr/include/boost/range/detail/implementation_help.hpp: In function `Char*
boost::range_detail::str_end(Char*) [with Char = char]':
/usr/include/boost/range/end.hpp:111: instantiated from here
/usr/include/boost/range/detail/implementation_help.hpp:57: warning: cast
from `const char*' to `char*' discards qualifiers from pointer target type
/usr/include/boost/range/detail/implementation_help.hpp: In function `Char*
boost::range_detail::str_end(Char*) [with Char = wchar_t]':
/usr/include/boost/range/end.hpp:116: instantiated from here
/usr/include/boost/range/detail/implementation_help.hpp:57: warning: cast
from `const wchar_t*' to `wchar_t*' discards qualifiers from pointer target
type
make[3]: *** [qpid/acl/Acl.lo] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1
--
View this message in context:
http://n2.nabble.com/Unable-to-install-qpid-on-Linux-tp2485046p2485046.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]