Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. make[1]: ingresso nella directory «/home/nadpher/Conway/bin»
  2. make[2]: ingresso nella directory «/home/nadpher/Conway/bin»
  3. make[2]: uscita dalla directory «/home/nadpher/Conway/bin»
  4. make[2]: ingresso nella directory «/home/nadpher/Conway/bin»
  5. [ 33%] Linking CXX executable Conway
  6. /usr/bin/ld: CMakeFiles/Conway.dir/Engine/Engine.cpp.o: in function `Conway::Engine::Engine(int, int)':
  7. Engine.cpp:(.text+0xb1): undefined reference to `SDL_Init'
  8. /usr/bin/ld: Engine.cpp:(.text+0xd7): undefined reference to `SDL_ReportAssertion'
  9. /usr/bin/ld: Engine.cpp:(.text+0x11c): undefined reference to `SDL_CreateWindow'
  10. /usr/bin/ld: Engine.cpp:(.text+0x150): undefined reference to `SDL_ReportAssertion'
  11. /usr/bin/ld: Engine.cpp:(.text+0x180): undefined reference to `SDL_CreateRenderer'
  12. /usr/bin/ld: Engine.cpp:(.text+0x1b4): undefined reference to `SDL_ReportAssertion'
  13. /usr/bin/ld: Engine.cpp:(.text+0x239): undefined reference to `SDL_RenderClear'
  14. /usr/bin/ld: CMakeFiles/Conway.dir/Engine/Engine.cpp.o: in function `Conway::Engine::~Engine()':
  15. Engine.cpp:(.text+0x2ba): undefined reference to `SDL_DestroyWindow'
  16. /usr/bin/ld: Engine.cpp:(.text+0x2ca): undefined reference to `SDL_DestroyRenderer'
  17. /usr/bin/ld: Engine.cpp:(.text+0x2e7): undefined reference to `SDL_Quit'
  18. /usr/bin/ld: CMakeFiles/Conway.dir/Engine/Engine.cpp.o: in function `Conway::Engine::ChangeClickedCell(std::pair<int, int>, Conway::Engine::Cell)':
  19. Engine.cpp:(.text+0x4c6): undefined reference to `SDL_SetRenderDrawColor'
  20. /usr/bin/ld: Engine.cpp:(.text+0x4dd): undefined reference to `SDL_RenderFillRect'
  21. /usr/bin/ld: Engine.cpp:(.text+0x502): undefined reference to `SDL_SetRenderDrawColor'
  22. /usr/bin/ld: Engine.cpp:(.text+0x51b): undefined reference to `SDL_RenderFillRect'
  23. /usr/bin/ld: Engine.cpp:(.text+0x52b): undefined reference to `SDL_RenderPresent'
  24. /usr/bin/ld: CMakeFiles/Conway.dir/Engine/Engine.cpp.o: in function `Conway::Engine::HandleEvents()':
  25. Engine.cpp:(.text+0x575): undefined reference to `SDL_PollEvent'
  26. /usr/bin/ld: CMakeFiles/Conway.dir/Engine/Engine.cpp.o: in function `Conway::Engine::Draw()':
  27. Engine.cpp:(.text+0x6d3): undefined reference to `SDL_RenderClear'
  28. /usr/bin/ld: Engine.cpp:(.text+0x74c): undefined reference to `SDL_SetRenderDrawColor'
  29. /usr/bin/ld: Engine.cpp:(.text+0x773): undefined reference to `SDL_SetRenderDrawColor'
  30. /usr/bin/ld: Engine.cpp:(.text+0x7ba): undefined reference to `SDL_RenderFillRect'
  31. /usr/bin/ld: Engine.cpp:(.text+0x7dc): undefined reference to `SDL_RenderPresent'
  32. /usr/bin/ld: CMakeFiles/Conway.dir/Engine/Engine.cpp.o: in function `Conway::Engine::DrawLines()':
  33. Engine.cpp:(.text+0x825): undefined reference to `SDL_SetRenderDrawColor'
  34. /usr/bin/ld: Engine.cpp:(.text+0x87f): undefined reference to `SDL_RenderDrawLine'
  35. /usr/bin/ld: Engine.cpp:(.text+0x8d6): undefined reference to `SDL_RenderDrawLine'
  36. /usr/bin/ld: Engine.cpp:(.text+0x8ec): undefined reference to `SDL_RenderPresent'
  37. /usr/bin/ld: Engine.cpp:(.text+0x911): undefined reference to `SDL_SetRenderDrawColor'
  38. /usr/bin/ld: CMakeFiles/Conway.dir/Engine/Engine.cpp.o: in function `Conway::Engine::Run()':
  39. Engine.cpp:(.text+0x966): undefined reference to `SDL_Delay'
  40. collect2: error: ld returned 1 exit status
  41. make[2]: *** [CMakeFiles/Conway.dir/build.make:116: Conway] Errore 1
  42. make[2]: uscita dalla directory «/home/nadpher/Conway/bin»
  43. make[1]: *** [CMakeFiles/Makefile2:93: CMakeFiles/Conway.dir/all] Errore 2
  44. make[1]: uscita dalla directory «/home/nadpher/Conway/bin»
  45. make: *** [Makefile:101: all] Errore 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement