Ronald Degmar
2017-04-30 05:57:36 UTC
Hi Arvid,
I upgraded from libtorrent version 1.0.10 to version 1.1.3.
While building libtorrent from source on centos, fedora and debian, I got a
new error. This is as follows:
Checking for boost libraries:
checking for boostlib >= 1.53... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono... no
checking for exit in -lboost_chrono... (cached) no
checking for exit in -lboost_chrono... (cached) no
configure: error: Could not link against boost_chrono !
libtorrent: cmmi failed: /tmp/tmpOJAB8Nbuildout-libtorrent
Building on Ubuntu passed successfully
Checking for boost libraries:
checking for boostlib >= 1.53... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono... yes
checking whether the Boost::Random library is available... yes
checking for exit in -lboost_random... yes
Why did I get that error?
These are the configure options I'm using:
--enable-python-binding --disable-dependency-tracking
--disable-silent-rules PYTHON=${PY}/python --prefix=${AT_HOME}
--with-boost=${AT_HOME} --with-libiconv --with-boost-python=boost_python
BOOST_ROOT=\"${PKG}/${_BOOST_DIR}\""
Ronald Barrios
I upgraded from libtorrent version 1.0.10 to version 1.1.3.
While building libtorrent from source on centos, fedora and debian, I got a
new error. This is as follows:
Checking for boost libraries:
checking for boostlib >= 1.53... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono... no
checking for exit in -lboost_chrono... (cached) no
checking for exit in -lboost_chrono... (cached) no
configure: error: Could not link against boost_chrono !
libtorrent: cmmi failed: /tmp/tmpOJAB8Nbuildout-libtorrent
Building on Ubuntu passed successfully
Checking for boost libraries:
checking for boostlib >= 1.53... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono... yes
checking whether the Boost::Random library is available... yes
checking for exit in -lboost_random... yes
Why did I get that error?
These are the configure options I'm using:
--enable-python-binding --disable-dependency-tracking
--disable-silent-rules PYTHON=${PY}/python --prefix=${AT_HOME}
--with-boost=${AT_HOME} --with-libiconv --with-boost-python=boost_python
BOOST_ROOT=\"${PKG}/${_BOOST_DIR}\""
Ronald Barrios