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 19:27:12 -0400
  • Priority: normal

That got rid of most of the abs problems, thanks. But the sign problems are
still there.

I'm not trying to compile one of the example programs to use as a comparison.
If it compiles cleanly, that is.

----- 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