строительство cgal sln не может быть завершено - PullRequest
0 голосов
/ 06 мая 2018

У меня проблема при компиляции CGAL Я следовал за шагами здесь: http://www.cse.msu.edu/~ytong/CGAL_installation.ppt

но когда доберусь до сборки CGAL .sln step это показывает следующие ошибки: здесь

выход

1>------ Build started: Project: CGAL, Configuration: Debug Win32 ------
1>  Building Custom Rule C:/dev/CGAL-4.9.1/src/CGAL/CMakeLists.txt
1>  CMake does not need to re-run because C:\dev\CGAL-4.9.1\build\src\CGAL\CMakeFiles\generate.stamp is up-to-date.
1>  all_files.cpp
1>     Creating library C:/dev/CGAL-4.9.1/build/lib/Debug/CGAL-vc120-mt-gd-4.9.1.lib and object C:/dev/CGAL-4.9.1/build/lib/Debug/CGAL-vc120-mt-gd-4.9.1.exp
1>all_files.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class boost::system::error_category const & __cdecl boost::system::system_category(void)" (__imp_?system_category@system@boost@@YAABVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'native_ecat''(void)" (??__Enative_ecat@system@boost@@YAXXZ)
1>all_files.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (__imp_?generic_category@system@boost@@YAABVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'errno_ecat''(void)" (??__Eerrno_ecat@system@boost@@YAXXZ)
1>C:\dev\CGAL-4.9.1\build\bin\Debug\CGAL-vc120-mt-gd-4.9.1.dll : fatal error LNK1120: 2 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

1 Ответ

0 голосов
/ 07 мая 2018

В настоящее время мы находимся на CGAL 4.12, поэтому, пожалуйста, обновите и следуйте официальным инструкциям по установке.

...