Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Re: Installation issues

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Re: Installation issues


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Re: Installation issues
  • Date: Thu, 11 Oct 2012 15:03:45 +0200
  • Organization: GeometryFactory

Le jeudi 11 octobre 2012 15:00:55 Laurent Rineau a écrit :
> Le jeudi 11 octobre 2012 05:20:58 skauf a écrit :
> > My boost installation:
> > I extracted the latest version of boost for Windows from boost.org, and
> > built the binary libraries ("thread" included). The binary libs are under
> > C:\Temp\boost_1_51_0\stage\lib so for example I have:
> > C:\Temp\boost_1_51_0\stage\lib\libboost_thread-vc100-mt-1_51.lib
>
> That one is the static boost_thread library, version mt, or vc100 (MSVC
> 2010). But you are using MSVC 2008. What is more, unless the CMake variable
> CGAL_Boost_USE_STATIC_LIBS is set to TRUE, the CGAL CMake scripts search
> for the *shared* Boost libraries.
>
> What you want is:
>
> boost_thread-vc90-mt-1_51.lib
> and
> boost_thread-vc90-mt-1_51.dll

I mix you up with another user who posted today. Maybe you are using
MSVC 2010. In that case, verify if you have the shared libraries too.
Otherwise, toggle CGAL_Boost_USE_STATIC_LIBS.

> Please set the CMake variable Boost_DEBUG to TRUE. That will help you.

If your problem remain, please post the result of the CMake run, with
Boost_DEBUG toggled.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page