Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Configure error with Cmake for boost library

Subject: CGAL users discussion list

List archive

[cgal-discuss] Configure error with Cmake for boost library


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Configure error with Cmake for boost library
  • Date: Thu, 14 Jan 2010 06:06:48 +0100 (CET)

Hi Everyone,

I have installed VS2005, boost 1.39, QT4.6, Cmake 2.8 in winXP and begin to
configure for CGAL 3.5. But the process is broken by missing defination of
BOOT_ROOT and BOOT_INCLUDE_DIR, which are set already! The error message is:
/***************begin of message********************/
CMake Error at cmake/modules/FindBoost.cmake:886 (message):
Unable to find the requested Boost libraries.

Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
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)
/***************end of message********************/

I have check the BOOST_ROOT and BOOST_INCLUDE_DIR in cmd prompt windows as
following:
c:\ set BOOST_ROOT
BOOST_ROOT=D:\CGAL\install-files\boost_1_39_0
c:\set BOOT_INCLUDE_DIR
BOOST_INCLUDE_DIR=D:\CGAL\install-files\boost_1_39_0

Can someone points out what's wrong?


Best Regards,
Shawn



Archive powered by MHonArc 2.6.16.

Top of Page