Guest User

Untitled

a guest
Jun 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. scons: building associated VariantDir targets: bin
  2. g++ -o bin/src/math/vec2.o -c -Ibin/include bin/src/math/vec2.cpp
  3. bin/src/math/vec2.cpp:29:12: error: definition of implicitly-declared 'Xe::Math::vec2::vec2()'
  4. bin/src/math/vec2.cpp:34:1: error: prototype for 'Xe::Math::vec2::vec2(float, float)' does not match any in class 'Xe::Math::vec2'
  5. bin/include/math/vec2.hpp:14:10: error: candidates are: Xe::Math::vec2::vec2(const Xe::Math::vec2&)
  6. bin/include/math/vec2.hpp:14:10: error: Xe::Math::vec2::vec2()
  7. bin/src/math/vec2.cpp:39:1: error: prototype for 'Xe::Math::vec2::vec2(float)' does not match any in class 'Xe::Math::vec2'
  8. bin/include/math/vec2.hpp:14:10: error: candidates are: Xe::Math::vec2::vec2(const Xe::Math::vec2&)
  9. bin/include/math/vec2.hpp:14:10: error: Xe::Math::vec2::vec2()
  10. bin/src/math/vec2.cpp:44:27: error: definition of implicitly-declared 'Xe::Math::vec2::vec2(const Xe::Math::vec2&)'
  11. bin/src/math/vec2.cpp:53:13: error: definition of implicitly-declared 'Xe::Math::vec2::~vec2()'
  12. bin/src/math/vec2.cpp:62:32: error: no 'float& Xe::Math::vec2::operator[](int)' member function declared in class 'Xe::Math::vec2'
  13. bin/src/math/vec2.cpp:72:32: error: no 'float& Xe::Math::vec2::operator()(int)' member function declared in class 'Xe::Math::vec2'
  14. bin/src/math/vec2.cpp:82:38: error: definition of implicitly-declared 'Xe::Math::vec2& Xe::Math::vec2::operator=(const Xe::Math::vec2&)'
  15. bin/src/math/vec2.cpp:88:38: error: no 'bool Xe::Math::vec2::operator==(const Xe::Math::vec2&)' member function declared in class 'Xe::Math::vec2'
  16. bin/src/math/vec2.cpp:92:39: error: no 'Xe::Math::vec2& Xe::Math::vec2::operator+=(const Xe::Math::vec2&)' member function declared in class 'Xe::Math::vec2'
  17. bin/src/math/vec2.cpp:98:38: error: no 'Xe::Math::vec2 Xe::Math::vec2::operator+(const Xe::Math::vec2&) const' member function declared in class 'Xe::Math::vec2'
  18. bin/src/math/vec2.cpp:103:39: error: no 'Xe::Math::vec2& Xe::Math::vec2::operator-=(const Xe::Math::vec2&)' member function declared in class 'Xe::Math::vec2'
  19. bin/src/math/vec2.cpp:109:38: error: no 'Xe::Math::vec2 Xe::Math::vec2::operator-(const Xe::Math::vec2&) const' member function declared in class 'Xe::Math::vec2'
  20. bin/src/math/vec2.cpp:113:37: error: no 'Xe::Math::vec2& Xe::Math::vec2::operator*=(float)' member function declared in class 'Xe::Math::vec2'
  21. bin/src/math/vec2.cpp:119:37: error: no 'Xe::Math::vec2 Xe::Math::vec2::operator*(float)' member function declared in class 'Xe::Math::vec2'
  22. bin/src/math/vec2.cpp:123:38: error: no 'Xe::Math::vec2 Xe::Math::vec2::operator*(const Xe::Math::vec2&) const' member function declared in class 'Xe::Math::vec2'
  23. bin/src/math/vec2.cpp:127:39: error: no 'Xe::Math::vec2& Xe::Math::vec2::operator/=(float)' member function declared in class 'Xe::Math::vec2'
  24. bin/src/math/vec2.cpp:136:37: error: no 'Xe::Math::vec2 Xe::Math::vec2::operator/(float)' member function declared in class 'Xe::Math::vec2'
  25. bin/src/math/vec2.cpp:142:38: error: no 'Xe::Math::vec2 Xe::Math::vec2::operator/(const Xe::Math::vec2&) const' member function declared in class 'Xe::Math::vec2'
  26. bin/src/math/vec2.cpp:153:26: error: no 'float Xe::Math::vec2::Length()' member function declared in class 'Xe::Math::vec2'
  27. bin/src/math/vec2.cpp:157:29: error: no 'Xe::Math::vec2& Xe::Math::vec2::Normalize()' member function declared in class 'Xe::Math::vec2'
  28. bin/src/math/vec2.cpp:162:31: error: no 'void Xe::Math::vec2::Min(float)' member function declared in class 'Xe::Math::vec2'
  29. bin/src/math/vec2.cpp:167:31: error: no 'void Xe::Math::vec2::Max(float)' member function declared in class 'Xe::Math::vec2'
  30. bin/src/math/vec2.cpp:172:37: error: no 'float Xe::Math::vec2::Distance(const Xe::Math::vec2&)' member function declared in class 'Xe::Math::vec2'
Add Comment
Please, Sign In to add comment