Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] Unable to install using alternate BOOST path

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] Unable to install using alternate BOOST path


Chronological Thread 
  • From: "Segall, Edward" <>
  • To: <>
  • Subject: RE: [cgal-discuss] Unable to install using alternate BOOST path
  • Date: Wed, 26 Sep 2007 18:28:39 -0400

Laurent,

This workaround did solve my problem.

FYI, I first had to fix a typo (doubled "prefix=") and change the backslashes
to forward slashes. The result was

CPPFLAGS="-Ih:/downloaded/BOOST/boost_1_34_0" ./install_cgal
--prefix=/cygdrive/c/Program\ Files/CGAL

Thanks,

Ed Segall

-----Original Message-----
From: Laurent Rineau
[mailto:]

Sent: Wednesday, September 26, 2007 12:03 PM
To:

Subject: Re: [cgal-discuss] Unable to install using alternate BOOST path

On Wednesday 26 September 2007 15:35:55 Segall, Edward wrote:
> Hello,
>
> I am attemting to install CGAL 3.3.1 in an environment where BOOST is
> in a non-standard location. Reading the top of the install_cgal
> script, I see a mechanism that appears to be designed to support this
> scenario.
> Under "advanced options", there is:
>
> --PACKAGENAME_INCL_DIR <dir>
> Add \"-I<dir>\" to CPPFLAGS. The valid PACKAGENAMEs in
> this
> context are BOOST, BOOST_PROGRAM_OPTIONS, BOOST_BIMAP,
> X11,
> GMP, GMPXX, MPFR, ZLIB, BLAS, LAPACK, LEDA, LEDAWIN,
> OPENGL,
> QT, TAUCS
>
> To me, this says "if you specify --BOOST_INCL_DIR <dir> on the
> invocation line, then \"-I<dir>\" will be added to the command when
> the
> C++ compiler is invoked."
>
> I tried this but it did not work.

I fully agree with your explaination: install_cgal seems buggy. That bug have
been reported last week by a MacOS user too.

Here is the suggestion I made for him (adapted to your case), you can use
another feature of install_cgal to workaround that bug, by typing (all in the
line):

CPPFLAGS="-Ih:
\downloaded\BOOST\boost_1_34_0" ./install_cgal
--prefix=prefix=/cygdrive/c/Program\ Files/CGAL

Best regards.

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Tel: +33 4 92 38 78 62 (Fax: +33.4.97.15.53.95)

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss


Confidentiality Notice
This e-mail (including any attachments) is intended only for the recipients
named above. It may contain confidential or privileged information and should
not be read, copied or otherwise used by any other person. If you are not a
named recipient, please notify the sender of that fact and delete the e-mail
from your system.





Archive powered by MHonArc 2.6.16.

Top of Page