make: "zsdl.h:7:10: fatal error: SDL/SDL_ttf.h: No such file or directory"
Status: Beta
Brought to you by:
freaknigh
~/zod_engine/zod_src $ make
g++ -c -gsdl-config --cflags-D DISABLE_OPENGL -D DISABLE_REGCHECK main.cpp
In file included from main.cpp:20:
zsdl.h:7:10: fatal error: SDL/SDL_ttf.h: No such file or directory
7 | #include <sdl sdl_ttf.h="">
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:34: main.o] Error 1</sdl>
Looks like I need to install some dependency?
Solved by
emerge -a media-libs/sdl-ttf