In the file SWIG_CGAL/Voronoi_diagram_2.h, could you try to replace
line 66:
SWIG_CGAL_FORWARD_CALL_AND_REF_1(Halfedge_wrapper,dual,TriangulationEdgeWrapper)
by
Halfedge_wrapper dual(const TriangulationEdgeWrapper& edge)
{
return Halfedge_wrapper(
SWIG_CGAL_extract_data(this->get_data()).dual(
typename TriangulationWrapper::cpp_base::Edge(
internal::Converter<TriangulationEdgeWrapper>::convert(edge) )
) );
}
and tell me if the error is still the same?
>
cgal-bindings-di...@googlegroups.com <javascript:>
> > an email to
cgal-bindings-di...@googlegroups.com
> an email to
cgal-bindings-di...@googlegroups.com.