Bug 166536 - games-rpg/adonthell-0.3.4a fails to build with FreeType 2.2
Bug#: 166536 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: flameeyes@gentoo.org
Component: Games
URL: 
Summary: games-rpg/adonthell-0.3.4a fails to build with FreeType 2.2
Keywords:  
Status Whiteboard: 
Opened: 2007-02-12 17:55 0000
Description:   Opened: 2007-02-12 17:55 0000
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -DOGG_MUSIC
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
-I/var/tmp/portage/games-rpg/adonthell-0.3.4a/temp/include
-I/usr/include/python2.4 -I/usr/include/freetype2   -O2 -pipe -c SDL_ttf.c
SDL_ttf.c:46:10: error: #include expects "FILENAME" or <FILENAME>
SDL_ttf.c: In function 'TTF_OpenFontIndexRW':
SDL_ttf.c:273: error: dereferencing pointer to incomplete type
make[3]: *** [SDL_ttf.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/games-rpg/adonthell-0.3.4a/work/adonthell-0.3.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/games-rpg/adonthell-0.3.4a/work/adonthell-0.3.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/games-rpg/adonthell-0.3.4a/work/adonthell-0.3.4'
make: *** [all] Error 2

Also here it seems to be an internal copy of SDL_ttf and should be fixed by
using the external version.

------- Comment #1 From Tristan Heaven 2007-02-12 21:11:44 0000 -------
thanks