1

我正在尝试安装 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 Boost 1_57_.0 Pyhton 2.7.5 CGAL 3.5 GMP 6

你能帮帮我吗?我已经花了两个时间来弄清楚但没有运气。您在这方面的帮助将不胜感激

4

1 回答 1

7

如果您使用的是 Ubuntu,请尝试:

sudo apt-get install libcgal-dev
于 2015-05-04T03:36:29.883 回答