0_0_11113074_16286.cpp:3:21: SDL/SDL.h: No such file or directory
0_0_11113074_16286.cpp:4:25: SDL/SDL_ttf.h: No such file or directory
0_0_11113074_16286.cpp: In function `int main(int, char**)':
0_0_11113074_16286.cpp:9: error: `TTF_Font' undeclared (first use this function)
0_0_11113074_16286.cpp:9: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11113074_16286.cpp:9: error: `font' undeclared (first use this function)
0_0_11113074_16286.cpp:10: error: `SDL_Surface' undeclared (first use this function)
0_0_11113074_16286.cpp:10: error: `text' undeclared (first use this function)
0_0_11113074_16286.cpp:10: error: `temp' undeclared (first use this function)
0_0_11113074_16286.cpp:13: error: `TTF_Init' undeclared (first use this function)
0_0_11113074_16286.cpp:14: error: `stderr' undeclared (first use this function)
0_0_11113074_16286.cpp:14: error: `SDL_GetError' undeclared (first use this function)
0_0_11113074_16286.cpp:14: error: `fprintf' undeclared (first use this function)
0_0_11113074_16286.cpp:15: error: `SDL_Quit' undeclared (first use this function)
0_0_11113074_16286.cpp:20: error: `TTF_OpenFont' undeclared (first use this function)
0_0_11113074_16286.cpp:32: error: `SDL_Color' undeclared (first use this function)
0_0_11113074_16286.cpp:32: error: expected `;' before "forecol"
0_0_11113074_16286.cpp:34: error: `forecol' undeclared (first use this function)
0_0_11113074_16286.cpp:34: error: `TTF_RenderUTF8_Solid' undeclared (first use this function)
0_0_11113074_16286.cpp:38: error: `SDL_SaveBMP' undeclared (first use this function)
0_0_11113074_16286.cpp:43: error: `SDL_FreeSurface' undeclared (first use this function)
0_0_11113074_16286.cpp:44: error: `TTF_CloseFont' undeclared (first use this function)
0_0_11113074_16286.cpp:45: error: `TTF_Quit' undeclared (first use this function)
|