Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 166536

Summary: games-rpg/adonthell-0.3.4a fails to build with FreeType 2.2
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 166028    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2007-02-12 17:55:37 UTC
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 Tristan Heaven (RETIRED) gentoo-dev 2007-02-12 21:11:44 UTC
thanks