Subject: CGAL users discussion list
List archive
- From: Chaman Singh Verma <>
- To: "" <>
- Subject: Re: [cgal-discuss] Unable to fix the problem:
- Date: Sun, 11 Dec 2016 16:12:37 +0000 (UTC)
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:U9qDixFCyKL0M5HalQbQMp1GYnF86YWxBRYc798ds5kLTJ7yoMiwAkXT6L1XgUPTWs2DsrQf2rGQ7firBTZIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZb1/IA+3oAnNucUbjpVuIbstxxXUpXdFZ/5Yzn5yK1KJmBb86Maw/Jp9/ClVpvks6c1OX7jkcqohVbBXAygoPG4z5M3wqBnMVhCP6WcGUmUXiRVHHQ7I5wznU5jrsyv6su192DSGPcDzULs5Vyiu47ttRRT1lCkIKyA5/3zKgcJ+lq1bvAyurAFlzI7SZ4GVMeBxfqfdfNgHQWZNQNtdWylHD4ihbYUAEvABMP5WoYf9vVsAsxiwCguiBO3yxTBHmmT70rcm3+s6Cg7KwBAsEtAIvX/JrNv1LqASUeWtwaTWzTXMdfZW1i376IPVbx4hoPeMXb1wccHMxkYgCRnFjlCKpof4OD6ayv8Ns3aa4uZ9Se6ikG4mpBtxojiowccgkJXGhoUQyl3d8yhy3Yg7Jdq9SEFhYN6kFoNdtyCcN4tsQ8MtWXtkuCggyrAApJW1fzAKxYwjyhPccfCLboaF7xH5WOqMPzt0mWhpdK+iixu86UStzu7xWtOp3FtEqidJiMfAum0T2xDJ9MSKRPRw80G80jiVzQ/T8PtLIUUsmKrbNZEhxrkwm4IVsUTGESL7m1z6jLGTdkk54OSn8PnnYrHippCCK494kAT+Pb4vmsy7G+g4NBYBU3WB9eW8zrLj/Ur5QLJQgvIqlanZtYjWJcUdpqGnHw9YyoIu5hWlAzu73tkVnmMLIE9bdB6alYTlJkzCLf7gAfe6mVuskTNrx/7cPr3mB5XANmTMkKz/fbt89kJQ1BE+zNBF6JJUDbEBJ+j/VVP2tNzdFhM5KRC7w/77CNVh0YMTQX6AAqCDP6PWqFOH++MvI/KQa48Iozb9MOMo5+XujH88gV8SZ7Ol3ZoRaHCiH/RpOV+VYXT2goRJLGERowBrTPD2kEbQFnlIdnOqVuQ94Cs6AcSoF8DYV4W1ifuA2im8WZZZb2QDBlGXGmrzbNa4XKJGYy2bJoptkycPSKO6Y44nzxCn8gHggfIzJeXd/mgUtInoycNuz+zVjxA7szJuWZen3nmJXl1zy0gITjo/2uhEoEpyyh+93LJ9irQMHsdNuaoRehYzNZnbied9DoahdBjGe4KiSF+jS9PuOjA3QdJ5/dIUZk81T965kE6ahwK7Cr8SkPqAA5liofGU5GT4O8sokyWO76ImlVRzGJJC
Hello.
What is the way to fix this ?
csv
From: Andreas Fabri <>
To:
Sent: Sunday, December 11, 2016 9:27 AM
Subject: Re: [cgal-discuss] Unable to fix the problem:
It seems rather obvious to me
On 11/12/2016 14:07, Chaman Singh Verma wrote:
> 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_processing/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/Polygon_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
>
>
--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project
phone: +33.492.954.912 skype: andreas.fabri
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] Unable to fix the problem:, Chaman Singh Verma, 12/11/2016
- Re: [cgal-discuss] Unable to fix the problem:, Andreas Fabri, 12/11/2016
- Re: [cgal-discuss] Unable to fix the problem:, Chaman Singh Verma, 12/11/2016
- Re: [cgal-discuss] Unable to fix the problem:, Laurent Rineau (CGAL/GeometryFactory), 12/27/2016
- Re: [cgal-discuss] Unable to fix the problem:, Andreas Fabri, 12/11/2016
Archive powered by MHonArc 2.6.18.