编译CGAL时遇到问题我按照此处的步骤操作:http://www.cse.msu.edu/~ytong/CGAL_installation.ppt 我正在使用VS2013,cgal 4.9.1,BOOST 1.59.0,Qt5.7.1
但是当我到达构建INSTALL .sln步骤时,它会显示以下错误:
Error 1 error MSB3073: The command "setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=Debug -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 132 5 INSTALL
输出消息:
file INSTALL cannot find
1> "C:/dev/CGAL-4.9.1/build/bin/Debug/CGAL-vc120-mt-gd-4.9.1.dll".
1> Call Stack (most recent call first):
1> src/cmake_install.cmake:32 (include)
1> cmake_install.cmake:91 (include)
有什么帮助吗?
答案 0 :(得分:1)
请使用CGAL 4.12并使用www.cgal.org上提供的安装说明