我正在尝试安装apache qpid在make时遇到以下错误

时间:2013-03-26 05:23:59

标签: c++ messagebroker qpid

我正在尝试通过svn checkout安装apache qpid,我已经安装了所有工具,同时make make我得到了错误

svn co http://svn.apache.org/repos/asf/qpid/trunk

qpid/sys/SocketTransport.cpp:209: error: ‘a2’ is used uninitialized in this function
/usr/include/boost/bind/bind_cc.hpp:83: note: ‘a2’ was declared here
qpid/sys/SocketTransport.cpp:209: error: ‘a2’ may be used uninitialized in this function
/usr/include/boost/bind/bind.hpp:551: note: ‘a2’ was declared here
qpid/sys/SocketTransport.cpp:209: error: ‘a2’ may be used uninitialized in this function
/usr/include/boost/bind/storage.hpp:276: note: ‘a2’ was declared here
qpid/sys/SocketTransport.cpp:209: error: ‘a2’ may be used uninitialized in this function
/usr/include/boost/bind/storage.hpp:227: note: ‘a2’ was declared here
qpid/sys/SocketTransport.cpp:209: error: ‘a2’ may be used uninitialized in this function
/usr/include/boost/bind/storage.hpp:195: note: ‘a2’ was declared here
qpid/sys/SocketTransport.cpp:209: error: ‘a2’ may be used uninitialized in this function
/usr/include/boost/bind/storage.hpp:129: note: ‘a2’ was declared here
make[3]: *** [qpid/sys/libqpidbroker_la-SocketTransport.lo] Error 1
make[3]: Leaving directory `/home/nimbus/Downloads/svn/trunk/qpid/cpp/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nimbus/Downloads/svn/trunk/qpid/cpp/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/nimbus/Downloads/svn/trunk/qpid/cpp/src'
make: *** [all-recursive] Error 1

0 个答案:

没有答案
相关问题