Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL compilation error with Boost 1.40.0

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL compilation error with Boost 1.40.0


Chronological Thread 
  • From: Chaman Singh Verma <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL compilation error with Boost 1.40.0
  • Date: Sun, 4 Oct 2009 20:16:34 -0500
  • 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=RzCqOGCZoARfF5ciy/WAk0/Fc2JJgg1EJuaolQJUpPlVSwP86uGiF0QWOm40n1dEbg VJvfPzZodl9lK2crOpDOeYv0HTw+t05yNE5qLpPYx/e1qbsJdjf5dvCmAozNkSifbCXy 6lLvFfofJhZPzvqPhsanQ+I06W5GsIyWDPEek=



On Sun, Oct 4, 2009 at 7:22 PM, Priyank Jain <> wrote:
About boost, you don't need to compile it to use its core functionalities. Only, if you are using some of their subsystems, you'd need to compile those parts. CGAL requires the thread part of boost. So, you just need to compile the thread library and get going.

Also, what I had done is, I made a new variable BOOST_ROOT and pointed to the location where my boost files where present. If you have these two things, cmake should let you go through..

Checkout this link for compiling boost libraries: http://entropologygames.wordpress.com/2009/09/29/how-to-install-boost/


wrote:
Hello,

I am tryiing to compile CGAL boost and I get the following messages:

WARNING: Target "cmTryCompileExec" requests linking to directory
 "/home/csverma/Software/MathLib/GMP/lib".  Targets may link only to
 libraries.  CMake is dropping the item.

 WARNING: Target "cmTryCompileExec" requests linking to directory
 "/home/csverma/Software/MathLib/MPFR/lib".  Targets may link only to
 libraries.  CMake is dropping the item.

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

  Boost version: 1.40.0

  Boost include path: /home/csverma/Software/Boost/include

  The following Boost libraries could not be found:

          boost_thread

I am sure that Boost has been properly compiled  and the pat is correct.
but I don't understand why this error coming. Another thing, do we need to specify debug version of boost also ? And what are the error warnings #1 and #2
?


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


Hello Priyank,

Thanks, it worked I suppose.

csv




Archive powered by MHonArc 2.6.16.

Top of Page