Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Having problem installing CGAL library

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Having problem installing CGAL library


Chronological Thread 
  • From: naim <>
  • To:
  • Subject: Re: [cgal-discuss] Having problem installing CGAL library
  • Date: Fri, 22 Nov 2013 01:43:16 -0800 (PST)

Thanks Laurent Rineau for your help. But still I have the same error while I
was trying to configure by CMake. It shows like this:

Build CGAL from release: CGAL-4.0
Packagenames: CGAL-4.0
CGAL_MAJOR_VERSION=4
CGAL_MINOR_VERSION=0
CGAL_BUGFIX_VERSION=0
CGAL_SONAME_VERSION=9
CGAL_SOVERSION =9.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.12
System: Windows
Build type: Release
USING CXXFLAGS = ' /DWIN32 /D_WINDOWS /W3 /GR /EHsc
-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 = ' /machine:X86 /INCREMENTAL:NO'
GMP include: C:/local/CGAL-4.0/auxiliary/gmp/include
GMP libraries: C:/local/CGAL-4.0/auxiliary/gmp/lib/libgmp-10.lib
GMP definitions:
USING GMP_VERSION = '5.0.1'
MPFR include: C:/local/CGAL-4.0/auxiliary/gmp/include
MPFR libraries: C:/local/CGAL-4.0/auxiliary/gmp/lib/libmpfr-4.lib
MPFR definitions:
USING MPFR_VERSION = '3.0.0'
CMake Error at cmake/modules/FindBoost.cmake:917 (message):
Unable to find the requested Boost libraries.

Boost version: 1.54.0

Boost include path: C:/local/boost_1_54_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:6 (find_package)
cmake/modules/CGAL_SetupDependencies.cmake:32 (include)
CMakeLists.txt:455 (include)


Boost include: C:/local/boost_1_54_0
Boost libraries:
Boost definitions:
USING BOOST_VERSION = '1.54.0'
Library config detected: Core
Library config detected: ImageIO
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
OpenGL include:
OpenGL libraries: glu32;opengl32
NOTICE: CGAL_ImageIO needs ZLib to read compressed files. That feature will
not be activated.
Library config detected: Qt3
CGAL_Qt3 needs Qt3, cannot be configured.
Library config detected: Qt4
CGAL_Qt4 needs Qt4, cannot be configured.
Library configs detected: CGAL;Core;ImageIO;Qt3;Qt4
Configuring incomplete, errors occurred!
See also "C:/local/CGAL_Binary/CMakeFiles/CMakeOutput.log".
See also "C:/local/CGAL_Binary/CMakeFiles/CMakeError.log".


Can you please help me out why this error is happening? Thanks once again.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Having-problem-installing-CGAL-library-tp4658447p4658461.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page