Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] I have an error with compiling boost using cmake 2.8.12.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] I have an error with compiling boost using cmake 2.8.12.


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] I have an error with compiling boost using cmake 2.8.12.
  • Date: Mon, 24 Mar 2014 14:06:27 +0100
  • Organization: GeometryFactory

Le Monday 24 March 2014 18:01:16 ìœ ìˆ˜í™ a écrit :
> Hello. I am a beginner of CGAL library for my individual research.
>
> However, I have a problem with compiling Boost.
>
> The message of CMake is
>
> CMake Error at C:/Program Files (x86)/CMake
> 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1111 (message): Unable to find
> the requested Boost libraries.
>
> Boost version: 1.50.0
>
> Boost include path: E:/Boost
>
> Could not find the following Boost libraries:
>
> boost_thread
> boost_system
>
> 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:6 (find_package)
> cmake/modules/CGAL_SetupDependencies.cmake:85 (include)
> CMakeLists.txt:589 (include)
>
> Please help me to solve this problem.
> 
> Thank you.
> 

Please set the CMake variable Boost_DEBUG:BOOL=TRUE in the CMake cache, and
rerun the CMake configuration. You will get better error messages.

--
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