Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Unable to fix the problem:


Chronological Thread 
  • From: Chaman Singh Verma <>
  • To: "" <>
  • Subject: [cgal-discuss] Unable to fix the problem:
  • Date: Sun, 11 Dec 2016 13:07:59 +0000 (UTC)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:moqJpBfUU7Quetc4WynXL4vIlGMj4u6mDksu8pMizoh2WeGdxc69Zh7h7PlgxGXEQZ/co6odzbGH6Oa+ASdavd7B6ClEK8McEUddyI0/pE8JPo2sMQXDNvnkbig3ToxpdWRO2DWFC3VTA9v0fFbIo3e/vnY4ExT7MhdpdKyuQtaBx/68yez615TPbk1Bgj24aLdjZFXs9ESC/vUR1MFpJa81jxfIuXBVYP9+xGVyJFvVkQy2rpO785dntihRoPk87NVoUKPgfq1+Q6YOXw4rK2Qk2Mq+nhnKSAKJrkAdVGoW2iRFGQ3MpEXxRYmv63PSp+N93y7cNsrzG+MaQzOnuoxrQRrhjm88Njg28Cnph9Z1heoPqwm/+UUn65/dYIaScvF5e/WOLpshWWNdU5MJBGR6CYSmYt5VVuc=

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





Archive powered by MHonArc 2.6.18.

Top of Page