Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Conflict Header File - mst_orient_file vs edge_collapse

Subject: CGAL users discussion list

List archive

[cgal-discuss] Conflict Header File - mst_orient_file vs edge_collapse


Chronological Thread 
  • From: Michael Jeulin-L <>
  • To:
  • Subject: [cgal-discuss] Conflict Header File - mst_orient_file vs edge_collapse
  • Date: Fri, 15 Jan 2010 15:36:19 +0100 (CET)

Hi,

I have a conflict about multiple definition of a function in CGAL when I try
to
include
"CGAL/mst_orient_normals.h" and
"CGAL/Surface_mesh_Simplification/edge_collapse.h"
at the same time.

I`am under VS2K8 pro and I receive the following error :
(It`s a french version, so I try to translate it into English error report)

"
Files : mst_orient_normals.h
error C2668 'boost:visitor' : ambiguous call to an overload function
error C2780: 'void boost::breadth_first_search(const VertexListGraph &,
graph_traits<G>::vertex_descriptor, Buffer &, BFSVisitor, ColorMap)' : 5
arguments wait- 3 provided)
"

When I try to compute the function with default parameters, I have exactly
contrary error (3 arguments wait - 5 provided)

I think I can cut some code from edge_collapse header to resolve it, but the
solution is not convenient ^^. So could someone tell me what about this
conflict and how can I resolve it properly please ?

Thank you very much.
Kind Regards.



Archive powered by MHonArc 2.6.16.

Top of Page