Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] VS 2010 : Has anybody succeeded to build CGAL 3.5 on VS2010 ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] VS 2010 : Has anybody succeeded to build CGAL 3.5 on VS2010 ?


Chronological Thread 
  • From: Priyank Jain <>
  • To:
  • Subject: Re: [cgal-discuss] VS 2010 : Has anybody succeeded to build CGAL 3.5 on VS2010 ?
  • Date: Sat, 19 Dec 2009 12:53:38 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; b=rQvGYV3KHGqfyriKIG/ZsI74eH86D3MdXX2/pKh7Moeou/FSSHJ9CuuLtRPKsdZXM5 tVU85fh25iDvFQe3MeIZBUqY6WsvGji0R2KfoWFTrQWRlVIOeZvKI97QD1jPuBLOPqUN NPMXTX1D7CBN0d/frrIfN1LWObSxWmyCkR8y0=

I think it wants the Boost thread library. Have you tried compiling the boost thread library and making a variable in Cmake that points to that location?

/Priyank

Gasnier wrote:
I have been using CGAL with VS2005 and VS2008 but until now I have failed to
compile CGAL 3.5 with VS2010 beta 2.

I successfully compiled boot 1.41.0 but I am still blocked with cmake-gui (2.9)
failing to configure because of missing boost_thread library.
CMake output looks familiar since it appears in numerous posts in this forum
dealing with compilation with previous versions of Visual Studio.

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CMake Error at cmake/modules/FindBoost.cmake:885 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.41.0

  Boost include path: C:/Program Files/Boost/boost_1_41_0

  The following Boost libraries could not be found:

	  boost_thread

  No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  cmake/modules/CGAL_SetupBoost.cmake:12 (find_package)
  cmake/modules/CGAL_SetupDependencies.cmake:17 (include)
  CMakeLists.txt:220 (include)
  

If you ever succeeded to compile CGAL 3.5 with VS2010, please share your
ynowledge.
Thanks in advance.

  



Archive powered by MHonArc 2.6.16.

Top of Page