Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Having problem to install CGAL in window

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Having problem to install CGAL in window


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Having problem to install CGAL in window
  • Date: Wed, 12 Nov 2014 20:58:17 +0100
  • Organization: GeometryFactory

Did you follow http://www.cgal.org/windows_installation.html ?

Sebastien.

On 11/12/2014 07:12 PM, dangphucbao wrote:
Hi all, I'm a new coder in programming CGAL
I have just install CGAL in win8 64bit with Cmake follow some steps here:
1) Install visual 2013 ultimate.
2) Install boost 1_56_0 (successfully, I have tested it on visual)
3) Install Cmake 3.0.2 and CGAL 4.5 .exe and restart the windows
4) Make project CGAL by CMake and it said: configuring done, generating
done.
5) I open project and run file .sln but it shows some errors

Error 103: error LNK2019: unresolved external symbol
"__declspec(dllimport) void __cdecl boost::detail::set_tss_data(void const
*,class boost::shared_ptr<struct boost::detail::tss_cleanup_function>,void
*,bool)"
(__imp_?set_tss_data@detail@boost@@YAXPEBXV?$shared_ptr@Utss_cleanup_function@detail@boost@@@2@PEAX_N@Z)
referenced in function "public: __cdecl
boost::thread_specific_ptr<int>::~thread_specific_ptr<int>(void)"
(??1?$thread_specific_ptr@H@boost@@QEAA@XZ) F:\CGAL 5\src\CGAL\all_files.obj
CGAL

Error 103 error LNK2019: unresolved external symbol "__declspec(dllimport)
class boost::system::error_category const & __cdecl
boost::system::generic_category(void)"
(__imp_?generic_category@system@boost@@YAAEBVerror_category@12@XZ)
referenced in function "void __cdecl boost::system::`dynamic initializer for
'errno_ecat''(void)" (??__Eerrno_ecat@system@boost@@YAXXZ) F:\CGAL
5\src\CGAL\all_files.obj CGAL


Error 104 error LNK1120: 3 unresolved externals F:\CGAL
5\bin\Debug\CGAL-vc120-mt-gd-4.5.dll CGAL

I hope you could help me to solve this problems, thanks you very much.





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Having-problem-to-install-CGAL-in-window-tp4660093.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page