Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Install script doesn't detect Boost

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Install script doesn't detect Boost


Chronological Thread 
  • From: Lindley M French <>
  • To:
  • Subject: Re: [cgal-discuss] Install script doesn't detect Boost
  • Date: Sun, 23 Sep 2007 22:07:08 -0400
  • Priority: normal

All right, I've figured out that using cgal_create_makefile causes most of
the errors to go away.

But I'm not sure how to modify the generated makefile to include my own
headers. Seeing as the line:

-I../../include

doesn't actually point to anything interesting, I figured I'd modify it to
point to the [i]current[/i] directory. (Which really should be in the search
path already, but apparently isn't because a header file there isn't being
found.)

But when I make that line:

-I./

The all the CGAL errors come back again.

----- Original Message -----
From: Laurent Rineau
<>
Date: Sunday, September 23, 2007 6:22 pm
Subject: Re: [cgal-discuss] Install script doesn't detect Boost

> On Monday 24 September 2007 00:09:40 Lindley M French wrote:
> > Okay, past that problem, on to the next.
> >
> > gcc 4.0.1 doesn't seem to like any use of "CGAL_NTS sign()" or
> "CGAL_NTS> abs()". Attached is the output from an attempted compile
> of a program that
> > just pulls in a few CGAL headers.
>
> Make sure that you include <CGAL/basic.h> before anything else, in
> every .cpp
> file that uses CGAL. I am not sure, but that might be the cause of
> the error.
>
> --
> 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
>



Archive powered by MHonArc 2.6.16.

Top of Page