Advertisement
Guest User

make check lemon gcc 4.7.2

a guest
Jul 18th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.98 KB | None | 0 0
  1. ~/local/build/lemon-1.2.3 »  make check                                                                                                                          phanslov@quadxeon5
  2. [ 16%] Built target lemon
  3. Scanning dependencies of target unionfind_test
  4. [ 19%] Building CXX object test/CMakeFiles/unionfind_test.dir/unionfind_test.cc.o
  5. Linking CXX executable unionfind_test
  6. [ 19%] Built target unionfind_test
  7. Scanning dependencies of target adaptors_test
  8. [ 21%] Building CXX object test/CMakeFiles/adaptors_test.dir/adaptors_test.cc.o
  9. In file included from /export/home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:33:0:
  10. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h: In instantiation of 'lemon::Undirector<DGR>::Undirector(DGR&) [with DGR = lemon::ListDigraph]':
  11. /export/home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:492:26:   required from here
  12. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: error: 'initialize' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  13. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: note: declarations in dependent base 'lemon::UndirectorBase<lemon::ListDigraph>' are not found by unqualified lookup
  14. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: note: use 'this->initialize' instead
  15. /export/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>]':
  16. /export/home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:884:50:   required from here
  17. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:1374:7: error: 'initialize' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  18. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:1374:7: 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
  19. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:1374:7: note: use 'this->initialize' instead
  20. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h: In instantiation of 'lemon::Undirector<DGR>::Undirector(DGR&) [with DGR = const lemon::ListDigraph]':
  21. /export/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>]'
  22. /export/home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:596:42:   required from here
  23. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: error: 'initialize' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  24. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: note: declarations in dependent base 'lemon::UndirectorBase<const lemon::ListDigraph>' are not found by unqualified lookup
  25. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: note: use 'this->initialize' instead
  26. /export/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> > >]':
  27. /export/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> > >]'
  28. /export/home/phanslov/local/src/lemon-1.2.3/test/adaptors_test.cc:1387:48:   required from here
  29. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: error: 'initialize' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  30. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: 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
  31. /export/home/phanslov/local/src/lemon-1.2.3/lemon/adaptors.h:2280:7: note: use 'this->initialize' instead
  32. make[3]: *** [test/CMakeFiles/adaptors_test.dir/adaptors_test.cc.o] Error 1
  33. make[2]: *** [test/CMakeFiles/adaptors_test.dir/all] Error 2
  34. make[1]: *** [CMakeFiles/check.dir/rule] Error 2
  35. make: *** [check] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement