Advertisement
Guest User

SFML Game Development Chapter 5 Error Log

a guest
Feb 15th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. ||=== Build: Debug in Book_PartV (compiler: GNU GCC Compiler) ===|
  2. obj\Debug\Application.o||In function `ZN11ApplicationC2Ev':|
  3. D:\SFML projects\Book_PartV\Application.cpp|19|undefined reference to `State::Context::Context(sf::RenderWindow&, ResourceHolder<sf::Texture, Textures::ID>&, ResourceHolder<sf::Font, Fonts::ID>&, Player&)'|
  4. D:\SFML projects\Book_PartV\Application.cpp|19|undefined reference to `StateStack::StateStack(State::Context)'|
  5. D:\SFML projects\Book_PartV\Application.cpp|31|undefined reference to `StateStack::pushState(States::ID)'|
  6. obj\Debug\Application.o||In function `ZN11Application14registerStatesEv':|
  7. D:\SFML projects\Book_PartV\Application.cpp|36|undefined reference to `void StateStack::registerState<TitleState>(States::ID)'|
  8. D:\SFML projects\Book_PartV\Application.cpp|37|undefined reference to `void StateStack::registerState<MenuState>(States::ID)'|
  9. D:\SFML projects\Book_PartV\Application.cpp|38|undefined reference to `void StateStack::registerState<GameState>(States::ID)'|
  10. D:\SFML projects\Book_PartV\Application.cpp|39|undefined reference to `void StateStack::registerState<PauseState>(States::ID)'|
  11. obj\Debug\Application.o||In function `ZN11Application3runEv':|
  12. D:\SFML projects\Book_PartV\Application.cpp|53|undefined reference to `Application::TimePerFrame'|
  13. D:\SFML projects\Book_PartV\Application.cpp|53|undefined reference to `Application::TimePerFrame'|
  14. D:\SFML projects\Book_PartV\Application.cpp|56|undefined reference to `Application::TimePerFrame'|
  15. D:\SFML projects\Book_PartV\Application.cpp|56|undefined reference to `Application::TimePerFrame'|
  16. D:\SFML projects\Book_PartV\Application.cpp|59|undefined reference to `StateStack::isEmpty() const'|
  17. D:\SFML projects\Book_PartV\Application.cpp|51|undefined reference to `Application::TimePerFrame'|
  18. D:\SFML projects\Book_PartV\Application.cpp|51|undefined reference to `Application::TimePerFrame'|
  19. obj\Debug\GameState.o||In function `ZN9GameStateC2ER10StateStackN5State7ContextE':|
  20. D:\SFML projects\Book_PartV\GameState.cpp|6|undefined reference to `State::State(StateStack&, State::Context)'|
  21. D:\SFML projects\Book_PartV\GameState.cpp|6|undefined reference to `State::~State()'|
  22. obj\Debug\GameState.o||In function `ZN9GameState11handleEventERKN2sf5EventE':|
  23. D:\SFML projects\Book_PartV\GameState.cpp|33|undefined reference to `State::requestStackPush(States::ID)'|
  24. obj\Debug\GameState.o||In function `ZN9GameStateD1Ev':|
  25. D:\SFML projects\Book_PartV\GameState.hpp|8|undefined reference to `State::~State()'|
  26. obj\Debug\MenuState.o||In function `ZN9MenuStateC2ER10StateStackN5State7ContextE':|
  27. D:\SFML projects\Book_PartV\MenuState.cpp|12|undefined reference to `State::State(StateStack&, State::Context)'|
  28. D:\SFML projects\Book_PartV\MenuState.cpp|23|undefined reference to `centerOrigin(sf::Text&)'|
  29. D:\SFML projects\Book_PartV\MenuState.cpp|30|undefined reference to `centerOrigin(sf::Text&)'|
  30. D:\SFML projects\Book_PartV\MenuState.cpp|12|undefined reference to `State::~State()'|
  31. obj\Debug\MenuState.o||In function `ZN9MenuState4drawEv':|
  32. D:\SFML projects\Book_PartV\MenuState.cpp|39|undefined reference to `State::getContext() const'|
  33. obj\Debug\MenuState.o||In function `ZN9MenuState11handleEventERKN2sf5EventE':|
  34. D:\SFML projects\Book_PartV\MenuState.cpp|61|undefined reference to `State::requestStackPop()'|
  35. D:\SFML projects\Book_PartV\MenuState.cpp|62|undefined reference to `State::requestStackPush(States::ID)'|
  36. D:\SFML projects\Book_PartV\MenuState.cpp|65|undefined reference to `State::requestStackPop()'|
  37. obj\Debug\MenuState.o||In function `ZN9MenuStateD1Ev':|
  38. D:\SFML projects\Book_PartV\MenuState.hpp|9|undefined reference to `State::~State()'|
  39. obj\Debug\PauseState.o||In function `ZN10PauseStateC2ER10StateStackN5State7ContextE':|
  40. D:\SFML projects\Book_PartV\PauseState.cpp|13|undefined reference to `State::State(StateStack&, State::Context)'|
  41. D:\SFML projects\Book_PartV\PauseState.cpp|21|undefined reference to `centerOrigin(sf::Text&)'|
  42. D:\SFML projects\Book_PartV\PauseState.cpp|26|undefined reference to `centerOrigin(sf::Text&)'|
  43. D:\SFML projects\Book_PartV\PauseState.cpp|13|undefined reference to `State::~State()'|
  44. obj\Debug\PauseState.o||In function `ZN10PauseState4drawEv':|
  45. D:\SFML projects\Book_PartV\PauseState.cpp|32|undefined reference to `State::getContext() const'|
  46. obj\Debug\PauseState.o||In function `ZN10PauseState11handleEventERKN2sf5EventE':|
  47. D:\SFML projects\Book_PartV\PauseState.cpp|55|undefined reference to `State::requestStateClear()'|
  48. D:\SFML projects\Book_PartV\PauseState.cpp|56|undefined reference to `State::requestStackPush(States::ID)'|
  49. D:\SFML projects\Book_PartV\PauseState.cpp|59|undefined reference to `State::requestStackPop()'|
  50. obj\Debug\PauseState.o||In function `ZN10PauseStateD1Ev':|
  51. D:\SFML projects\Book_PartV\PauseState.hpp|9|undefined reference to `State::~State()'|
  52. obj\Debug\TitleState.o||In function `ZN10TitleStateC2ER10StateStackN5State7ContextE':|
  53. D:\SFML projects\Book_PartV\TitleState.cpp|11|undefined reference to `State::State(StateStack&, State::Context)'|
  54. D:\SFML projects\Book_PartV\TitleState.cpp|17|undefined reference to `centerOrigin(sf::Text&)'|
  55. D:\SFML projects\Book_PartV\TitleState.cpp|11|undefined reference to `State::~State()'|
  56. obj\Debug\TitleState.o||In function `ZN10TitleState4drawEv':|
  57. D:\SFML projects\Book_PartV\TitleState.cpp|23|undefined reference to `State::getContext() const'|
  58. obj\Debug\TitleState.o||In function `ZN10TitleState11handleEventERKN2sf5EventE':|
  59. D:\SFML projects\Book_PartV\TitleState.cpp|34|undefined reference to `State::requestStackPop()'|
  60. D:\SFML projects\Book_PartV\TitleState.cpp|35|undefined reference to `State::requestStackPush(States::ID)'|
  61. obj\Debug\TitleState.o||In function `ZN10TitleStateD1Ev':|
  62. D:\SFML projects\Book_PartV\TitleState.hpp|9|undefined reference to `State::~State()'|
  63. ||=== Build failed: 43 error(s), 0 warning(s) (0 minute(s), 6 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement