Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Error in CGAL

Subject: CGAL users discussion list

List archive

[cgal-discuss] Error in CGAL


Chronological Thread 
  • From: Sascha Räsch <>
  • To:
  • Subject: [cgal-discuss] Error in CGAL
  • Date: Mon, 26 Oct 2009 16:03:49 +0100

Hallo,

I suppose I've found an error in CGAL. The header file "AABB_intersections/Bbox_3_bbox_3_do_intersect.h"
contains a declaration of the function "do_intersect".
The problem was, that after including the header file twice in my project
I got a linker error, because "do_intersect" occurred twice as a symbol in my object files.
That is caused by the fact, that "do_intersect" is defined as a symbol in the header file and hence
the header cannot be included twice in the whole project.




Archive powered by MHonArc 2.6.16.

Top of Page