[ 93%] Building CXX object plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/KisMagneticWorker.cc.o
In file included from /home/boud/dev/hellozee/plugins/tools/selectiontools/KisMagneticWorker.cc:25:0:
/usr/include/boost/graph/astar_search.hpp: In instantiation of 'void boost::astar_search_no_init(const VertexListGraph&, typename boost::graph_traits<Graph>::vertex_descriptor, AStarHeuristic, AStarVisitor, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, VertexIndexMap, CompareFunction, CombineFunction, CostInf, CostZero) [with VertexListGraph = KisMagneticGraph; AStarHeuristic = AStarHeuristic; AStarVisitor = AStarGoalVisitor; PredecessorMap = boost::reference_wrapper<PredecessorMap>; CostMap = boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >; DistanceMap = boost::associative_property_map<DistanceMap>; WeightMap = boost::associative_property_map<WeightMap>; ColorMap = boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >; VertexIndexMap = boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >; CompareFunction = std::less<unsigned int>; CombineFunction = std::plus<unsigned int>; CostInf = VertexDescriptor; CostZero = VertexDescriptor; typename boost::graph_traits<Graph>::vertex_descriptor = VertexDescriptor]':
/usr/include/boost/graph/astar_search.hpp:517:7: required from 'void boost::astar_search_no_init(const VertexListGraph&, typename boost::graph_traits<Graph>::vertex_descriptor, AStarHeuristic, const boost::bgl_named_params<P, T, R>&) [with VertexListGraph = KisMagneticGraph; AStarHeuristic = AStarHeuristic; P = std::less<unsigned int>; T = boost::distance_compare_t; R = boost::bgl_named_params<std::plus<unsigned int>, boost::distance_combine_t, boost::bgl_named_params<boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, boost::vertex_color_t, boost::bgl_named_params<boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::vertex_rank_t, boost::bgl_named_params<boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::vertex_index_t, boost::bgl_named_params<boost::associative_property_map<WeightMap>, boost::edge_weight_t, boost::bgl_named_params<boost::reference_wrapper<PredecessorMap>, boost::vertex_predecessor_t, boost::bgl_named_params<boost::associative_property_map<DistanceMap>, boost::vertex_distance_t, boost::bgl_named_params<AStarGoalVisitor, boost::graph_visitor_t, boost::no_property> > > > > > > >; typename boost::graph_traits<Graph>::vertex_descriptor = VertexDescriptor]'
/home/boud/dev/hellozee/plugins/tools/selectiontools/KisMagneticWorker.cc:205:61: required from here
/usr/include/boost/graph/astar_search.hpp:265:7: error: no matching function for call to 'boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >::astar_bfs_visitor(AStarHeuristic&, AStarGoalVisitor&, MutableQueue&, boost::reference_wrapper<PredecessorMap>&, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >&, boost::associative_property_map<DistanceMap>&, boost::associative_property_map<WeightMap>&, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >&, std::plus<unsigned int>&, std::less<unsigned int>&, VertexDescriptor&)'
bfs_vis(h, vis, Q, predecessor, cost, distance, weight,
^~~~~~~
/usr/include/boost/graph/astar_search.hpp:125:7: note: candidate: boost::detail::astar_bfs_visitor<AStarHeuristic, UniformCostVisitor, UpdatableQueue, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, BinaryFunction, BinaryPredicate>::astar_bfs_visitor(AStarHeuristic, UniformCostVisitor, UpdatableQueue&, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, BinaryFunction, BinaryPredicate, boost::detail::astar_bfs_visitor<AStarHeuristic, UniformCostVisitor, UpdatableQueue, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, BinaryFunction, BinaryPredicate>::C) [with AStarHeuristic = AStarHeuristic; UniformCostVisitor = AStarGoalVisitor; UpdatableQueue = boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >; PredecessorMap = boost::reference_wrapper<PredecessorMap>; CostMap = boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >; DistanceMap = boost::associative_property_map<DistanceMap>; WeightMap = boost::associative_property_map<WeightMap>; ColorMap = boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >; BinaryFunction = std::plus<unsigned int>; BinaryPredicate = std::less<unsigned int>; boost::detail::astar_bfs_visitor<AStarHeuristic, UniformCostVisitor, UpdatableQueue, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, BinaryFunction, BinaryPredicate>::C = unsigned int]
astar_bfs_visitor(AStarHeuristic h, UniformCostVisitor vis,
^~~~~~~~~~~~~~~~~
/usr/include/boost/graph/astar_search.hpp:125:7: note: no known conversion for argument 11 from 'VertexDescriptor' to 'boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >::C {aka unsigned int}'
/usr/include/boost/graph/astar_search.hpp:117:12: note: candidate: boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >::astar_bfs_visitor(const boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >&)
struct astar_bfs_visitor
^~~~~~~~~~~~~~~~~
/usr/include/boost/graph/astar_search.hpp:117:12: note: candidate expects 1 argument, 11 provided
/usr/include/boost/graph/astar_search.hpp:117:12: note: candidate: boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >::astar_bfs_visitor(boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >&&)
/usr/include/boost/graph/astar_search.hpp:117:12: note: candidate expects 1 argument, 11 provided
plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/build.make:302: recipe for target 'plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/KisMagneticWorker.cc.o' failed
make[2]: *** [plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/KisMagneticWorker.cc.o] Error 1
CMakeFiles/Makefile2:43244: recipe for target 'plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/all' failed
make[1]: *** [plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
In file included from /home/boud/dev/hellozee/plugins/tools/selectiontools/KisMagneticWorker.cc:25:0:
/usr/include/boost/graph/astar_search.hpp: In instantiation of 'void boost::astar_search_no_init(const VertexListGraph&, typename boost::graph_traits<Graph>::vertex_descriptor, AStarHeuristic, AStarVisitor, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, VertexIndexMap, CompareFunction, CombineFunction, CostInf, CostZero) [with VertexListGraph = KisMagneticGraph; AStarHeuristic = AStarHeuristic; AStarVisitor = AStarGoalVisitor; PredecessorMap = boost::reference_wrapper<PredecessorMap>; CostMap = boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >; DistanceMap = boost::associative_property_map<DistanceMap>; WeightMap = boost::associative_property_map<WeightMap>; ColorMap = boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >; VertexIndexMap = boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >; CompareFunction = std::less<unsigned int>; CombineFunction = std::plus<unsigned int>; CostInf = VertexDescriptor; CostZero = VertexDescriptor; typename boost::graph_traits<Graph>::vertex_descriptor = VertexDescriptor]':
/usr/include/boost/graph/astar_search.hpp:517:7: required from 'void boost::astar_search_no_init(const VertexListGraph&, typename boost::graph_traits<Graph>::vertex_descriptor, AStarHeuristic, const boost::bgl_named_params<P, T, R>&) [with VertexListGraph = KisMagneticGraph; AStarHeuristic = AStarHeuristic; P = std::less<unsigned int>; T = boost::distance_compare_t; R = boost::bgl_named_params<std::plus<unsigned int>, boost::distance_combine_t, boost::bgl_named_params<boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, boost::vertex_color_t, boost::bgl_named_params<boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::vertex_rank_t, boost::bgl_named_params<boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::vertex_index_t, boost::bgl_named_params<boost::associative_property_map<WeightMap>, boost::edge_weight_t, boost::bgl_named_params<boost::reference_wrapper<PredecessorMap>, boost::vertex_predecessor_t, boost::bgl_named_params<boost::associative_property_map<DistanceMap>, boost::vertex_distance_t, boost::bgl_named_params<AStarGoalVisitor, boost::graph_visitor_t, boost::no_property> > > > > > > >; typename boost::graph_traits<Graph>::vertex_descriptor = VertexDescriptor]'
/home/boud/dev/hellozee/plugins/tools/selectiontools/KisMagneticWorker.cc:205:61: required from here
/usr/include/boost/graph/astar_search.hpp:265:7: error: no matching function for call to 'boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >::astar_bfs_visitor(AStarHeuristic&, AStarGoalVisitor&, MutableQueue&, boost::reference_wrapper<PredecessorMap>&, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >&, boost::associative_property_map<DistanceMap>&, boost::associative_property_map<WeightMap>&, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >&, std::plus<unsigned int>&, std::less<unsigned int>&, VertexDescriptor&)'
bfs_vis(h, vis, Q, predecessor, cost, distance, weight,
^~~~~~~
/usr/include/boost/graph/astar_search.hpp:125:7: note: candidate: boost::detail::astar_bfs_visitor<AStarHeuristic, UniformCostVisitor, UpdatableQueue, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, BinaryFunction, BinaryPredicate>::astar_bfs_visitor(AStarHeuristic, UniformCostVisitor, UpdatableQueue&, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, BinaryFunction, BinaryPredicate, boost::detail::astar_bfs_visitor<AStarHeuristic, UniformCostVisitor, UpdatableQueue, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, BinaryFunction, BinaryPredicate>::C) [with AStarHeuristic = AStarHeuristic; UniformCostVisitor = AStarGoalVisitor; UpdatableQueue = boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >; PredecessorMap = boost::reference_wrapper<PredecessorMap>; CostMap = boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >; DistanceMap = boost::associative_property_map<DistanceMap>; WeightMap = boost::associative_property_map<WeightMap>; ColorMap = boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >; BinaryFunction = std::plus<unsigned int>; BinaryPredicate = std::less<unsigned int>; boost::detail::astar_bfs_visitor<AStarHeuristic, UniformCostVisitor, UpdatableQueue, PredecessorMap, CostMap, DistanceMap, WeightMap, ColorMap, BinaryFunction, BinaryPredicate>::C = unsigned int]
astar_bfs_visitor(AStarHeuristic h, UniformCostVisitor vis,
^~~~~~~~~~~~~~~~~
/usr/include/boost/graph/astar_search.hpp:125:7: note: no known conversion for argument 11 from 'VertexDescriptor' to 'boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >::C {aka unsigned int}'
/usr/include/boost/graph/astar_search.hpp:117:12: note: candidate: boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >::astar_bfs_visitor(const boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >&)
struct astar_bfs_visitor
^~~~~~~~~~~~~~~~~
/usr/include/boost/graph/astar_search.hpp:117:12: note: candidate expects 1 argument, 11 provided
/usr/include/boost/graph/astar_search.hpp:117:12: note: candidate: boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >::astar_bfs_visitor(boost::detail::astar_bfs_visitor<AStarHeuristic, AStarGoalVisitor, boost::d_ary_heap_indirect<VertexDescriptor, 4, boost::vector_property_map<long unsigned int, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> > >, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, std::less<unsigned int>, std::vector<VertexDescriptor, std::allocator<VertexDescriptor> > >, boost::reference_wrapper<PredecessorMap>, boost::associative_property_map<std::map<VertexDescriptor, unsigned int> >, boost::associative_property_map<DistanceMap>, boost::associative_property_map<WeightMap>, boost::associative_property_map<std::map<VertexDescriptor, boost::default_color_type> >, std::plus<unsigned int>, std::less<unsigned int> >&&)
/usr/include/boost/graph/astar_search.hpp:117:12: note: candidate expects 1 argument, 11 provided
plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/build.make:302: recipe for target 'plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/KisMagneticWorker.cc.o' failed
make[2]: *** [plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/KisMagneticWorker.cc.o] Error 1
CMakeFiles/Makefile2:43244: recipe for target 'plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/all' failed
make[1]: *** [plugins/tools/selectiontools/CMakeFiles/kritaselectiontools.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2