安装CGAL(3.3),QT未找到,没有要构建的目标

安装CGAL(3.3),QT未找到,没有要构建的目标,qt,cgal,Qt,Cgal,我正在尝试安装我在Ubuntu上下载的先前版本的CGAL(3.3版)。当我按照自述文件中的说明运行时: ./install_cgal -i 然后按“B”进行构建,我得到以下错误: OS: x86-64_Linux-3.16 COMPILER: GNU 4.8.4 BOOST: supported (1.54.0) BOOST_PROGRAM_OPTIONS: supported (1.54.0) BOOST_BIMAP: not sup

我正在尝试安装我在Ubuntu上下载的先前版本的CGAL(3.3版)。当我按照自述文件中的说明运行时:

 ./install_cgal -i 
然后按“B”进行构建,我得到以下错误:

OS:             x86-64_Linux-3.16
COMPILER:           GNU 4.8.4
BOOST:  supported (1.54.0)
BOOST_PROGRAM_OPTIONS:  supported (1.54.0)
BOOST_BIMAP:    not supported
X11:    supported (11.0)
GMP:    supported (5.1.3)
GMPXX:  supported (5.1.3)
MPFR:   supported (3.1.2)
ZLIB:   supported (1.2.8)
BLAS:   not supported
LAPACK: not supported
ATLAS:  not supported
LIDIA:  not supported
LEDA:   not supported
LEDAWIN:    not supported
OPENGL: supported (2.1)
QT: not supported  ----> even if QT4 and QT5 are installed
TAUCS:  not supported

Generating Makefiles ... done.
Building libCGAL static ...
Compilation of libCGAL static failed.

make: *** Pas de règle pour fabriquer la cible « assertions.o »,     
nécessaire pour « libCGAL.a ».
make: *** Pas de règle pour fabriquer la cible « 
Bbox_2_intersections.o », nécessaire pour « libCGAL.a ».
make: *** Pas de règle pour fabriquer la cible « 
 Bbox_3_intersections.o », nécessaire pour « libCGAL.a ».
make: *** Pas de règle pour fabriquer la cible « cgal_logo.o », 
nécessaire pour « libCGAL.a ».
make: *** Pas de règle pour fabriquer la cible « Color.o », 
nécessaire 
pour « libCGAL.a ».
make: *** Pas de règle pour fabriquer la cible « 
File_header_extended_OFF.o », nécessaire pour « libCGAL.a ».
make: *** Pas de règle pour fabriquer la cible « File_header_OFF.o », 
nécessaire pour « libCGAL.a ».
make: *** Pas de règle pour fabriquer la cible « File_scanner_OFF.o», 
nécessaire pour « libCGAL.a ».
make: La cible « static_lib » n'a pas pu être refabriquée à cause 
d'erreurs.
我试图为QT指定路径。为此,我返回菜单并键入“S”以获得支持菜单,然后选择QT:

Set QT_INCL_DIR                                     
  /usr/include/qt4/                                 
Set QT_LIB_DIR                                      
  /usr/lib/x86_64-linux-gnu/ 

这不允许检测QT4。有什么想法吗

你为什么要使用这么旧的版本?因为你是CGAL新手,最好使用最新的版本。我使用的是一个使用CGAL 3.3的表面描述符源代码。我已经安装了最新版本的CGAL,但是与描述符相关联的源代码没有工作,因为CGAL包含了一些内容。这就是我想安装3.3版本的原因