Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL 3.5 beta installation in Widows Vista

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL 3.5 beta installation in Widows Vista


Chronological Thread 
  • From: Indika Tantrigoda <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL 3.5 beta installation in Widows Vista
  • Date: Thu, 20 Aug 2009 15:35:59 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=UeQxZ1Td63BMRd8HmoTUk168RmZ9rKX270/SFy4MSbRnyfJgzsXhQEOGMhwt5IeZVp +EBSkE2IY7GtDfAwdh7esXWlQ2C63fj8CSfho7cZbTg1kJ0692qdFOlKs6oYFOdxdCSD QH5caSRRLFrUAnlEC/V6ppt2vC6djSIGCpo8g=

Hello,
There doesn't seem to be any directory called lib in C:\boost\boost_1_39\boost\. Maybe I should reinstall boost and see.
Any ideas as to why the lib directory is missing ?

Thanks,

Regards,
Indika

2009/8/20 Laurent Rineau (GeometryFactory) <>
On Thursday 20 August 2009 06:40:32 Indika Tantrigoda wrote:
> Hi,
> Here is the full log and the CMakeCache.txt files.
> Sorry about earlier.

Thanks for the logs. I can now help you.

The error is about Boost. A Boost installation has been detected, at least
headers. But the library boost_thread has not.

What do you have in C:/boost/boost_1_39/lib/ ?

For CGAL need , there must be *at least*
      libboost_system-vc90-mt-gd-1_38.lib
and libboost_system-vc90-mt-1_38.lib

(or the "vc80" versions if you use MSVS2005 instead of MSVS2008). That library
is used by the CGAL libraries, to ensure thread safeness of some CGAL data
structures.

Boost program_option and filesystem libraries are also required by some
examples or demos of CGAL.

--
Laurent Rineau, PhD
Release Manager of the CGAL Project
http://www.cgal.org/
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/
--
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