Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- scons --release --sse2 --nofft --macosx
- scons: Reading SConscript files ...
- scons: done reading SConscript files.
- scons: Building targets ...
- 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
- src/PowderToySDL.cpp:6:17: error: SDL.h: No such file or directory
- In file included from src/PowderToySDL.cpp:41:
- src/gui/interface/Keys.h:3:17: error: SDL.h: No such file or directory
- src/PowderToySDL.cpp:60: error: expected constructor, destructor, or type conversion before ‘*’ token
- src/PowderToySDL.cpp: In function ‘void blit(pixel*)’:
- src/PowderToySDL.cpp:145: error: ‘sdl_scrn’ was not declared in this scope
- src/PowderToySDL.cpp:150: error: ‘SDL_MUSTLOCK’ was not declared in this scope
- src/PowderToySDL.cpp:151: error: ‘SDL_LockSurface’ was not declared in this scope
- src/PowderToySDL.cpp:154: error: ‘SDL_MapRGB’ was not declared in this scope
- src/PowderToySDL.cpp:159: error: ‘SDL_PixelFormat’ was not declared in this scope
- src/PowderToySDL.cpp:159: error: ‘fmt’ was not declared in this scope
- src/PowderToySDL.cpp:182: error: ‘SDL_MUSTLOCK’ was not declared in this scope
- src/PowderToySDL.cpp:183: error: ‘SDL_UnlockSurface’ was not declared in this scope
- src/PowderToySDL.cpp:184: error: ‘SDL_UpdateRect’ was not declared in this scope
- src/PowderToySDL.cpp: In function ‘void blit2(pixel*, int)’:
- src/PowderToySDL.cpp:189: error: ‘sdl_scrn’ was not declared in this scope
- src/PowderToySDL.cpp:195: error: ‘SDL_MUSTLOCK’ was not declared in this scope
- src/PowderToySDL.cpp:196: error: ‘SDL_LockSurface’ was not declared in this scope
- src/PowderToySDL.cpp:199: error: ‘SDL_MapRGB’ was not declared in this scope
- src/PowderToySDL.cpp:203: error: ‘SDL_PixelFormat’ was not declared in this scope
- src/PowderToySDL.cpp:203: error: ‘fmt’ was not declared in this scope
- src/PowderToySDL.cpp:238: error: ‘SDL_MUSTLOCK’ was not declared in this scope
- src/PowderToySDL.cpp:239: error: ‘SDL_UnlockSurface’ was not declared in this scope
- src/PowderToySDL.cpp:240: error: ‘SDL_UpdateRect’ was not declared in this scope
- src/PowderToySDL.cpp: In function ‘int SDLOpen()’:
- src/PowderToySDL.cpp:247: error: ‘SDL_Surface’ was not declared in this scope
- src/PowderToySDL.cpp:247: error: ‘surface’ was not declared in this scope
- src/PowderToySDL.cpp:251: error: ‘SDL_INIT_VIDEO’ was not declared in this scope
- src/PowderToySDL.cpp:251: error: ‘SDL_Init’ was not declared in this scope
- src/PowderToySDL.cpp:253: error: ‘SDL_GetError’ was not declared in this scope
- src/PowderToySDL.cpp:256: error: expected initializer before ‘*’ token
- src/PowderToySDL.cpp:257: error: ‘vidInfo’ was not declared in this scope
- src/PowderToySDL.cpp:259: error: ‘SDL_EnableUNICODE’ was not declared in this scope
- src/PowderToySDL.cpp:289: error: ‘SDL_WM_SetCaption’ was not declared in this scope
- src/PowderToySDL.cpp:291: error: ‘SDL_Quit’ was not declared in this scope
- src/PowderToySDL.cpp: At global scope:
- src/PowderToySDL.cpp:296: error: expected constructor, destructor, or type conversion before ‘*’ token
- src/PowderToySDL.cpp: In function ‘void EngineProcess()’:
- src/PowderToySDL.cpp:380: error: ‘SDL_GetTicks’ was not declared in this scope
- src/PowderToySDL.cpp:383: error: ‘SDL_Event’ was not declared in this scope
- src/PowderToySDL.cpp:383: error: expected `;' before ‘event’
- src/PowderToySDL.cpp:387: error: ‘event’ was not declared in this scope
- src/PowderToySDL.cpp:388: error: ‘SDL_PollEvent’ was not declared in this scope
- src/PowderToySDL.cpp:392: error: ‘SDL_QUIT’ was not declared in this scope
- src/PowderToySDL.cpp:396: error: ‘SDL_KEYDOWN’ was not declared in this scope
- src/PowderToySDL.cpp:397: error: ‘KMOD_LSHIFT’ was not declared in this scope
- src/PowderToySDL.cpp:397: error: ‘KMOD_LCTRL’ was not declared in this scope
- src/PowderToySDL.cpp:397: error: ‘KMOD_LALT’ was not declared in this scope
- src/PowderToySDL.cpp:399: error: ‘SDL_KEYUP’ was not declared in this scope
- src/PowderToySDL.cpp:402: error: ‘SDL_MOUSEMOTION’ was not declared in this scope
- src/PowderToySDL.cpp:405: error: ‘SDL_MOUSEBUTTONDOWN’ was not declared in this scope
- src/PowderToySDL.cpp:406: error: ‘SDL_BUTTON_WHEELUP’ was not declared in this scope
- src/PowderToySDL.cpp:410: error: ‘SDL_BUTTON_WHEELDOWN’ was not declared in this scope
- src/PowderToySDL.cpp:419: error: ‘SDL_MOUSEBUTTONUP’ was not declared in this scope
- src/PowderToySDL.cpp:420: error: ‘SDL_BUTTON_WHEELUP’ was not declared in this scope
- src/PowderToySDL.cpp:420: error: ‘SDL_BUTTON_WHEELDOWN’ was not declared in this scope
- src/PowderToySDL.cpp:500: error: ‘sdl_scrn’ was not declared in this scope
- src/PowderToySDL.cpp:500: error: ‘SDLSetScreen’ was not declared in this scope
- src/PowderToySDL.cpp:520: error: ‘SDL_Delay’ was not declared in this scope
- src/PowderToySDL.cpp: In function ‘int GetModifiers()’:
- src/PowderToySDL.cpp:543: error: ‘SDL_GetModState’ was not declared in this scope
- src/PowderToySDL.cpp: In function ‘void BlueScreen(char*)’:
- src/PowderToySDL.cpp:652: error: ‘SDL_Event’ was not declared in this scope
- src/PowderToySDL.cpp:652: error: expected `;' before ‘event’
- src/PowderToySDL.cpp:655: error: ‘event’ was not declared in this scope
- src/PowderToySDL.cpp:655: error: ‘SDL_PollEvent’ was not declared in this scope
- src/PowderToySDL.cpp:656: error: ‘SDL_QUIT’ was not declared in this scope
- src/PowderToySDL.cpp: In function ‘int main(int, char**)’:
- src/PowderToySDL.cpp:749: error: ‘sdl_scrn’ was not declared in this scope
- src/PowderToySDL.cpp:749: error: ‘SDLSetScreen’ was not declared in this scope
- scons: *** [build/src/PowderToySDL.o] Error 1
- scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment