Advertisement
Guest User

$ make

a guest
Nov 7th, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. //A bunch of compiling stuff went here, but was removed for brevity
  2. hwengine.pas(155,5) Note: Local variable "prevFocusState" not used
  3. Linking ../bin/hwengine
  4. /usr/bin/ld: warning: ../bin/link.res contains output sections; did you forget -T?
  5. ../bin/../bin/hwengine.o: In function `P$HWENGINE_DOTIMER$LONGINT':
  6. hwengine.pas:(.text+0x1dd): undefined reference to `SDL_GL_SwapWindow'
  7. ../bin/../bin/hwengine.o: In function `P$HWENGINE_ONDESTROY':
  8. hwengine.pas:(.text+0x3f8): undefined reference to `SDL_GL_DeleteContext'
  9. hwengine.pas:(.text+0x405): undefined reference to `SDL_DestroyWindow'
  10. ../bin/../bin/SDLh.o: In function `SDLH_SDL_WARPMOUSE$WORD$WORD':
  11. SDLh.pas:(.text+0x16): undefined reference to `SDL_WarpMouseInWindow'
  12. ../bin/../bin/uMisc.o: In function `UMISC_INITMODULE':
  13. uMisc.pas:(.text+0x5e2): undefined reference to `SDL_AllocFormat'
  14. ../bin/../bin/uMisc.o: In function `UMISC_FREEMODULE':
  15. uMisc.pas:(.text+0x60d): undefined reference to `SDL_FreeFormat'
  16. ../bin/../bin/uStore.o: In function `USTORE_SETUPOPENGL':
  17. uStore.pas:(.text+0x2e9b): undefined reference to `SDL_GL_CreateContext'
  18. uStore.pas:(.text+0x2ec4): undefined reference to `SDL_GL_SetSwapInterval'
  19. ../bin/../bin/uStore.o: In function `USTORE_ADDPROGRESS':
  20. uStore.pas:(.text+0x38c7): undefined reference to `SDL_GL_SwapWindow'
  21. ../bin/../bin/uStore.o: In function `USTORE_CHFULLSCR$SHORTSTRING':
  22. uStore.pas:(.text+0x4573): undefined reference to `SDL_CreateWindow'
  23. uStore.pas:(.text+0x45a3): undefined reference to `SDL_CreateWindow'
  24. ../bin/../bin/uKeys.o: In function `UKEYS_PROCESSKBD':
  25. uKeys.pas:(.text+0x109): undefined reference to `SDL_GetKeyboardState'
  26. ../bin/../bin/uKeys.o: In function `UKEYS_RESETKBD':
  27. uKeys.pas:(.text+0x6a9): undefined reference to `SDL_GetKeyboardState'
  28. ../bin/../bin/uKeys.o: In function `UKEYS_INITKBDKEYTABLE':
  29. uKeys.pas:(.text+0xb65): undefined reference to `SDL_GetKeyboardState'
  30. hwengine.pas(527,1) Error: Error while linking
  31. hwengine.pas(527,1) Fatal: There were 1 errors compiling module, stopping
  32. Fatal: Compilation aborted
  33. Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled)
  34. make[2]: *** [bin/hwengine] Error 1
  35. make[1]: *** [hedgewars/CMakeFiles/hwengine.dir/all] Error 2
  36. make: *** [all] Error 2
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement