Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] cgal install OSX

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] cgal install OSX


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] cgal install OSX
  • Date: Tue, 26 May 2009 15:26:37 -0400 (EDT)


I can't answer your specific question, although I did recently install CGAL
3.4 on Mac OS 10.5. My procedure was to update XCode and then use MacPorts to
install cmake, boost, gmp, and mpfr. After that, I entered

cmake .
make install

as terminal commands from within the CGAL directory. I've written small
programs using OpenGL, Cocoa, and CGAL in XCode, and I may be able to help
with XCode project settings if that's the kind of development you want to do.

Jason


----- Original Message -----
From: "Wesley Smith"
<>
To:

Sent: Tuesday, May 26, 2009 2:43:59 PM GMT -05:00 US/Canada Eastern
Subject: [cgal-discuss] cgal install OSX

Hi,
I'm trying to build cgal on OSX. I've got boost installed in
/usr/local but the ./install_cgal command isn't finding it. Here's
the command I run:

./install_cgal --BOOST_INCL_DIR=/usr/local/include/boost-1_39

I've also tried:

./install_cgal --BOOST_INCL_DIR /usr/local/include/boost-1_39 and
./install_cgal --BOOST_INCL_DIR="/usr/local/include/boost-1_39"


None work. Looking at the output log, I see the the command used to
test for boost support doesn't include BOOST_INCL_DIR despite the
script recognizing it as an option I'm passing in:

/usr/bin/g++ -Wall -frounding-math
-I/<snip>/CGAL-3.3.1/include/CGAL/config/i386_Darwin-9.7_g++-4.0.1 -c
'./tmp_test.cpp'

My question is how do I get the -I flags in this test set from
--BOOST_INCL_DIR?????

thanks!
wes
--
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.16.

Top of Page