首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在CGAL上编写triangulation_2演示程序

在CGAL上编写triangulation_2演示程序
EN

Stack Overflow用户
提问于 2014-07-30 22:45:12
回答 1查看 304关注 0票数 0

在本教程installation.html#PrerequisitesforCompilingthe32-bitCGALLibraryusingMicrosoftVisualStudio2010之后,Im刚刚在Windows8forVisualStudio 2010上安装了CGAL。当我试图用CMake编译一个演示时,它说:

代码语言:javascript
复制
The C compiler identification is MSVC 16.0.30319.1
The CXX compiler identification is MSVC 16.0.30319.1
Check for working C compiler using: Visual Studio 10 2010
Check for working C compiler using: Visual Studio 10 2010 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10 2010
Check for working CXX compiler using: Visual Studio 10 2010 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Build type: Release
USING CXXFLAGS = ' /DWIN32 /D_WINDOWS /W3 /GR /EHsc -D_CRT_SECURE_NO_DEPRECATE -    D_SCL_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS /fp:strict     /fp:except- /wd4503 /bigobj /MD /O2 /Ob2 /D NDEBUG'
USING EXEFLAGS = ' /machine:X86  /INCREMENTAL:NO'
Targetting Visual Studio 10 2010
Target build enviroment supports auto-linking
Using VC10 compiler.
Generator uses intermediate configuration directory: $(Configuration)
Requested component: Qt4
Found OpenGL: opengl32  
Looking for Q_WS_X11
Looking for Q_WS_X11 - not found
Looking for Q_WS_WIN
Looking for Q_WS_WIN - found
Looking for Q_WS_QWS
Looking for Q_WS_QWS - not found
Looking for Q_WS_MAC
Looking for Q_WS_MAC - not found
Found Qt4: C:/Qt/4.8.6/bin/qmake.exe (found version "4.8.6") 
Requested component: MPFR
Requested component: GMP
NOTICE: This demo requires CGAL and Qt4, and will not be compiled.
Configuring done
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-08-01 11:23:48

当您使用cmake的3+版本时,通常会发生此问题。该版本不支持CGAL-4.4,支持将出现在CGAL-4.5中.同时,请使用旧版本的cmake。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25048209

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档