Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. [bressonr@roman-pc build]$ make
  2. Scanning dependencies of target Swarming_project
  3. [ 50%] Building CXX object CMakeFiles/Swarming_project.dir/main.cpp.o
  4. In file included from /home/bressonr/Bureau/Swarming_project/src/data_structures/MathArray.h:7:0,
  5. from /home/bressonr/Bureau/Swarming_project/src/definitions/types.h:6,
  6. from /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:4,
  7. from /home/bressonr/Bureau/Swarming_project/main.cpp:2:
  8. /usr/include/c++/7.2.1/limits: Dans l'instanciation de « static constexpr _Tp std::numeric_limits<_Tp>::max() [with _Tp = Octree<2>] » :
  9. /home/bressonr/Bureau/Swarming_project/src/mpi/MPI_sample_sort/sample_sort.h:189:61: requis par « void distributed_sort(std::vector<_RealType>&, int, int, Comp) [with T = Octree<2>; Comp = std::less<Octree<2> >] »
  10. /home/bressonr/Bureau/Swarming_project/main.cpp:71:62: requis depuis ici
  11. /usr/include/c++/7.2.1/limits:321:44: error: pas de fonction concordante pour l'appel à « Octree<2>::Octree() »
  12. max() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
  13. ^~~~~
  14. In file included from /home/bressonr/Bureau/Swarming_project/main.cpp:2:0:
  15. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:40:14: note: candidate: Octree<Dimension>::Octree(const Boid<Dimension>&) [with long unsigned int Dimension = 2]
  16. explicit Octree(Boid<Dimension> const & boid)
  17. ^~~~~~
  18. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:40:14: note: le candidat attend 1 argument, 0 fourni(s)
  19. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:29:5: note: candidate: Octree<Dimension>::Octree(types::Coordinate<Dimension>&, const size_t&) [with long unsigned int Dimension = 2; types::Coordinate<Dimension> = MathArray<long unsigned int, 2>; std::size_t = long unsigned int]
  20. Octree(Coordinate<Dimension> const & anchor, std::size_t const & depth)
  21. ^~~~~~
  22. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:29:5: note: le candidat attend 2 arguments, 0 fourni(s)
  23. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:18:7: note: candidate: constexpr Octree<2>::Octree(const Octree<2>&)
  24. class Octree {
  25. ^~~~~~
  26. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:18:7: note: le candidat attend 1 argument, 0 fourni(s)
  27. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:18:7: note: candidate: constexpr Octree<2>::Octree(Octree<2>&&)
  28. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:18:7: note: le candidat attend 1 argument, 0 fourni(s)
  29. In file included from /usr/include/c++/7.2.1/vector:62:0,
  30. from /home/bressonr/Bureau/Swarming_project/src/data_structures/Boid.h:9,
  31. from /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:6,
  32. from /home/bressonr/Bureau/Swarming_project/main.cpp:2:
  33. /usr/include/c++/7.2.1/bits/stl_construct.h: Dans l'instanciation de « void std::_Construct(_T1*, _Args&& ...) [with _T1 = Octree<2>; _Args = {}] » :
  34. /usr/include/c++/7.2.1/bits/stl_uninitialized.h:527:18: requis par « static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = Octree<2>*; _Size = long unsigned int; bool _TrivialValueType = false] »
  35. /usr/include/c++/7.2.1/bits/stl_uninitialized.h:583:20: requis par « _ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = Octree<2>*; _Size = long unsigned int] »
  36. /usr/include/c++/7.2.1/bits/stl_uninitialized.h:645:44: requis par « _ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, std::allocator<_Tp>&) [with _ForwardIterator = Octree<2>*; _Size = long unsigned int; _Tp = Octree<2>] »
  37. /usr/include/c++/7.2.1/bits/stl_vector.h:1347:36: requis par « void std::vector<_Tp, _Alloc>::_M_default_initialize(std::vector<_Tp, _Alloc>::size_type) [with _Tp = Octree<2>; _Alloc = std::allocator<Octree<2> >; std::vector<_Tp, _Alloc>::size_type = long unsigned int] »
  38. /usr/include/c++/7.2.1/bits/stl_vector.h:285:30: requis par « std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const allocator_type&) [with _Tp = Octree<2>; _Alloc = std::allocator<Octree<2> >; std::vector<_Tp, _Alloc>::size_type = long unsigned int; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<Octree<2> >] »
  39. /home/bressonr/Bureau/Swarming_project/src/mpi/MPI_sample_sort/sample_sort.h:141:20: requis par « std::vector<_RealType> select_splitters(std::vector<_RealType>&, int, int, Comp) [with T = Octree<2>; Comp = std::less<Octree<2> >] »
  40. /home/bressonr/Bureau/Swarming_project/src/mpi/MPI_sample_sort/sample_sort.h:185:57: requis par « void distributed_sort(std::vector<_RealType>&, int, int, Comp) [with T = Octree<2>; Comp = std::less<Octree<2> >] »
  41. /home/bressonr/Bureau/Swarming_project/main.cpp:71:62: requis depuis ici
  42. /usr/include/c++/7.2.1/bits/stl_construct.h:75:7: error: pas de fonction concordante pour l'appel à « Octree<2>::Octree() »
  43. { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
  44. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. In file included from /home/bressonr/Bureau/Swarming_project/main.cpp:2:0:
  46. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:40:14: note: candidate: Octree<Dimension>::Octree(const Boid<Dimension>&) [with long unsigned int Dimension = 2]
  47. explicit Octree(Boid<Dimension> const & boid)
  48. ^~~~~~
  49. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:40:14: note: le candidat attend 1 argument, 0 fourni(s)
  50. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:29:5: note: candidate: Octree<Dimension>::Octree(types::Coordinate<Dimension>&, const size_t&) [with long unsigned int Dimension = 2; types::Coordinate<Dimension> = MathArray<long unsigned int, 2>; std::size_t = long unsigned int]
  51. Octree(Coordinate<Dimension> const & anchor, std::size_t const & depth)
  52. ^~~~~~
  53. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:29:5: note: le candidat attend 2 arguments, 0 fourni(s)
  54. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:18:7: note: candidate: constexpr Octree<2>::Octree(const Octree<2>&)
  55. class Octree {
  56. ^~~~~~
  57. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:18:7: note: le candidat attend 1 argument, 0 fourni(s)
  58. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:18:7: note: candidate: constexpr Octree<2>::Octree(Octree<2>&&)
  59. /home/bressonr/Bureau/Swarming_project/src/data_structures/Octree.h:18:7: note: le candidat attend 1 argument, 0 fourni(s)
  60. make[2]: *** [CMakeFiles/Swarming_project.dir/build.make:63: CMakeFiles/Swarming_project.dir/main.cpp.o] Error 1
  61. make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/Swarming_project.dir/all] Error 2
  62. make: *** [Makefile:84: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement