所以我花了一整天的时间试图找出解决方案。我正在尝试在具有 14.04 操作系统的机器上安装图形工具。最初我无法成功,因为我的机器上没有 gcc 5。安装后,我正在尝试以下操作:
./configure CXX='g++5'
我收到以下错误:
===========================
Using python version: 2.7.6
===========================
checking for boostlib >= 1.54.0... configure: We could not detect the boost libraries (version 1.54 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
checking whether the Boost::Python library is available... no
configure: error: No usable boost::python found
我在 graph-tool 或 stackoverflow 的邮件列表中看不到有关此问题的解决方案。如果有人可以帮助我,我将不胜感激。
提前致谢。