Advertisement
Guest User

Untitled

a guest
Jul 16th, 2016
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 KB | None | 0 0
  1. ||=== Build: Debug in ppp12 (compiler: GNU GCC Compiler) ===|
  2. /home/username/codeblocks_proj/ppp12/Graph.h|89|error: ‘vector’ does not name a type|
  3. /home/username/codeblocks_proj/ppp12/Graph.h|90|error: ‘vector’ does not name a type|
  4. /home/username/codeblocks_proj/ppp12/Graph.h||In destructor ‘Graph_lib::Vector_ref<T>::~Vector_ref()’:|
  5. /home/username/codeblocks_proj/ppp12/Graph.h|102|error: ‘owned’ was not declared in this scope|
  6. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘void Graph_lib::Vector_ref<T>::push_back(T&)’:|
  7. /home/username/codeblocks_proj/ppp12/Graph.h|104|error: ‘v’ was not declared in this scope|
  8. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘void Graph_lib::Vector_ref<T>::push_back(T*)’:|
  9. /home/username/codeblocks_proj/ppp12/Graph.h|105|error: ‘v’ was not declared in this scope|
  10. /home/username/codeblocks_proj/ppp12/Graph.h|105|error: ‘owned’ was not declared in this scope|
  11. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘T& Graph_lib::Vector_ref<T>::operator[](int)’:|
  12. /home/username/codeblocks_proj/ppp12/Graph.h|109|error: ‘v’ was not declared in this scope|
  13. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘const T& Graph_lib::Vector_ref<T>::operator[](int) const’:|
  14. /home/username/codeblocks_proj/ppp12/Graph.h|110|error: ‘v’ was not declared in this scope|
  15. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘int Graph_lib::Vector_ref<T>::size() const’:|
  16. /home/username/codeblocks_proj/ppp12/Graph.h|111|error: ‘v’ was not declared in this scope|
  17. /home/username/codeblocks_proj/ppp12/Graph.h|119|error: expected ‘)’ before ‘<’ token|
  18. /home/username/codeblocks_proj/ppp12/Graph.h|158|error: ‘vector’ does not name a type|
  19. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘void Graph_lib::Shape::add(Graph_lib::Point)’:|
  20. /home/username/codeblocks_proj/ppp12/Graph.h|125|error: ‘points’ was not declared in this scope|
  21. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘void Graph_lib::Shape::set_point(int, Graph_lib::Point)’:|
  22. /home/username/codeblocks_proj/ppp12/Graph.h|126|error: ‘points’ was not declared in this scope|
  23. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘Graph_lib::Point Graph_lib::Shape::point(int) const’:|
  24. /home/username/codeblocks_proj/ppp12/Graph.h|143|error: ‘points’ was not declared in this scope|
  25. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘int Graph_lib::Shape::number_of_points() const’:|
  26. /home/username/codeblocks_proj/ppp12/Graph.h|144|error: ‘points’ was not declared in this scope|
  27. /home/username/codeblocks_proj/ppp12/Graph.h||In constructor ‘Graph_lib::Rectangle::Rectangle(Graph_lib::Point, int, int)’:|
  28. /home/username/codeblocks_proj/ppp12/Graph.h|192|error: ‘error’ was not declared in this scope|
  29. /home/username/codeblocks_proj/ppp12/Graph.h||In constructor ‘Graph_lib::Rectangle::Rectangle(Graph_lib::Point, Graph_lib::Point)’:|
  30. /home/username/codeblocks_proj/ppp12/Graph.h|197|error: ‘error’ was not declared in this scope|
  31. /home/username/codeblocks_proj/ppp12/Graph.h|238|error: expected ‘)’ before ‘<’ token|
  32. /home/username/codeblocks_proj/ppp12/Graph.h|238|error: expected unqualified-id before ‘{’ token|
  33. /home/username/codeblocks_proj/ppp12/Graph.h|245|error: ‘string’ does not name a type|
  34. /home/username/codeblocks_proj/ppp12/Graph.h|249|error: ‘string’ does not name a type|
  35. /home/username/codeblocks_proj/ppp12/Graph.h|250|error: ‘string’ does not name a type|
  36. /home/username/codeblocks_proj/ppp12/Graph.h|258|error: ‘string’ does not name a type|
  37. /home/username/codeblocks_proj/ppp12/Graph.h||In constructor ‘Graph_lib::Text::Text(Graph_lib::Point, const int&)’:|
  38. /home/username/codeblocks_proj/ppp12/Graph.h|245|error: class ‘Graph_lib::Text’ does not have any field named ‘lab’|
  39. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘void Graph_lib::Text::set_label(const int&)’:|
  40. /home/username/codeblocks_proj/ppp12/Graph.h|249|error: ‘lab’ was not declared in this scope|
  41. /home/username/codeblocks_proj/ppp12/Graph.h|267|error: ‘string’ has not been declared|
  42. /home/username/codeblocks_proj/ppp12/Graph.h|267|error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]|
  43. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘Graph_lib::Point Graph_lib::Ellipse::focus1() const’:|
  44. /home/username/codeblocks_proj/ppp12/Graph.h|306|error: ‘sqrt’ was not declared in this scope|
  45. /home/username/codeblocks_proj/ppp12/Graph.h|306|error: could not convert ‘{<expression error>, Graph_lib::Ellipse::center().Graph_lib::Point::y}’ from ‘<brace-enclosed initializer list>’ to ‘Graph_lib::Point’|
  46. /home/username/codeblocks_proj/ppp12/Graph.h||In member function ‘Graph_lib::Point Graph_lib::Ellipse::focus2() const’:|
  47. /home/username/codeblocks_proj/ppp12/Graph.h|307|error: ‘sqrt’ was not declared in this scope|
  48. /home/username/codeblocks_proj/ppp12/Graph.h|307|error: could not convert ‘{<expression error>, Graph_lib::Ellipse::center().Graph_lib::Point::y}’ from ‘<brace-enclosed initializer list>’ to ‘Graph_lib::Point’|
  49. /home/username/codeblocks_proj/ppp12/Graph.h|326|error: ‘string’ does not name a type|
  50. /home/username/codeblocks_proj/ppp12/Graph.h|329|error: ‘string’ does not name a type|
  51. /home/username/codeblocks_proj/ppp12/Graph.h||In constructor ‘Graph_lib::Marked_polyline::Marked_polyline(const int&)’:|
  52. /home/username/codeblocks_proj/ppp12/Graph.h|326|error: class ‘Graph_lib::Marked_polyline’ does not have any field named ‘mark’|
  53. /home/username/codeblocks_proj/ppp12/Graph.h|333|error: ‘string’ does not name a type|
  54. /home/username/codeblocks_proj/ppp12/Graph.h||In constructor ‘Graph_lib::Mark::Mark(Graph_lib::Point, char)’:|
  55. /home/username/codeblocks_proj/ppp12/Graph.h|338|error: ‘string’ was not declared in this scope|
  56. /home/username/codeblocks_proj/ppp12/Graph.h|361|error: ‘string’ does not name a type|
  57. /home/username/codeblocks_proj/ppp12/Graph.h|364|error: ‘string’ has not been declared|
  58. /home/username/codeblocks_proj/ppp12/Graph.cpp||In member function ‘virtual void Graph_lib::Shape::draw_lines() const’:|
  59. /home/username/codeblocks_proj/ppp12/Graph.cpp|8|error: ‘points’ was not declared in this scope|
  60. /home/username/codeblocks_proj/ppp12/Graph.cpp|27|error: ‘pair’ does not name a type|
  61. /home/username/codeblocks_proj/ppp12/Graph.cpp||In function ‘bool Graph_lib::line_segment_intersect(Graph_lib::Point, Graph_lib::Point, Graph_lib::Point, Graph_lib::Point, Graph_lib::Point&)’:|
  62. /home/username/codeblocks_proj/ppp12/Graph.cpp|54|error: ‘pair’ was not declared in this scope|
  63. /home/username/codeblocks_proj/ppp12/Graph.cpp|54|note: suggested alternative:|
  64. /usr/include/c++/5/bits/stl_pair.h|96|note: ‘std::pair’|
  65. /home/username/codeblocks_proj/ppp12/Graph.cpp|54|error: expected primary-expression before ‘double’|
  66. /home/username/codeblocks_proj/ppp12/Graph.cpp|55|error: ‘u’ was not declared in this scope|
  67. /home/username/codeblocks_proj/ppp12/Graph.cpp|56|error: ‘u’ was not declared in this scope|
  68. /home/username/codeblocks_proj/ppp12/Graph.cpp||In member function ‘void Graph_lib::Polygon::add(Graph_lib::Point)’:|
  69. /home/username/codeblocks_proj/ppp12/Graph.cpp|66|error: ‘error’ was not declared in this scope|
  70. /home/username/codeblocks_proj/ppp12/Graph.cpp|68|error: ‘line_intersect’ was not declared in this scope|
  71. /home/username/codeblocks_proj/ppp12/Graph.cpp|70|error: ‘error’ was not declared in this scope|
  72. /home/username/codeblocks_proj/ppp12/Graph.cpp|74|error: no matching function for call to ‘Graph_lib::Point::Point(int, int)’|
  73. /home/username/codeblocks_proj/ppp12/Point.h|9|note: candidate: Graph_lib::Point::Point()|
  74. /home/username/codeblocks_proj/ppp12/Point.h|9|note: candidate expects 0 arguments, 2 provided|
  75. /home/username/codeblocks_proj/ppp12/Point.h|9|note: candidate: constexpr Graph_lib::Point::Point(const Graph_lib::Point&)|
  76. /home/username/codeblocks_proj/ppp12/Point.h|9|note: candidate expects 1 argument, 2 provided|
  77. /home/username/codeblocks_proj/ppp12/Point.h|9|note: candidate: constexpr Graph_lib::Point::Point(Graph_lib::Point&&)|
  78. /home/username/codeblocks_proj/ppp12/Point.h|9|note: candidate expects 1 argument, 2 provided|
  79. /home/username/codeblocks_proj/ppp12/Graph.cpp|76|error: ‘error’ was not declared in this scope|
  80. /home/username/codeblocks_proj/ppp12/Graph.cpp||In member function ‘virtual void Graph_lib::Polygon::draw_lines() const’:|
  81. /home/username/codeblocks_proj/ppp12/Graph.cpp|86|error: ‘error’ was not declared in this scope|
  82. ||More errors follow but not being shown.|
  83. ||Edit the max errors limit in compiler options...|
  84. ||=== Build failed: 50 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement