Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Unable to fix the problem:

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Unable to fix the problem:


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Unable to fix the problem:
  • Date: Tue, 27 Dec 2016 11:29:12 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:V4W5OxICYQ4HJdJG4tmcpTZWNBhigK39O0sv0rFitYgUKvnxwZ3uMQTl6Ol3ixeRBMOAuqkC2rGd6vyoGTRZp83e4DZaKN0EfiRGoPtVtjRoONSCB0z/IayiRA0BN+MGamVY+WqmO1NeAsf0ag6aiHSz6TkPBke3blItdaymUrLV2s+43uT395zIaBhTnxK8Z6lzJVO4t1b/rM4T1MFGI7srxx3V6kFJfelf2CsoDn26u1HT68C18YJ54gpZsO4m7d8BG+2ue60lV7FeEHI8MmY47dDDvhbKSU2I/HRKATZeqQZBHwWQtEKyZZz2qCav7uc=
  • Organization: GeometryFactory

Le Sunday, December 11, 2016 1:07:59 PM CET Chaman Singh Verma a écrit :
> Hello,
>
> I have been trying hard to fix the following compilation error, but so far
> no clue.
>
> /home/csverma/Disk/Software/CompGeom/CGAL/V4.9/include/CGAL/Polygon_mesh_pr
> ocessing/internal/named_params_helper.h:40:20: error: expected
> nested-name-specifier before ‘property_map_value’ typedef typename
> property_map_value<PolygonMesh,
> ^/home/csverma/Disk/Software/CompGeom/CGAL/V4.9/include/CGAL/Polygon_mesh_
> processing/internal/named_params_helper.h:40:20: error: expected ‘;’ at end
> of member
> declaration/home/csverma/Disk/Software/CompGeom/CGAL/V4.9/include/CGAL/Pol
> ygon_mesh_processing/internal/named_params_helper.h:40:38: error: expected
> unqualified-id before ‘<’ token typedef typename
> property_map_value<PolygonMesh,
> ^/home/csverma/Disk/Software/CompGeom/CGAL/V4.9/include/CGAL/Polygon_mesh_
> processing/internal/named_params_helper.h:44:40: error: ‘Point’ was not
> declared in this scope typedef typename
> CGAL::Kernel_traits<Point>::Kernel Kernel;
>
> ^/home/csverma/Disk/Software/CompGeom/CGAL/V4.9/include/CGAL/Polygon_mesh_
> processing/internal/named_params_helper.h:44:45: error: template argument 1
> is invalid typedef typename CGAL::Kernel_traits<Point>::Kernel Kernel;
> csv

Hi, from the information you gave us, there is no way we can understand what
happened. We would need a way to reproduce it. The general information about
bug reporting is here: http://www.cgal.org/bug_report.html

At the very least we need to know:
- which operating system (Windows, Linux...?) and which version,
- which compiler (g++, clang, cl.exe...?) and which version,
- what code you were trying to compile.

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