PDA

View Full Version : I'm getting an error trying to compile the source



s-tone
December 23rd, 2007, 20:12
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
December 23rd, 2007, 23:11
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 (http://www.emutalk.net/showthread.php?t=42770).

s-tone
December 26th, 2007, 05:48
Thanks. When I saw that I thought it was only for 64 bit.