Advertisement
Guest User

make check lemon gcc 4.8.1

a guest
Jul 18th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.00 KB | None | 0 0
  1. ~/local/build/lemon-1.2.3 » make check                                                                                                                            phanslov@Kaminsky
  2. [ 16%] Built target lemon
  3. [ 19%] Built target unionfind_test
  4. [ 21%] Building CXX object test/CMakeFiles/adaptors_test.dir/adaptors_test.cc.o
  5. In file included from /home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:36:0:
  6. /home/phanslov/local/src/lemon-1.2.3/test/graph_test.h: In function ‘void lemon::checkGraphNodeMap(const Graph&)’:
  7. /home/phanslov/local/src/lemon-1.2.3/test/graph_test.h:202:34: warning: typedef ‘Node’ locally defined but not used [-Wunused-local-typedefs]
  8.      typedef typename Graph::Node Node;
  9.                                   ^
  10. /home/phanslov/local/src/lemon-1.2.3/test/graph_test.h: In function ‘void lemon::checkGraphArcMap(const Graph&)’:
  11. /home/phanslov/local/src/lemon-1.2.3/test/graph_test.h:232:33: warning: typedef ‘Arc’ locally defined but not used [-Wunused-local-typedefs]
  12.      typedef typename Graph::Arc Arc;
  13.                                  ^
  14. /home/phanslov/local/src/lemon-1.2.3/test/graph_test.h: In function ‘void lemon::checkGraphEdgeMap(const Graph&)’:
  15. /home/phanslov/local/src/lemon-1.2.3/test/graph_test.h:262:34: warning: typedef ‘Edge’ locally defined but not used [-Wunused-local-typedefs]
  16.      typedef typename Graph::Edge Edge;
  17.                                   ^
  18. In file included from /home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:33:0:
  19. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h: In instantiation of ‘lemon::Undirector<DGR>::Undirector(DGR&) [with DGR = lemon::ListDigraph]’:
  20. /home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:492:26:   required from here
  21. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: error: ‘initialize’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  22.        initialize(digraph);
  23.                          ^
  24. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: note: declarations in dependent base ‘lemon::UndirectorBase<lemon::ListDigraph>’ are not found by unqualified lookup
  25. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: note: use ‘this->initialize’ instead
  26. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h: In instantiation of ‘lemon::SubGraph<GR, NF, EF>::SubGraph(GR&, NF&, EF&) [with GR = lemon::ListGraph; NF = lemon::GraphExtender<lemon::ListGraphBase>::NodeMap<bool>; EF = lemon::GraphExtender<lemon::ListGraphBase>::EdgeMap<bool>]’:
  27. /home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:884:50:   required from here
  28. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:1374:49: error: ‘initialize’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  29.        initialize(graph, node_filter, edge_filter);
  30.                                                  ^
  31. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:1374:49: note: declarations in dependent base ‘lemon::SubGraphBase<lemon::ListGraph, lemon::GraphExtender<lemon::ListGraphBase>::NodeMap<bool>, lemon::GraphExtender<lemon::ListGraphBase>::EdgeMap<bool>, true>’ are not found by unqualified lookup
  32. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:1374:49: note: use ‘this->initialize’ instead
  33. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h: In instantiation of ‘lemon::Undirector<DGR>::Undirector(DGR&) [with DGR = const lemon::ListDigraph]’:
  34. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2792:54:   required from ‘lemon::ResidualDigraph<DGR, CM, FM, TL>::ResidualDigraph(const DGR&, const CM&, FM&, const TL&) [with DGR = lemon::ListDigraph; CM = lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<int>; FM = lemon::DigraphExtender<lemon::ListDigraphBase>::ArcMap<int>; TL = lemon::Tolerance<int>]
  35. /home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:596:42:   required from here
  36. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: error: ‘initialize’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  37.        initialize(digraph);
  38.                          ^
  39. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: note: declarations in dependent base ‘lemon::UndirectorBase<const lemon::ListDigraph>’ are not found by unqualified lookup
  40. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: note: use ‘this->initialize’ instead
  41. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h: In instantiation of ‘lemon::Undirector<DGR>::Undirector(DGR&) [with DGR = const lemon::SplitNodes<lemon::Orienter<const lemon::GridGraph, lemon::GraphExtender<lemon::GridGraphBase>::EdgeMap<bool> > >]’:
  42. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2380:41:   required from ‘lemon::Undirector<const DGR> lemon::undirector(const DGR&) [with DGR = lemon::SplitNodes<lemon::Orienter<const lemon::GridGraph, lemon::GraphExtender<lemon::GridGraphBase>::EdgeMap<bool> > >]
  43. /home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:1387:48:   required from here
  44. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: error: ‘initialize’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  45. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: note: declarations in dependent base ‘lemon::UndirectorBase<const lemon::SplitNodes<lemon::Orienter<const lemon::GridGraph, lemon::GraphExtender<lemon::GridGraphBase>::EdgeMap<bool> > > >’ are not found by unqualified lookup
  46. /home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:25: note: use ‘this->initialize’ instead
  47. make[3]: *** [test/CMakeFiles/adaptors_test.dir/adaptors_test.cc.o] Error 1
  48. make[2]: *** [test/CMakeFiles/adaptors_test.dir/all] Error 2
  49. make[1]: *** [CMakeFiles/check.dir/rule] Error 2
  50. make: *** [check] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement