Skip to content

Instantly share code, notes, and snippets.

@cpb
Created October 29, 2018 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpb/d4a36737a8c48872af4c696bfb6fc985 to your computer and use it in GitHub Desktop.
Save cpb/d4a36737a8c48872af4c696bfb6fc985 to your computer and use it in GitHub Desktop.
compiling ../../../../ext/sdl/sge/sge_bm_text.cpp
../../../../ext/sdl/sge/sge_bm_text.cpp:54:3: error: use of undeclared identifier 'SDL_assert'
SDL_assert(0 && "sge_BF_CreateFont");
^
../../../../ext/sdl/sge/sge_bm_text.cpp:68:4: error: use of undeclared identifier 'SDL_SetPaletteColors'
SDL_SetPaletteColors(tmp->format->palette, c, 0, 2);
^
../../../../ext/sdl/sge/sge_bm_text.cpp:387:3: error: use of undeclared identifier 'SDL_SetPaletteColors'
SDL_SetPaletteColors(font->FontSurface->format->palette, c, 0, 2);
^
../../../../ext/sdl/sge/sge_bm_text.cpp:397:2: error: use of undeclared identifier 'SDL_SetSurfaceAlphaMod'
SDL_SetSurfaceAlphaMod(font->FontSurface, alpha);
^
4 errors generated.
make: *** [sge_bm_text.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment