Guest User

Another error

a guest
Jun 22nd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. scons --release --sse2 --nofft --macosx
  2. scons: Reading SConscript files ...
  3. scons: done reading SConscript files.
  4. scons: Building targets ...
  5. g++ -o build/src/PowderToySDL.o -c -w -std=c++98 -fkeep-inline-functions -O3 -ftree-vectorize -funsafe-math-optimizations -ffast-math -fomit-frame-pointer -I/Library/Frameworks/SDL.framework/Headers -I/Library/Frameworks/Lua.framework/Headers -m32 -msse2 -D_GNU_SOURCE -DUSE_STDINT -D_POSIX_C_SOURCE=200112L -DLUACONSOLE -DUSE_SDL -DMACOSX -DSTABLE -DX86 -DX86_SSE2 -Ibuild/src -Isrc -Ibuild/data -Idata -Ibuild/generated -Igenerated src/PowderToySDL.cpp
  6. src/PowderToySDL.cpp:6:17: error: SDL.h: No such file or directory
  7. In file included from src/PowderToySDL.cpp:41:
  8. src/gui/interface/Keys.h:3:17: error: SDL.h: No such file or directory
  9. src/PowderToySDL.cpp:60: error: expected constructor, destructor, or type conversion before ‘*’ token
  10. src/PowderToySDL.cpp: In function ‘void blit(pixel*)’:
  11. src/PowderToySDL.cpp:145: error: ‘sdl_scrn’ was not declared in this scope
  12. src/PowderToySDL.cpp:150: error: ‘SDL_MUSTLOCK’ was not declared in this scope
  13. src/PowderToySDL.cpp:151: error: ‘SDL_LockSurface’ was not declared in this scope
  14. src/PowderToySDL.cpp:154: error: ‘SDL_MapRGB’ was not declared in this scope
  15. src/PowderToySDL.cpp:159: error: ‘SDL_PixelFormat’ was not declared in this scope
  16. src/PowderToySDL.cpp:159: error: ‘fmt’ was not declared in this scope
  17. src/PowderToySDL.cpp:182: error: ‘SDL_MUSTLOCK’ was not declared in this scope
  18. src/PowderToySDL.cpp:183: error: ‘SDL_UnlockSurface’ was not declared in this scope
  19. src/PowderToySDL.cpp:184: error: ‘SDL_UpdateRect’ was not declared in this scope
  20. src/PowderToySDL.cpp: In function ‘void blit2(pixel*, int)’:
  21. src/PowderToySDL.cpp:189: error: ‘sdl_scrn’ was not declared in this scope
  22. src/PowderToySDL.cpp:195: error: ‘SDL_MUSTLOCK’ was not declared in this scope
  23. src/PowderToySDL.cpp:196: error: ‘SDL_LockSurface’ was not declared in this scope
  24. src/PowderToySDL.cpp:199: error: ‘SDL_MapRGB’ was not declared in this scope
  25. src/PowderToySDL.cpp:203: error: ‘SDL_PixelFormat’ was not declared in this scope
  26. src/PowderToySDL.cpp:203: error: ‘fmt’ was not declared in this scope
  27. src/PowderToySDL.cpp:238: error: ‘SDL_MUSTLOCK’ was not declared in this scope
  28. src/PowderToySDL.cpp:239: error: ‘SDL_UnlockSurface’ was not declared in this scope
  29. src/PowderToySDL.cpp:240: error: ‘SDL_UpdateRect’ was not declared in this scope
  30. src/PowderToySDL.cpp: In function ‘int SDLOpen()’:
  31. src/PowderToySDL.cpp:247: error: ‘SDL_Surface’ was not declared in this scope
  32. src/PowderToySDL.cpp:247: error: ‘surface’ was not declared in this scope
  33. src/PowderToySDL.cpp:251: error: ‘SDL_INIT_VIDEO’ was not declared in this scope
  34. src/PowderToySDL.cpp:251: error: ‘SDL_Init’ was not declared in this scope
  35. src/PowderToySDL.cpp:253: error: ‘SDL_GetError’ was not declared in this scope
  36. src/PowderToySDL.cpp:256: error: expected initializer before ‘*’ token
  37. src/PowderToySDL.cpp:257: error: ‘vidInfo’ was not declared in this scope
  38. src/PowderToySDL.cpp:259: error: ‘SDL_EnableUNICODE’ was not declared in this scope
  39. src/PowderToySDL.cpp:289: error: ‘SDL_WM_SetCaption’ was not declared in this scope
  40. src/PowderToySDL.cpp:291: error: ‘SDL_Quit’ was not declared in this scope
  41. src/PowderToySDL.cpp: At global scope:
  42. src/PowderToySDL.cpp:296: error: expected constructor, destructor, or type conversion before ‘*’ token
  43. src/PowderToySDL.cpp: In function ‘void EngineProcess()’:
  44. src/PowderToySDL.cpp:380: error: ‘SDL_GetTicks’ was not declared in this scope
  45. src/PowderToySDL.cpp:383: error: ‘SDL_Event’ was not declared in this scope
  46. src/PowderToySDL.cpp:383: error: expected `;' before ‘event’
  47. src/PowderToySDL.cpp:387: error: ‘event’ was not declared in this scope
  48. src/PowderToySDL.cpp:388: error: ‘SDL_PollEvent’ was not declared in this scope
  49. src/PowderToySDL.cpp:392: error: ‘SDL_QUIT’ was not declared in this scope
  50. src/PowderToySDL.cpp:396: error: ‘SDL_KEYDOWN’ was not declared in this scope
  51. src/PowderToySDL.cpp:397: error: ‘KMOD_LSHIFT’ was not declared in this scope
  52. src/PowderToySDL.cpp:397: error: ‘KMOD_LCTRL’ was not declared in this scope
  53. src/PowderToySDL.cpp:397: error: ‘KMOD_LALT’ was not declared in this scope
  54. src/PowderToySDL.cpp:399: error: ‘SDL_KEYUP’ was not declared in this scope
  55. src/PowderToySDL.cpp:402: error: ‘SDL_MOUSEMOTION’ was not declared in this scope
  56. src/PowderToySDL.cpp:405: error: ‘SDL_MOUSEBUTTONDOWN’ was not declared in this scope
  57. src/PowderToySDL.cpp:406: error: ‘SDL_BUTTON_WHEELUP’ was not declared in this scope
  58. src/PowderToySDL.cpp:410: error: ‘SDL_BUTTON_WHEELDOWN’ was not declared in this scope
  59. src/PowderToySDL.cpp:419: error: ‘SDL_MOUSEBUTTONUP’ was not declared in this scope
  60. src/PowderToySDL.cpp:420: error: ‘SDL_BUTTON_WHEELUP’ was not declared in this scope
  61. src/PowderToySDL.cpp:420: error: ‘SDL_BUTTON_WHEELDOWN’ was not declared in this scope
  62. src/PowderToySDL.cpp:500: error: ‘sdl_scrn’ was not declared in this scope
  63. src/PowderToySDL.cpp:500: error: ‘SDLSetScreen’ was not declared in this scope
  64. src/PowderToySDL.cpp:520: error: ‘SDL_Delay’ was not declared in this scope
  65. src/PowderToySDL.cpp: In function ‘int GetModifiers()’:
  66. src/PowderToySDL.cpp:543: error: ‘SDL_GetModState’ was not declared in this scope
  67. src/PowderToySDL.cpp: In function ‘void BlueScreen(char*)’:
  68. src/PowderToySDL.cpp:652: error: ‘SDL_Event’ was not declared in this scope
  69. src/PowderToySDL.cpp:652: error: expected `;' before ‘event’
  70. src/PowderToySDL.cpp:655: error: ‘event’ was not declared in this scope
  71. src/PowderToySDL.cpp:655: error: ‘SDL_PollEvent’ was not declared in this scope
  72. src/PowderToySDL.cpp:656: error: ‘SDL_QUIT’ was not declared in this scope
  73. src/PowderToySDL.cpp: In function ‘int main(int, char**)’:
  74. src/PowderToySDL.cpp:749: error: ‘sdl_scrn’ was not declared in this scope
  75. src/PowderToySDL.cpp:749: error: ‘SDLSetScreen’ was not declared in this scope
  76. scons: *** [build/src/PowderToySDL.o] Error 1
  77. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment