Subject: CGAL users discussion list
List archive
- From: christelle yeromonahos <>
- To:
- Subject: Re: [cgal-discuss] CGAL installation
- Date: Fri, 15 Jun 2012 12:48:51 +0100
Hi Laurent,
Thanks a lot for your help.
When I run cmake-gui and Configure I read the following messages in the bottom part of the windows. Some tests are failed.
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 Xcode
Using /usr/bin/g++ compiler.
DARWIN_VERSION=11
Mac Leopard detected
Generator uses intermediate configuration directory: $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
USING CMake version: 2.8.8
System: Darwin
USING GCC_VERSION = 'Not GNU/CC (CLANG)'
Build type: Release
USING CXXFLAGS = ' -O3 -DNDEBUG'
USING LDFLAGS = ' -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib '
GMP include: /usr/local/include
GMP libraries: /usr/local/lib/libgmp.dylib
GMP definitions:
USING GMP_VERSION = '5.0.5'
MPFR include: /usr/local/include
MPFR libraries: /usr/local/lib/libmpfr.dylib
MPFR definitions:
USING MPFR_VERSION = '3.1.0'
Boost include: /Applications/include
Boost libraries: /Applications/lib/libboost_thread.dylib
Boost definitions:
USING BOOST_VERSION = '1.49.0'
Performing Test CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG - Failed
Performing Test CGAL_CFG_DENORMALS_COMPILE_BUG - Success
Performing Test CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG - Success
Performing Test CGAL_CFG_IEEE_754_BUG - Success
Performing Test CGAL_CFG_ISTREAM_INT_BUG - Success
Performing Test CGAL_CFG_LONGNAME_BUG - Success
Performing Test CGAL_CFG_MATCHING_BUG_5 - Success
Performing Test CGAL_CFG_MATCHING_BUG_6 - Success
Performing Test CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG - Failed
Performing Test CGAL_CFG_NO_CPP0X_ARRAY - Failed
Performing Test CGAL_CFG_NO_CPP0X_AUTO - Success
Performing Test CGAL_CFG_NO_CPP0X_COPY_N - Failed
Performing Test CGAL_CFG_NO_CPP0X_DECLTYPE - Failed
Performing Test CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES - Success
Performing Test CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS - Failed
Performing Test CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS - Success
Performing Test CGAL_CFG_NO_CPP0X_INITIALIZER_LISTS - Failed
Performing Test CGAL_CFG_NO_CPP0X_ISFINITE - Success
Performing Test CGAL_CFG_NO_CPP0X_LAMBDAS - Failed
Performing Test CGAL_CFG_NO_CPP0X_LONG_LONG - Success
Performing Test CGAL_CFG_NO_CPP0X_NEXT_PREV - Failed
Performing Test CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE - Failed
Performing Test CGAL_CFG_NO_CPP0X_STATIC_ASSERT - Failed
Performing Test CGAL_CFG_NO_CPP0X_TUPLE - Failed
Performing Test CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES - Success
Performing Test CGAL_CFG_NO_LIMITS - Success
Performing Test CGAL_CFG_NO_LOGICAL_OPERATORS_ALTERNATIVES - Success
Performing Test CGAL_CFG_NO_MESSAGE_PRAGMA_BUG - Success
Performing Test CGAL_CFG_NO_NEXTAFTER - Success
Performing Test CGAL_CFG_NO_STATEMENT_EXPRESSIONS - Success
Performing Test CGAL_CFG_NO_STL - Success
Performing Test CGAL_CFG_NO_TMPL_IN_TMPL_PARAM - Success
Performing Test CGAL_CFG_NO_TR1_ARRAY - Success
Performing Test CGAL_CFG_NO_TR1_TUPLE - Success
Performing Test CGAL_CFG_NO_WARNING_CPP_DIRECTIVE_BUG - Success
Performing Test CGAL_CFG_NUMERIC_LIMITS_BUG - Success
Performing Test CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG - Success
Performing Test CGAL_CFG_TEMPLATE_IN_DEFAULT_PARAMETER_BUG - Success
Performing Test CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG - Success
Performing Test CGAL_CFG_USING_BASE_MEMBER_BUG_2 - Success
Library config detected: Core
Library config detected: ImageIO
OpenGL include: /System/Library/Frameworks/OpenGL.framework
OpenGL libraries: /System/Library/Frameworks/AGL.framework;/System/Library/Frameworks/OpenGL.framework
USING ZLIB_VERSION = '1.2.5'
ZLib include: /usr/include
ZLib libraries: /usr/lib/libz.dylib
Library config detected: Qt3
Library config detected: Qt4
Library configs detected: CGAL;Core;ImageIO;Qt3;Qt4
Configuring done
Le vendredi 15 juin 2012 11:35:32 christelle yeromonahos a écrit :
> Hi,Relaunch cmake-gui, click Configure, and read the messages in the bottom part
>
> I am new to CGAL, and I am trying to install it on Mac OSX. Could you
> please help me?
>
> I have configured CGAL with
> cd CGAL-4.0
> cmake-gui .
>
> Now I would like to build libraries thanks to
> (cd CGAL-4.0)
> make
>
> But I get the error: make: ***No targets specified and no makefile found.
> Stop.
of the Windows. Probably you are missing important dependencies, and CMake was
not able to properly configure CGAL libraries.
Or use precompiled libraries from a distribution, like macport.
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss
- [cgal-discuss] CGAL installation, christelle yeromonahos, 06/15/2012
- Re: [cgal-discuss] CGAL installation, Eric Berberich, 06/15/2012
- Re: [cgal-discuss] CGAL installation, Laurent Rineau (CGAL/GeometryFactory), 06/15/2012
- Re: [cgal-discuss] CGAL installation, christelle yeromonahos, 06/15/2012
- Re: [cgal-discuss] CGAL installation, Sebastien Loriot (GeometryFactory), 06/15/2012
- Re: Re: [cgal-discuss] CGAL installation, Laurent Rineau (CGAL/GeometryFactory), 06/15/2012
- Re: Re: [cgal-discuss] CGAL installation, christelle yeromonahos, 06/15/2012
- Re: [cgal-discuss] CGAL installation, christelle yeromonahos, 06/15/2012
Archive powered by MHonArc 2.6.18.