Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Eran Yanay <>
  • To:
  • Subject: [cgal-discuss] Running CGAL under Xcode and OSX Lion
  • Date: Fri, 2 Nov 2012 08:16:04 -0700 (PDT)

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

What am I missing?
I really appreciate your help.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Running-CGAL-under-Xcode-and-OSX-Lion-tp4656126.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page