Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] I have a problem with examples of CGAL

Subject: CGAL users discussion list

List archive

[cgal-discuss] I have a problem with examples of CGAL


Chronological Thread 
  • From: 유수홍<>
  • To: <>
  • Subject: [cgal-discuss] I have a problem with examples of CGAL
  • Date: Thu, 29 Sep 2011 08:49:34 +0900
  • Importance: normal

I thought that installation was success because I build the few examples successfully.

 

However, bulk of examples are has an error like this.

 

No. 1 - 1>LINK : fatal error LNK1104: cannot open file 'gmp-vc90-mt-gd.lib'

 

No. 2 - 1>CGAL-vc90-mt-gd.lib(all_files.obj) : error LNK2019: unresolved external symbol "void __cdecl boost::detail::set_tss_data(void const *,class boost::shared_ptr<struct boost::detail::tss_cleanup_function>,void *,bool)" (?set_tss_data@detail@boost@@YAXPEBXV?$shared_ptr@Utss_cleanup_function@detail@boost@@@2@PEAX_N@Z) referenced in function "public: void __cdecl boost::thread_specific_ptr<int>::reset(int *)" (?reset@?$thread_specific_ptr@H@boost@@QEAAXPEAH@Z)

 

I found few coments to solve this problem on the internet. The contents of the coment was installation of boost - bjam.

 

However, I failed to install the bjam because of the root(the program skipped all the files).

 

I installed CGAL version 3.8, boost is 1.40, Qt4 is 4.7.4 and cmake is 2.8.5.

 

The environment of my computer is windows 7 - 64 bit and the version of visual studio is 2008(9.0).

 

Please help me.

 

 




Archive powered by MHonArc 2.6.16.

Top of Page