そのため、この問題の解決策を見つけるために丸一日を費やしました。14.04 OS のマシンにグラフ ツールをインストールしようとしています。私のマシンには 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 のメーリング リストに解決策がありません。誰かがこれで私を助けることができれば、本当に感謝しています.
前もって感謝します。