Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] cgal install OSX

Subject: CGAL users discussion list

List archive

[cgal-discuss] cgal install OSX


Chronological Thread 
  • From: Wesley Smith <>
  • To:
  • Subject: [cgal-discuss] cgal install OSX
  • Date: Tue, 26 May 2009 11:43:59 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=L+BJV1kfY2lbuCJW8hw0ICBiJCHiFIWFaIg8FnYLUo98I8TPQiLC9yvk+t8bRLspzo ejd+Z8jFBtR3ka++znraN/gYX+8K/5JCjAqtElmPlNDyPl2hZE6XVxkv2ilndVUULd5m lapcpTAa9qwuHJslyu+ExL6tFxtlIUGaSsqmc=

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



Archive powered by MHonArc 2.6.16.

Top of Page