Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7


Chronological Thread 
  • From: Harshil Oza <>
  • To:
  • Subject: Re: [cgal-discuss] Compilation Error in triangulate_refine_and_fair_hole : CGAL 4.7
  • Date: Wed, 28 Oct 2015 19:02:01 +0530
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:vw+mFxaXcu/EzxW6u+xj5+//LSx+4OfEezUN459isYplN5qZpMi/bnLW6fgltlLVR4KTs6sC0LqL9fm+EjZcqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLsh730osOYOVkArQH+SI0xBS3+lR/WuMgSjNkqAYcK4TyNnEF1ff9Lz3hjP1OZkkW0zM6x+Jl+73YY4Kp5pIYTGZj8ZLkyGLxEECw9YSdy/9zurRCFTA2V53JaXH9RiQtNGwGC7Rf0WdD6vSL+8+Z8wyKHJtalcLYvRD7377t3UAS6z2AcJjsh+SfWjNZxheRVulW6thlnysnVZo+Sc/Fxd6eYcdIBTndaRZVtUHlKDYq4KocOFOEcJv1wro/nplJIowHtKxOrAbbPwyVThn7ylYoo2qx1EQjcxwwhG9UcuVzbqdz0MOEZVuXjn/qA9inKc/4DgWS104PPaB10+fw=

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






Archive powered by MHonArc 2.6.18.

Top of Page