Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL 4.1 compile errors with Intel C++ compiler
  • Date: Tue, 20 Nov 2012 22:41:04 +0100
  • Organization: GeometryFactory

Le mardi 20 novembre 2012 21:13:01 Garth N. Wells a écrit :
> 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?

Which compiler flags have you used?

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page