我正在尝试安装graphtool 2.2.35,我已经安装了所有必需的库并验证它是否正常工作。 但是,当我运行./configure时,我收到以下错误:
检查: : :
Using python version: 2.7.5
===========================
checking for boostlib >= 1.53.0... yes
checking whether the Boost::Python library is available... yes
checking for exit in -lboost_python... yes
checking whether the Boost::Iostreams library is available... yes
checking for exit in -lboost_iostreams... no
checking for exit in -lboost_iostreams... (cached) no
checking for exit in -lboost_iostreams-mt... no
checking for exit in -lboost_iostreams-mt-py2.5... no
checking whether the Boost::Regex library is available... yes
checking for exit in -lboost_regex... yes
checking whether the Boost::Graph library is available... yes
checking for exit in -lboost_graph... yes
checking for main in -lCGAL... no
checking whether to cgal debbuging with valgrind...... no
checking python module: numpy... yes
checking for /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h... yes
checking python module: scipy... yes
checking /usr/lib64/python2.7/site-packages/scipy/weave/scxx/object.h usability... yes
checking /usr/lib64/python2.7/site-packages/scipy/weave/scxx/object.h presence... yes
checking for /usr/lib64/python2.7/site-packages/scipy/weave/scxx/object.h... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking CGAL/version.h usability... no
checking CGAL/version.h presence... no
checking for CGAL/version.h... no
configure: error: CGAL headers not found
我正在使用Linux centos 7 GCC 4.8 提升1_57_.0 Pyhton 2.7.5 CGAL 3.5 GMP 6
你可以帮帮我吗?我已经花了两倍多时间搞清楚没有运气。非常感谢你在这方面的帮助答案 0 :(得分:7)
如果您使用的是Ubuntu,请尝试:
sudo apt-get install libcgal-dev