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: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL 3.5 beta installation in Widows Vista
  • Date: Thu, 20 Aug 2009 10:44:03 +0200
  • Organization: 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/



Archive powered by MHonArc 2.6.16.

Top of Page