【发布时间】:2018-05-14 09:17:32
【问题描述】:
我在编译 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)
有什么帮助吗?
【问题讨论】:
标签: visual-studio qt boost cgal