Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.91 KB | None | 0 0
  1. ||=== Build: Debug in GalacticEmpires (compiler: GNU GCC Compiler) ===|
  2. ..\..\extlibs\headers\INIParser\include\ini_parser.hpp||In member function 'void ini_parser::set_value(const string&, const string&, const string&)':|
  3. ..\..\extlibs\headers\INIParser\include\ini_parser.hpp|216|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|
  4. ..\..\extlibs\headers\INIParser\include\ini_parser.hpp||In member function 'std::string ini_parser::extract_value(const string&) const':|
  5. ..\..\extlibs\headers\INIParser\include\ini_parser.hpp|371|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|
  6. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp||In member function 'zge::Vector& zge::Vector::operator+=(double)':|
  7. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|93|warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: [enabled by default]|
  8. ..\..\include\ZGE\Vector.hpp|68|note: candidate 1: zge::Vector zge::operator+(const zge::Vector&, double)|
  9. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|38|note: candidate 2: zge::Vector zge::Vector::operator+(const zge::Vector&)|
  10. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp||In member function 'zge::Vector& zge::Vector::operator-=(double)':|
  11. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|104|warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: [enabled by default]|
  12. ..\..\include\ZGE\Vector.hpp|69|note: candidate 1: zge::Vector zge::operator-(const zge::Vector&, double)|
  13. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|50|note: candidate 2: zge::Vector zge::Vector::operator-(const zge::Vector&)|
  14. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp||In member function 'zge::Vector& zge::Vector::operator*=(double)':|
  15. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|115|warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: [enabled by default]|
  16. ..\..\include\ZGE\Vector.hpp|70|note: candidate 1: zge::Vector zge::operator*(const zge::Vector&, double)|
  17. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|62|note: candidate 2: zge::Vector zge::Vector::operator*(const zge::Vector&)|
  18. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp||In member function 'zge::Vector& zge::Vector::operator/=(double)':|
  19. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|126|warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: [enabled by default]|
  20. ..\..\include\ZGE\Vector.hpp|71|note: candidate 1: zge::Vector zge::operator/(const zge::Vector&, double)|
  21. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|74|note: candidate 2: zge::Vector zge::Vector::operator/(const zge::Vector&)|
  22. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp||In member function 'zge::Vector zge::Vector::normalized()':|
  23. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|156|warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: [enabled by default]|
  24. ..\..\include\ZGE\Vector.hpp|71|note: candidate 1: zge::Vector zge::operator/(const zge::Vector&, double)|
  25. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|74|note: candidate 2: zge::Vector zge::Vector::operator/(const zge::Vector&)|
  26. obj\Debug\src\States\OptionsState.o||In function `ZSt4stoiRKSs':|
  27. Projects\SFML\Galactic Empires\builds\codeblocks\..\..\extlibs\headers\INIParser\include\ini_parser.hpp|49|multiple definition of `std::stoi(std::string const&)'|
  28. Projects\SFML\Galactic Empires\builds\codeblocks\..\..\extlibs\headers\INIParser\include\ini_parser.hpp|49|first defined here|
  29. obj\Debug\src\States\OptionsState.o||In function `ZSt4stolRKSs':|
  30. Projects\SFML\Galactic Empires\builds\codeblocks\..\..\extlibs\headers\INIParser\include\ini_parser.hpp|58|multiple definition of `std::stol(std::string const&)'|
  31. Projects\SFML\Galactic Empires\builds\codeblocks\..\..\extlibs\headers\INIParser\include\ini_parser.hpp|58|first defined here|
  32. obj\Debug\src\States\OptionsState.o||In function `ZSt4stofRKSs':|
  33. Projects\SFML\Galactic Empires\builds\codeblocks\..\..\extlibs\headers\INIParser\include\ini_parser.hpp|67|multiple definition of `std::stof(std::string const&)'|
  34. Projects\SFML\Galactic Empires\builds\codeblocks\..\..\extlibs\headers\INIParser\include\ini_parser.hpp|67|first defined here|
  35. obj\Debug\src\States\OptionsState.o||In function `ZSt4stodRKSs':|
  36. Projects\SFML\Galactic Empires\builds\codeblocks\..\..\extlibs\headers\INIParser\include\ini_parser.hpp|76|multiple definition of `std::stod(std::string const&)'|
  37. Projects\SFML\Galactic Empires\builds\codeblocks\..\..\extlibs\headers\INIParser\include\ini_parser.hpp|76|first defined here|
  38. obj\Debug\src\ZGE\Vector.o||In function `ZN3zge6VectorpLEd':|
  39. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|93|undefined reference to `zge::operator+(zge::Vector const&, double)'|
  40. obj\Debug\src\ZGE\Vector.o||In function `ZN3zge6VectormIEd':|
  41. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|104|undefined reference to `zge::operator-(zge::Vector const&, double)'|
  42. obj\Debug\src\ZGE\Vector.o||In function `ZN3zge6VectormLEd':|
  43. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|115|undefined reference to `zge::operator*(zge::Vector const&, double)'|
  44. obj\Debug\src\ZGE\Vector.o||In function `ZN3zge6VectordVEd':|
  45. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|126|undefined reference to `zge::operator/(zge::Vector const&, double)'|
  46. obj\Debug\src\ZGE\Vector.o||In function `ZN3zge6Vector10normalizedEv':|
  47. Projects\SFML\Galactic Empires\src\ZGE\Vector.cpp|156|undefined reference to `zge::operator/(zge::Vector const&, double)'|
  48. ||error: ld returned 1 exit status|
  49. ||=== Build failed: 14 error(s), 7 warning(s) (0 minute(s), 2 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement