Advertisement
historic_bruno

Untitled

Jan 12th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. CConsole.cpp
  2. In file included from ../../../source/ps/Hotkey.h:35,
  3. from ../../../source/ps/CConsole.cpp:37:
  4. ../../../source/lib/external_libraries/sdl.h:56: error: ‘SDL_Event’ does not name a type
  5. In file included from ../../../source/ps/CConsole.cpp:37:
  6. ../../../source/ps/Hotkey.h:41: error: ‘SDL_USEREVENT’ was not declared in this scope
  7. ../../../source/ps/Hotkey.h:42: error: ‘SDL_USEREVENT’ was not declared in this scope
  8. ../../../source/ps/CConsole.cpp: In member function ‘void CConsole::InsertChar(int, wchar_t)’:
  9. ../../../source/ps/CConsole.cpp:322: error: ‘SDLK_RETURN’ was not declared in this scope
  10. ../../../source/ps/CConsole.cpp:329: error: ‘SDLK_TAB’ was not declared in this scope
  11. ../../../source/ps/CConsole.cpp:333: error: ‘SDLK_BACKSPACE’ was not declared in this scope
  12. ../../../source/ps/CConsole.cpp:348: error: ‘SDLK_DELETE’ was not declared in this scope
  13. ../../../source/ps/CConsole.cpp:358: error: ‘SDLK_RCTRL’ was not declared in this scope
  14. ../../../source/ps/CConsole.cpp:358: error: ‘SDLK_LCTRL’ was not declared in this scope
  15. ../../../source/ps/CConsole.cpp:376: error: ‘SDLK_HOME’ was not declared in this scope
  16. ../../../source/ps/CConsole.cpp:377: error: ‘SDLK_RCTRL’ was not declared in this scope
  17. ../../../source/ps/CConsole.cpp:377: error: ‘SDLK_LCTRL’ was not declared in this scope
  18. ../../../source/ps/CConsole.cpp:390: error: ‘SDLK_END’ was not declared in this scope
  19. ../../../source/ps/CConsole.cpp:391: error: ‘SDLK_RCTRL’ was not declared in this scope
  20. ../../../source/ps/CConsole.cpp:391: error: ‘SDLK_LCTRL’ was not declared in this scope
  21. ../../../source/ps/CConsole.cpp:401: error: ‘SDLK_LEFT’ was not declared in this scope
  22. ../../../source/ps/CConsole.cpp:405: error: ‘SDLK_RIGHT’ was not declared in this scope
  23. ../../../source/ps/CConsole.cpp:410: error: ‘SDLK_UP’ was not declared in this scope
  24. ../../../source/ps/CConsole.cpp:419: error: ‘SDLK_DOWN’ was not declared in this scope
  25. ../../../source/ps/CConsole.cpp:438: error: ‘SDLK_PAGEUP’ was not declared in this scope
  26. ../../../source/ps/CConsole.cpp:446: error: ‘SDLK_PAGEDOWN’ was not declared in this scope
  27. ../../../source/ps/CConsole.cpp: At global scope:
  28. ../../../source/ps/CConsole.cpp:628: error: ‘SDL_keysym’ was not declared in this scope
  29. ../../../source/ps/CConsole.cpp:629: error: expected ‘,’ or ‘;’ before ‘{’ token
  30. ../../../source/ps/CConsole.cpp:628: warning: ‘isUnprintableChar’ defined but not used
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement