Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] CGAL installation

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] CGAL installation


Chronological Thread 
  • From: christelle yeromonahos <>
  • To:
  • Subject: Re: Re: [cgal-discuss] CGAL installation
  • Date: Fri, 15 Jun 2012 14:25:49 +0100

Thanks for your help!

I have built libraries using Xcode (by opening the directory CGAL.xcodeproj in Xcode and then 'run').
So now, in a UNIX-like environment I think that I should run 'make install'. Could you tell me what to do in my case (make install doesn't work)?

Thanks again



2012/6/15 Laurent Rineau (CGAL/GeometryFactory) <>
Le vendredi 15 juin 2012 12:48:51 christelle yeromonahos a écrit :
> 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.

Some tests or feature detections can fail without compromising the compilation
of CGAL libraries. It only defines several workaround macros in
<CGAL/compiler_config.h>.


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

When you first ran CMake configuration in that build directory, cmake-gui
popped up a dialog asking you to choose a "generator". You have chosen the
default choice, and that was "Xcode". With that generator, CMake does not
create a set of makefiles but an Xcode project file.

You can either:
 - clean the cache and restart, choosing "Unix Makefile" as generator,
 - or compile CGAL libraries using Xcode.

Be warned that the clang compiler is not supported by the CGAL project.

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





Archive powered by MHonArc 2.6.18.

Top of Page