【问题标题】:CGAL - building INSTALL .sln faildCGAL - 构建安装 .sln 失败
【发布时间】: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


    【解决方案1】:

    请使用 CGAL 4.12 并使用 www.cgal.org 上提供的安装说明

    【讨论】:

    • 是否兼容VS 2013?
    猜你喜欢
    • 2019-10-16
    • 1970-01-01
    • 1970-01-01
    • 2017-04-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多