Installing qpid

Building fails as shown below, any ideas how to fix it?
Code:
In file included from /home/saul/work/qpid-cpp-0.32/src/qpid/Options.cpp:20:
In file included from /home/saul/work/qpid-cpp-0.32/src/qpid/Options.h:33:
In file included from /usr/local/include/boost/lexical_cast.hpp:166:
In file included from /usr/local/include/boost/type_traits/has_right_shift.hpp:43:
/usr/local/include/boost/type_traits/detail/has_binary_operator.hpp:158:68: error: use of overloaded operator
      '>>' is ambiguous (with operand types 'std::__1::basic_istream<wchar_t>' and 'qpid::sys::Duration')
   BOOST_STATIC_CONSTANT(bool, value = (sizeof(check(((make<Lhs>() BOOST_TT_TRAIT_OP make<Rhs>()),make...
 
Back
Top