Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: CGAL 4.2 Beta 1 Released, Computational Geometry Algorithms Library

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: CGAL 4.2 Beta 1 Released, Computational Geometry Algorithms Library


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: CGAL 4.2 Beta 1 Released, Computational Geometry Algorithms Library
  • Date: Tue, 12 Mar 2013 17:20:36 +0100
  • Organization: GeometryFactory

Le mardi 12 mars 2013 06:58:23 tang a écrit :
> Thank you very much for your suggestion to build CGAL library by Intel C++.
> Just now I have successfully built it by setting WITH_CGAL_Core to OFF.
> However, the following errors displayed when link to my program:
>
>
> 1>.\include\CGAL4.2\CGAL/Nef_polyhedron_3.h(1990): error : argument list for
> class template "CGAL::SNC_structure" is missing
> 1> Nef_polyhedron_3( const SNC_structure& W, SNC_point_locator* _pl,
> 1> ^
> 1>
> 1>.\include\CGAL4.2\CGAL/Nef_polyhedron_3.h(1990): error : no instance of
> overloaded function "CGAL::Nef_polyhedron_3<Kernel_, Items_,
> Mark_>::Nef_polyhedron_3" matches the specified type
> 1> Nef_polyhedron_3( const SNC_structure& W, SNC_point_locator* _pl,
> 1> ^


Those errors are compilation errors, and not linking ones. Which compiler
gives you such strange errors? Can you give a more detailed compilation log,
please?

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