Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Philipp Moeller <>
  • To:
  • Subject: Re: [cgal-discuss] Running CGAL under Xcode and OSX Lion
  • Date: Fri, 02 Nov 2012 20:08:41 +0100
  • Organization: GeometryFactory

Eran Yanay
<>
writes:

> Hello everyone,
> Ive been tring to use CGAL under osx lion.
> i followed the instructions for installation and installed MacPorts and from
> there installed cgal. the installation process took a while and finished
> with no errors.
> my next stage was opening xcode and trying to compile one of the examples i
> found in the cgal website.
> that specific example contained the line: #include <CGAL/Cartesian_d.h>
> I get a red mark saying CGAL/Cartesian_d.h file not found.
> of course, i get it for all the rest of the CGAL include lines.
> I looked around and did find that /opt/local/lib contains cgal libraries,
> these is what i found:
> libCGAL.10.0.0.dylib
> libCGAL.10.dylib
> libCGAL.dylib
> libCGAL_Core.10.0.0.dylib
> libCGAL_Core.10.dylib
> libCGAL_Core.dylib
> libCGAL_ImageIO.10.0.0.dylib
> libCGAL_ImageIO.10.dylib
> libCGAL_ImageIO.dylib
>
> and i did find a complete folder under /opt/local/include/CGAL

By "complete folder" do you mean: A directory that contains all CGAL headers?

> What am I missing?

Are you forgetting to add /opt/local/include to your include path?



Archive powered by MHonArc 2.6.18.

Top of Page