What's new

I'm getting an error trying to compile the source

s-tone

New member
Code:
blight_input/SDL_ttf.c:51:38: error: freetype/internal/ftobjs.h: No such file or directory
blight_input/SDL_ttf.c: In function ‘TTF_OpenFontIndexRW’:
blight_input/SDL_ttf.c:278: error: dereferencing pointer to incomplete type
make: *** [blight_input/SDL_ttf.o] Error 1

This is on Fedora 8 and SDL_ttf-devel is installed. Any idea?
 

Richard42

Emulator Developer
I assume you're trying to build Mupen 0.5? You can fix the makefile by removing the dependency on SDL_ttf.c, or you can download the source for Mupen64-amd64 v1.1, which has reworked makefiles and quite a few fixes, in this thread.
 

Top