Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 5.27 KB | None | 0 0
  1. ||=== Build: Debug in SDL2 (compiler: GNU GCC Compiler) ===|
  2. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h||In function 'int main(int, char**)':|
  3. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|15|error: 'SDL_Window' was not declared in this scope|
  4. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|15|error: 'window' was not declared in this scope|
  5. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|18|error: 'SDL_Surface' was not declared in this scope|
  6. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|18|error: 'screenSurface' was not declared in this scope|
  7. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|21|error: 'SDL_INIT_VIDEO' was not declared in this scope|
  8. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|21|error: 'SDL_Init' was not declared in this scope|
  9. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|23|error: 'SDL_GetError' was not declared in this scope|
  10. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|28|error: 'SDL_WINDOWPOS_UNDEFINED' was not declared in this scope|
  11. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|28|error: 'SDL_WINDOW_SHOWN' was not declared in this scope|
  12. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|28|error: 'SDL_CreateWindow' was not declared in this scope|
  13. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|31|error: 'SDL_GetError' was not declared in this scope|
  14. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|36|error: 'SDL_GetWindowSurface' was not declared in this scope|
  15. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|39|error: 'SDL_MapRGB' was not declared in this scope|
  16. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|39|error: 'SDL_FillRect' was not declared in this scope|
  17. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|42|error: 'SDL_UpdateWindowSurface' was not declared in this scope|
  18. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|45|error: 'SDL_Delay' was not declared in this scope|
  19. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|50|error: 'SDL_DestroyWindow' was not declared in this scope|
  20. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|53|error: 'SDL_Quit' was not declared in this scope|
  21. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|9|error: redefinition of 'const int SCREEN_WIDTH'|
  22. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|9|error: 'const int SCREEN_WIDTH' previously defined here|
  23. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|10|error: redefinition of 'const int SCREEN_HEIGHT'|
  24. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|10|error: 'const int SCREEN_HEIGHT' previously defined here|
  25. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h||In function 'int SDL_main(int, char**)':|
  26. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|15|error: 'SDL_Window' was not declared in this scope|
  27. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|15|error: 'window' was not declared in this scope|
  28. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|18|error: 'SDL_Surface' was not declared in this scope|
  29. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|18|error: 'screenSurface' was not declared in this scope|
  30. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|21|error: 'SDL_INIT_VIDEO' was not declared in this scope|
  31. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|21|error: 'SDL_Init' was not declared in this scope|
  32. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|23|error: 'SDL_GetError' was not declared in this scope|
  33. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|28|error: 'SDL_WINDOWPOS_UNDEFINED' was not declared in this scope|
  34. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|28|error: 'SDL_WINDOW_SHOWN' was not declared in this scope|
  35. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|28|error: 'SDL_CreateWindow' was not declared in this scope|
  36. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|31|error: 'SDL_GetError' was not declared in this scope|
  37. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|36|error: 'SDL_GetWindowSurface' was not declared in this scope|
  38. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|39|error: 'SDL_MapRGB' was not declared in this scope|
  39. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|39|error: 'SDL_FillRect' was not declared in this scope|
  40. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|42|error: 'SDL_UpdateWindowSurface' was not declared in this scope|
  41. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|45|error: 'SDL_Delay' was not declared in this scope|
  42. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|50|error: 'SDL_DestroyWindow' was not declared in this scope|
  43. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|53|error: 'SDL_Quit' was not declared in this scope|
  44. C:\Users\Darklightus\workspace\SDl2\01_hello_SDL.cpp|9|error: redefinition of 'const int SCREEN_WIDTH'|
  45. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|9|error: 'const int SCREEN_WIDTH' previously defined here|
  46. C:\Users\Darklightus\workspace\SDl2\01_hello_SDL.cpp|10|error: redefinition of 'const int SCREEN_HEIGHT'|
  47. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|10|error: 'const int SCREEN_HEIGHT' previously defined here|
  48. C:\Users\Darklightus\workspace\SDl2\01_hello_SDL.cpp||In function 'int SDL_main(int, char**)':|
  49. C:\Users\Darklightus\workspace\SDl2\01_hello_SDL.cpp|12|error: redefinition of 'int SDL_main(int, char**)'|
  50. C:\mingw_dev_lib\sdl\include\SDL2\SDL_platform.h|12|error: 'int SDL_main(int, char**)' previously defined here|
  51. ||=== Build failed: 46 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement