Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Running CGAL under Xcode and OSX Lion

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Running CGAL under Xcode and OSX Lion


Chronological Thread 
  • From: Philipp Moeller <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Running CGAL under Xcode and OSX Lion
  • Date: Sat, 03 Nov 2012 19:59:28 +0100
  • Organization: GeometryFactory

Eran Yanay
<>
writes:

> yes, complete folder with all the headers i have in the example i use.
> i added the full path, and build is still failed from pretty much the same
> reason,
> i have, i.e the include of Cartesian_d.h, which is ok with xcode (no error
> given), but that header is by itself including "CGAL/basic.h", so that
> header isnt found
>
> isnt there a way to tell xcode that CGAL is always under the regular path of
> include folder?

If you use CMake to generate your XCode projects, that is taken care
of.

If you configure the XCode project yourself you will need to add it to
"Header Search Paths", you will also need to make sure you are linking
with libcgal and add its path to "Library Search Paths". All this should
be in the "Search Paths" settings somewhere in your XCode project
settings.



Archive powered by MHonArc 2.6.18.

Top of Page