Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


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

Thank you for your reply.

 

I did mistake. I did not include the examples when I configure using CMAKE.

 

However another problem occured.

 

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

 

How can I solve this problem?

 

 

 

-----Original Message-----
From: "Sebastien Loriot (GeometryFactory)"<>
To:
Cc:
Sent: 11-09-29(목) 15:22:20
Subject: Re: [cgal-discuss] I have a problem with examples of CGAL
So the CGAL library has been built correctly?

Did you use cmake to configure examples that fail to compile?


Sebastien.


유수홍 wrote:
> 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 > 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::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.
>
>
>
>
>


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss






Archive powered by MHonArc 2.6.16.

Top of Page