Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] problem using CGAL on Mac OS X 10.5 with boost 1.4

Subject: CGAL users discussion list

List archive

[cgal-discuss] problem using CGAL on Mac OS X 10.5 with boost 1.4


Chronological Thread 
  • From: Nizar Khalifa Sallem <>
  • To:
  • Subject: [cgal-discuss] problem using CGAL on Mac OS X 10.5 with boost 1.4
  • Date: Tue, 3 Nov 2009 17:01:14 +0100

Hi all,

I have successfully installed CGAL 3.5 on a Mac OS.
The problem is that my code, which is working on linux with boost 1.37 and CGAL 3.5, doesn't work on Mac.
Mac version is 10.5.8, the version of boost on Mac is 1.40 and gcc is 4.0.1 darwin flavour.
I have attached here a log of the errors. It seems to be that the boost function CGAL is pointing to doesn't exist anymore or at least its header is not fulfilled.
In file included from /usr/local/include/CGAL/property_map.h:24,
from /usr/local/include/CGAL/pca_estimate_normals.h:26,
from include/meshing.hpp:9,
from src/meshing.cpp:1:
/usr/local/include/boost/property_map.hpp:15:4: warning: #warning "This
header is deprecated. Please use: boost/property_map/property_map.hpp"
In file included from /usr/local/include/CGAL/Index_property_map.h:24,
from /usr/local/include/CGAL/mst_orient_normals.h:26,
from include/meshing.hpp:10,
from src/meshing.cpp:1:
/usr/local/include/boost/property_map.hpp:15:4: warning: #warning "This
header is deprecated. Please use: boost/property_map/property_map.hpp"
In file included from /usr/local/include/CGAL/mst_orient_normals.h:38,
from include/meshing.hpp:10,
from src/meshing.cpp:1:
/usr/local/include/boost/property_map.hpp:15:4: warning: #warning "This
header is deprecated. Please use: boost/property_map/property_map.hpp"
In file included from
/usr/include/boost-sandbox/boost/graph/properties.hpp:31,
from /usr/local/include/boost/graph/adjacency_list.hpp:50,
from /usr/local/include/CGAL/mst_orient_normals.h:39,
from include/meshing.hpp:10,
from src/meshing.cpp:1:
/usr/local/include/boost/property_map.hpp:15:4: warning: #warning "This
header is deprecated. Please use: boost/property_map/property_map.hpp"
In file included from /usr/local/include/CGAL/IO/read_xyz_points.h:26,
from include/meshing.hpp:12,
from src/meshing.cpp:1:
/usr/local/include/boost/property_map.hpp:15:4: warning: #warning "This
header is deprecated. Please use: boost/property_map/property_map.hpp"
In file included from /usr/local/include/CGAL/Point_with_normal_3.h:28,
from
/usr/local/include/CGAL/Reconstruction_triangulation_3.h:24,
from
/usr/local/include/CGAL/Poisson_reconstruction_function.h:27,
from include/meshing.hpp:18,
from src/meshing.cpp:1:
/usr/local/include/boost/property_map.hpp:15:4: warning: #warning "This
header is deprecated. Please use: boost/property_map/property_map.hpp"
/usr/local/include/boost/graph/named_graph.hpp:187: error: 'vertex_bundle_t'
was not declared in this scope
/usr/local/include/boost/graph/named_graph.hpp:187: error: template argument
1 is invalid
/usr/local/include/boost/graph/named_graph.hpp:187: error: template argument
1 is invalid
/usr/local/include/boost/graph/detail/adjacency_list.hpp: In function
'typename Config::vertex_descriptor boost::add_vertex(const typename
Config::vertex_property_type&, boost::adj_list_impl<Derived, Config, Base>&)':
/usr/local/include/boost/graph/detail/adjacency_list.hpp:1925: error:
'vertex_bundle' was not declared in this scope
/usr/local/include/boost/graph/detail/adjacency_list.hpp: In function
'typename Config::vertex_descriptor boost::add_vertex(const typename
Config::vertex_property_type&, boost::vec_adj_list_impl<G, C, B>&)':
/usr/local/include/boost/graph/detail/adjacency_list.hpp:2201: error:
'vertex_bundle' was not declared in this scope
/usr/local/include/boost/graph/adjacency_list.hpp: At global scope:
/usr/local/include/boost/graph/adjacency_list.hpp:366: error:
'vertex_bundle_t' was not declared in this scope
/usr/local/include/boost/graph/adjacency_list.hpp:367: error: template
argument 1 is invalid
/usr/local/include/boost/graph/adjacency_list.hpp:368: error: 'edge_bundle_t'
was not declared in this scope
/usr/local/include/boost/graph/adjacency_list.hpp:368: error: template
argument 1 is invalid
/usr/local/include/boost/graph/adjacency_list.hpp:372: error: template
argument 5 is invalid
/usr/local/include/boost/graph/adjacency_list.hpp:372: error: template
argument 6 is invalid
/usr/local/include/boost/graph/adjacency_list.hpp:372: error: expected `{'
before 'type'
/usr/local/include/boost/graph/adjacency_list.hpp:372: error: invalid type in
declaration before ',' token
/usr/local/include/boost/graph/adjacency_list.hpp:372: error: template
declaration of 'int boost::type'
/usr/local/include/boost/graph/named_function_params.hpp:130: error:
'edge_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:130: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:130: error:
'vertex_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:130: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:130: error:
'vertex_lowpoint_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:130: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp: In member function
'int boost::bgl_named_params<T, Tag, Base>::edge_centrality_map(const PType&)
const':
/usr/local/include/boost/graph/named_function_params.hpp:130: error:
'edge_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:130: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:130: error: invalid
type in declaration before ';' token
/usr/local/include/boost/graph/named_function_params.hpp: In member function
'int boost::bgl_named_params<T, Tag, Base>::centrality_map(const PType&)
const':
/usr/local/include/boost/graph/named_function_params.hpp:130: error:
'vertex_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:130: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:130: error: invalid
type in declaration before ';' token
/usr/local/include/boost/graph/named_function_params.hpp: In member function
'int boost::bgl_named_params<T, Tag, Base>::lowpoint_map(const PType&) const':
/usr/local/include/boost/graph/named_function_params.hpp:130: error:
'vertex_lowpoint_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:130: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:130: error: invalid
type in declaration before ';' token
/usr/local/include/boost/graph/named_function_params.hpp: At global scope:
/usr/local/include/boost/graph/named_function_params.hpp:157: error:
'edge_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:157: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp: In function 'int
boost::edge_centrality_map(const PType&)':
/usr/local/include/boost/graph/named_function_params.hpp:157: error:
'edge_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:157: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:157: error: invalid
type in declaration before ';' token
/usr/local/include/boost/graph/named_function_params.hpp: At global scope:
/usr/local/include/boost/graph/named_function_params.hpp:157: error:
'vertex_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:157: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp: In function 'int
boost::centrality_map(const PType&)':
/usr/local/include/boost/graph/named_function_params.hpp:157: error:
'vertex_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:157: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:157: error: invalid
type in declaration before ';' token
/usr/local/include/boost/graph/named_function_params.hpp: At global scope:
/usr/local/include/boost/graph/named_function_params.hpp:157: error:
'vertex_lowpoint_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:157: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp: In function 'int
boost::lowpoint_map(const PType&)':
/usr/local/include/boost/graph/named_function_params.hpp:157: error:
'vertex_lowpoint_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:157: error: template
argument 2 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:157: error: invalid
type in declaration before ';' token
/usr/local/include/boost/graph/named_function_params.hpp: At global scope:
/usr/local/include/boost/graph/named_function_params.hpp:335: error:
'edge_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:335: error: template
argument 1 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:335: error: explicit
specialization of non-template '<type error>'
/usr/local/include/boost/graph/named_function_params.hpp:335: error:
'vertex_centrality_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:335: error: template
argument 1 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:335: error: explicit
specialization of non-template '<type error>'
/usr/local/include/boost/graph/named_function_params.hpp:335: error:
'vertex_lowpoint_t' was not declared in this scope
/usr/local/include/boost/graph/named_function_params.hpp:335: error: template
argument 1 is invalid
/usr/local/include/boost/graph/named_function_params.hpp:335: error: explicit
specialization of non-template '<type error>'
/usr/local/include/CGAL/mst_orient_normals.h: In instantiation of
'CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >':
/usr/local/include/CGAL/mst_orient_normals.h:572: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:82: error: invalid use of
undefined type 'class boost::adjacency_list<boost::vecS, boost::vecS,
boost::undirectedS,
CGAL::CGALi::Riemannian_graph_vertex_properties<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >, boost::property<boost::edge_weight_t, float, boost::no_property>,
boost::no_property, boost::listS>'
/usr/local/include/boost/graph/adjacency_list.hpp:360: error: declaration of
'class boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS,
CGAL::CGALi::Riemannian_graph_vertex_properties<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >, boost::property<boost::edge_weight_t, float, boost::no_property>,
boost::no_property, boost::listS>'
/usr/local/include/CGAL/mst_orient_normals.h: In instantiation of
'CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >':
/usr/local/include/CGAL/mst_orient_normals.h:579: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:107: error: invalid use of
undefined type 'class boost::adjacency_list<boost::vecS, boost::vecS,
boost::directedS,
CGAL::CGALi::MST_graph_vertex_properties<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >, boost::no_property, boost::no_property, boost::listS>'
/usr/local/include/boost/graph/adjacency_list.hpp:360: error: declaration of
'class boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS,
CGAL::CGALi::MST_graph_vertex_properties<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >, boost::no_property, boost::no_property, boost::listS>'
/usr/local/include/CGAL/mst_orient_normals.h: In function 'ForwardIterator
CGAL::mst_orient_normals(ForwardIterator, ForwardIterator, PointPMap,
NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]':
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:592: error: no matching function
for call to 'vertex(unsigned int&,
CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >&)'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:601: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >'
/usr/local/include/CGAL/mst_orient_normals.h:601: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:614: warning: format '%u'
expects type 'unsigned int', but argument 2 has type 'size_t'
/usr/include/boost-sandbox/boost/graph/properties.hpp: At global scope:
/usr/include/boost-sandbox/boost/graph/properties.hpp: In instantiation of
'boost::detail::edge_property_map<CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >, boost::edge_weight_t>':
/usr/include/boost-sandbox/boost/graph/properties.hpp:211: instantiated
from
'boost::property_map<CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >, boost::edge_weight_t>'
/usr/local/include/CGAL/mst_orient_normals.h:286: instantiated from
'CGAL::CGALi::Riemannian_graph<ForwardIterator>
CGAL::CGALi::create_riemannian_graph(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, IndexPMap, unsigned int, const Kernel&) [with
ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, IndexPMap =
CGAL::Index_property_map<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, std::bidirectional_iterator_tag>, Kernel =
CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:576: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/include/boost-sandbox/boost/graph/properties.hpp:152: error: no type
named 'edge_property_type' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/include/boost-sandbox/boost/graph/properties.hpp:153: error: no type
named 'graph_tag' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/include/boost-sandbox/boost/graph/properties.hpp:154: error: no type
named 'graph_tag' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/include/boost-sandbox/boost/graph/properties.hpp:156: error: no type
named 'graph_tag' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/include/boost-sandbox/boost/graph/properties.hpp:156: error: no type
named 'edge_property_type' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/include/boost-sandbox/boost/graph/properties.hpp:157: error: no type
named 'graph_tag' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/include/boost-sandbox/boost/graph/properties.hpp:157: error: no type
named 'edge_property_type' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/include/boost-sandbox/boost/graph/properties.hpp:158: error: no type
named 'graph_tag' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/include/boost-sandbox/boost/graph/properties.hpp:158: error: no type
named 'edge_property_type' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h: In function
'CGAL::CGALi::Riemannian_graph<ForwardIterator>
CGAL::CGALi::create_riemannian_graph(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, IndexPMap, unsigned int, const Kernel&) [with
ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, IndexPMap =
CGAL::Index_property_map<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, std::bidirectional_iterator_tag>, Kernel =
CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]':
/usr/local/include/CGAL/mst_orient_normals.h:576: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:328: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:328: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:328: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp: At global scope:
/usr/local/include/boost/graph/graph_traits.hpp: In instantiation of
'boost::graph_traits<CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > > >':
/usr/local/include/CGAL/mst_orient_normals.h:358: instantiated from
'CGAL::CGALi::Riemannian_graph<ForwardIterator>
CGAL::CGALi::create_riemannian_graph(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, IndexPMap, unsigned int, const Kernel&) [with
ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, IndexPMap =
CGAL::Index_property_map<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, std::bidirectional_iterator_tag>, Kernel =
CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:576: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/boost/graph/graph_traits.hpp:29: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:30: error: no type named
'edge_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:31: error: no type named
'adjacency_iterator' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:32: error: no type named
'out_edge_iterator' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:33: error: no type named
'in_edge_iterator' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:34: error: no type named
'vertex_iterator' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:35: error: no type named
'edge_iterator' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:37: error: no type named
'directed_category' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:38: error: no type named
'edge_parallel_category' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:39: error: no type named
'traversal_category' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:41: error: no type named
'vertices_size_type' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:42: error: no type named
'edges_size_type' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/boost/graph/graph_traits.hpp:43: error: no type named
'degree_size_type' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h: In function
'CGAL::CGALi::Riemannian_graph<ForwardIterator>
CGAL::CGALi::create_riemannian_graph(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, IndexPMap, unsigned int, const Kernel&) [with
ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, IndexPMap =
CGAL::Index_property_map<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, std::bidirectional_iterator_tag>, Kernel =
CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]':
/usr/local/include/CGAL/mst_orient_normals.h:576: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:360: error: no matching function
for call to 'vertex(unsigned int&,
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >&)'
/usr/local/include/CGAL/mst_orient_normals.h:360: error: no matching function
for call to 'vertex(unsigned int&,
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >&)'
/usr/local/include/CGAL/mst_orient_normals.h: In function
'CGAL::CGALi::MST_graph<ForwardIterator, NormalPMap, Kernel>
CGAL::CGALi::create_mst_graph(ForwardIterator, ForwardIterator, PointPMap,
NormalPMap, IndexPMap, unsigned int, const Kernel&, const
CGAL::CGALi::Riemannian_graph<ForwardIterator>&, ForwardIterator) [with
ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, IndexPMap =
CGAL::Index_property_map<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, std::bidirectional_iterator_tag>, Kernel =
CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]':
/usr/local/include/CGAL/mst_orient_normals.h:584: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:434: error: no matching function
for call to 'num_vertices(const
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >&)'
/usr/local/include/CGAL/mst_orient_normals.h:442: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:443: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:443: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:441: error: 'weight_map' was not
declared in this scope
/usr/local/include/CGAL/mst_orient_normals.h:441: error: no matching function
for call to 'vertex(unsigned int&, const
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >&)'
/usr/local/include/CGAL/mst_orient_normals.h:584: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:460: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >'
/usr/local/include/CGAL/mst_orient_normals.h:460: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >'
/usr/local/include/CGAL/mst_orient_normals.h:460: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >'
/usr/local/include/CGAL/mst_orient_normals.h:584: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int, const Kernel&) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, Kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> >]'
/usr/local/include/CGAL/mst_orient_normals.h:643: instantiated from
'ForwardIterator CGAL::mst_orient_normals(ForwardIterator, ForwardIterator,
PointPMap, NormalPMap, unsigned int) [with ForwardIterator =
std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, PointPMap =
CGAL::First_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, NormalPMap =
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >]'
src/meshing.cpp:39: instantiated from here
/usr/local/include/CGAL/mst_orient_normals.h:460: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >'
/usr/local/include/CGAL/mst_orient_normals.h:443: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:443: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:443: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:443: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:443: error: no type named
'vertex_descriptor' in 'class
CGAL::CGALi::Riemannian_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> > >'
/usr/local/include/CGAL/mst_orient_normals.h:443: error: no matching function
for call to 'vertex(unsigned int&,
CGAL::CGALi::MST_graph<std::_List_iterator<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >,
CGAL::Second_of_pair_property_map<std::pair<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double>
> >, CGAL::Vector_3<CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >
> >, CGAL::Filtered_kernel<CGAL::Simple_cartesian<double> > >&)'
make: *** [objs/i686-darwin9.8.0/meshing.lo] Error 1


--
Nizar SALLEM
Robotics and Artificial Intelligence PhD student
LAAS-CNRS
7, Avenue Colonel Roche
31077 Toulouse CEDEX 4
FRANCE







Archive powered by MHonArc 2.6.16.

Top of Page