Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CMake 2.8.8 error

Subject: CGAL users discussion list

List archive

[cgal-discuss] CMake 2.8.8 error


Chronological Thread 
  • From: williamlai3a <>
  • To:
  • Subject: [cgal-discuss] CMake 2.8.8 error
  • Date: Wed, 2 Jan 2013 08:15:49 -0800 (PST)

Hi all,

I was installing CGAL 4.1.0 version under win 7.
I was using the CMake-gui for the build.
I have double checked all my pathes for boost, Qt, etc are all correct.
CMake throws error at the configure stage.
It would be thankful if anyone can help.
Thanks. William

And CMake gives me error as following:

== Setting paths ==
Build CGAL from release in directory CGAL-4.1
Packagenames: CGAL-4.1
== Setting paths (DONE) ==

== Generate version files ==
CGAL_MAJOR_VERSION=4
CGAL_MINOR_VERSION=1
CGAL_BUGFIX_VERSION=0
CGAL_SONAME_VERSION=10
CGAL_SOVERSION =10.0.0
CGAL_REFERENCE_CACHE_DIR=
Building shared libraries
Targetting Visual Studio 10
Target build enviroment supports auto-linking
Using VC10 compiler.
Generator uses intermediate configuration directory: $(Configuration)
USING CMake version: 2.8.8
System: Windows
== Generate version files (DONE) ==

== Set up flags ==
Build type: Release
USING CXXFLAGS = ' /DWIN32 /D_WINDOWS /W3 /Zm1000 /EHsc /GR
-D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE
-D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS /fp:strict /fp:except-
/MD /O2 /Ob2 /D NDEBUG'
USING LDFLAGS = ' /STACK:10000000 /machine:X86 /INCREMENTAL:NO'
== Set up flags (DONE) ==

== Detect external libraries ==
External libraries supported:
GMP;MPFR;ZLIB;OpenGL;LEDA;MPFI;RS;RS3;OpenNL;TAUCS;Eigen3;BLAS;LAPACK;QGLViewer;ESBTL;Coin3D;NTL;IPE
Preconfiguring library: GMP ...
GMP has been preconfigured:
CGAL_UseGMP-file:
GMP include: D:/CGAL-4.1/auxiliary/gmp/include
GMP libraries: D:/CGAL-4.1/auxiliary/gmp/lib/libgmp-10.lib
GMP definitions:
USING GMP_VERSION = '5.0.1'
Preconfiguring library: MPFR ...
MPFR has been preconfigured:
CGAL_UseMPFR-file:
MPFR include: D:/CGAL-4.1/auxiliary/gmp/include
MPFR libraries: D:/CGAL-4.1/auxiliary/gmp/lib/libmpfr-4.lib
MPFR definitions:
USING MPFR_VERSION = '3.0.0'
CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/FindBoost.cmake:1200 (message):
Unable to find the requested Boost libraries.

Boost version: 1.41.0

Boost include path: C:/Program Files (x86)/boost/boost_1_41

The following Boost libraries could not be found:

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:590 (include)


Boost include: C:/Program Files (x86)/boost/boost_1_41
Boost libraries:
Boost definitions:
USING BOOST_VERSION = '1.41.0'
== Detect external libraries (DONE) ==

== Write compiler_config.h ==
== Write compiler_config.h (DONE) ==

== Generating build files ==
Configuring libCGAL
Requested component: MPFR
Requested component: GMP
libCGAL is configured
Sources for CGAL component library 'Core' detected
Configuring libCGAL_Core
Requested component: MPFR
Requested component: GMP
libCGAL_Core is configured
Sources for CGAL component library 'ImageIO' detected
Configuring libCGAL_ImageIO
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
OpenGL include:
OpenGL libraries: glu32;opengl32
Requested component: MPFR
Requested component: GMP
libCGAL_ImageIO is configured
NOTICE: CGAL_ImageIO needs ZLib to read compressed files. That feature will
not be activated.
Sources for CGAL component library 'Qt3' detected
Sources for CGAL component library 'Qt4' detected
Configuring libCGAL_Qt4
USING OPENGL_VERSION = '1.1'
USING QT4_VERSION = '4.8.4'
OpenGL include:
OpenGL libraries: glu32;opengl32
OpenGL definitions:
Qt4 include: G:/Qt/4.8.4/include
Qt4 libraries:
optimized;G:/Qt/4.8.4/lib/qtmain.lib;debug;G:/Qt/4.8.4/lib/qtmaind.lib;optimized;G:/Qt/4.8.4/lib/QtOpenGL4.lib;debug;G:/Qt/4.8.4/lib/QtOpenGLd4.lib;optimized;G:/Qt/4.8.4/lib/QtGui4.lib;debug;G:/Qt/4.8.4/lib/QtGuid4.lib;optimized;G:/Qt/4.8.4/lib/QtCore4.lib;debug;G:/Qt/4.8.4/lib/QtCored4.lib
Qt4 definitions: -DQT_DLL
moc executable: G:/Qt/4.8.4/bin/moc.exe
uic executable: G:/Qt/4.8.4/bin/uic.exe
Requested component: MPFR
Requested component: GMP
libCGAL_Qt4 is configured
Sources for CGAL component libraries 'CGAL;Core;ImageIO;Qt3;Qt4' detected
== Generating build files (DONE) ==

Configuring incomplete, errors occurred!



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CMake-2-8-8-error-tp4656433.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page