Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL 3.2.1 and g++ 3.3.5

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL 3.2.1 and g++ 3.3.5


Chronological Thread 
  • From: Johan Nouvel <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL 3.2.1 and g++ 3.3.5
  • Date: Wed, 21 Feb 2007 10:37:19 +0100
  • Organization: Archivideo

Hello Andreas,

No, it isn't a typo, constrained_plus.C and my program use Exact_predicates_exact_constructions_kernel, with the right intersection tag.
Robustness is the goal, even if it takes more time than Exact_predicates_inexact_constructions_kernel. That's why I need this kernel. It works on i386 but many of our computers are amd64.

Regards,
Johan.

Andreas Fabri wrote:
Johan Nouvel wrote:

Hello all,

I'm upgrading my program from CGAL 3.1 to 3.2.1 and I have found that the example program Triangulation_2/constrained_plus.C doesn't compile. The compiler doesn't give any error nor warning, it just run and run and run...

constrained_plus.C uses Exact_predicates_exact_constructions_kernel, and it is the only one program (in Triangulation_2 examples). This is a problem, because my program uses Exact_predicates_exact_constructions_kernel, and then doesn't compile.


Hello Johan,

Is it a typo that you write two times Exact_predicates_exact_constructions_kernel ??
If you change the kernel you also might have to change the exact tag

best regards,

andreas


--
Johan Nouvel, Ingénieur R&D
http://www.archivideo.com
tel : +33 (0)2 99 86 30 20
ARCHIVIDEO, 40 rue des Veyettes, 35000 RENNES, FRANCE



Archive powered by MHonArc 2.6.16.

Top of Page