Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL 4.1 compile errors with Intel C++ compiler

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL 4.1 compile errors with Intel C++ compiler


Chronological Thread 
  • From: "Garth N. Wells" <>
  • To:
  • Subject: [cgal-discuss] CGAL 4.1 compile errors with Intel C++ compiler
  • Date: Tue, 20 Nov 2012 21:13:01 +0000

I've been using CGAL 4.1 for a while with gcc 4.7 without problems.
I've just upgraded to CGAL 4.1 (from 4.0.2) on a machine that has
Intel compilers installed. icpc -v gives:

icpc version 12.1.4 (gcc version 4.4.6 compatibility))

I now get a load of compiler errors from the file
CGAL/internal/Intersections_3/Bbox_3_Triangle_3_do_intersect.h:


CGAL/internal/Intersections_3/Bbox_3_Triangle_3_do_intersect.h(206): error:
destructible entities are not allowed inside of a statement expression
return CGAL_OR( (do_axis_intersect_aux<K,AXE,SIDE>(p_min.y()-j->y(),
p_min.z()-j->z(), sides) <= 0),


Any suggestions on how to work around this?

Garth



Archive powered by MHonArc 2.6.18.

Top of Page