Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7
Chronological Thread
- From: Andreas Fabri <>
- To:
- Subject: Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7
- Date: Wed, 28 Oct 2015 14:43:19 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
- Ironport-phdr: 9a23:QamtLBRJHwIZ4oJ17gZgBLqTFdpsv+yvbD5Q0YIujvd0So/mwa65YhSN2/xhgRfzUJnB7Loc0qyN4/2mADJLu8rJmUtBWaIPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV3BPAZ4bt74BpTVx5zukbviptuKPU4S2HKUWvBbElaflU3prM4YgI9veO4a6yDihT92QdlQ3n5iPlmJnhzxtY+a9Z9n9DlM6bp6r5YTGfayQqIjULYNDCg6K3tno4rwpBzbRE2O4GEdWyMYiF1TEg3d5Vb7WJn29SD1v+441CiBNtDtVuMJXy+/5fJrVAPwk3VAcCUo9XnezM12lqNS5hy74AduxpbdJ4CTOv05dazUeZYWRHFKQ91KBBBGV4izZo9KA+saNvtDtKH8oUEPpF2wH1qCHuTqnxZOimX71LZy/e0rCwCOiAUmE8gDuW+Sotz/LqY6Xu2yyaTU1yTNZvhK3i3sroPPd0Zy8rm3QbtsfJ+JmgEUHATfgwDIpA==
- Organization: GeometryFactory
It might make sense that you post a complete self contained example.cpp
andreas
On 28/10/2015 14:32, Harshil Oza wrote:
Thanks a lot for the quick reply. But I ma still getting the following error
CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h(121): error
C2977: 'CGAL::internal::Cotangent_value_Meyer' : too many template arguments
CGAL/internal/Surface_modeling/Weights.h(47) : see declaration of
'CGAL::internal::Cotangent_value_Meyer'
Thanks & Regards,
Harshil
On Wed, Oct 28, 2015 at 6:17 PM, Sebastien Loriot (GeometryFactory)
<
<mailto:>>
wrote:
On 10/28/2015 11:57 AM, Harshil Oza wrote:
Windows - VS2013 I have been using.
I have included /CGAL/Polygon_mesh_processing/fair.h to the top but
error is till there.
I meant adding inside CGAL/Polygon_mesh_processing/fair.h
#include <CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h>
Anyway, there is an error in naming of preprocessing macros. I fixed in
the release branch.
Here is a copy of the file including the fix:
https://raw.githubusercontent.com/CGAL/cgal/master/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h
Sebastien.
Is there and Pr-processor macro that need to set?
Thanks & Regards,
Harshil
On Wed, Oct 28, 2015 at 4:21 PM, Sebastien Loriot (GeometryFactory)
<
<mailto:>
<mailto:
<mailto:>>>
wrote:
What platform are you on?
Could you try adding at the top of
include/CGAL/Polygon_mesh_processing/fair.h
#include
<CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h>?
Thanks,
Sebastien.
On 10/28/2015 11:43 AM, Harshil Oza wrote:
Hi Guys,
I am using the default example and while compiling the
same I
got this
following error
error C2039:
'Cotangent_weight_with_voronoi_area_fairing' : is not a
member of 'CGAL::internal'
Quick help will be appreciated.
Thanks & Regards,
Harshil
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project
phone: +33.492.954.912 skype: andreas.fabri
- [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Harshil Oza, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Sebastien Loriot (GeometryFactory), 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Harshil Oza, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Sebastien Loriot (GeometryFactory), 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Harshil Oza, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Andreas Fabri, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Harshil Oza, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Harshil Oza, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Harshil Oza, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Andreas Fabri, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Harshil Oza, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Sebastien Loriot (GeometryFactory), 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Harshil Oza, 10/28/2015
- Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7, Sebastien Loriot (GeometryFactory), 10/28/2015
Archive powered by MHonArc 2.6.18.