View previous topic :: View next topic |
Author |
Message |
bus.dch n00b
Joined: 30 Nov 2005 Posts: 57
|
Posted: Wed Jan 11, 2006 9:41 am Post subject: splashutils-1.1.9.8 |
|
|
Hi, I emerged splashutils but it failed here:
Code: | CC splash.o
In file included from splash.h:144,
from splash.c:27:
ttf.h:3:22: ft2build.h: No such file or directory
ttf.h:4:30: freetype/ftoutln.h: No such file or directory
ttf.h:5:31: freetype/ttnameid.h: No such file or directory
In file included from splash.h:144,
from splash.c:27:
ttf.h:23: error: parse error before "FT_UInt"
ttf.h:23: warning: no semicolon at end of struct or union
ttf.h:24: warning: data definition has no type or storage class
ttf.h:25: error: parse error before "pixmap"
ttf.h:25: warning: data definition has no type or storage class
ttf.h:33: error: parse error before '}' token
ttf.h:33: warning: data definition has no type or storage class
ttf.h:37: error: parse error before "FT_Face"
ttf.h:37: warning: no semicolon at end of struct or union
ttf.h:57: error: parse error before '*' token
ttf.h:57: warning: data definition has no type or storage class
ttf.h:58: error: parse error before "cache"
ttf.h:58: warning: data definition has no type or storage class
ttf.h:59: error: parse error before "scratch"
ttf.h:59: warning: data definition has no type or storage class
make: *** [splash.o] Error 1
!!! ERROR: media-gfx/splashutils-1.1.9.8 failed.
!!! Function src_compile, Line 119, Exitcode 2
!!! failed to build splashutils
!!! If you need support, post the topmost build error, NOT this status message. |
Is there a hidden dependency on FreeType 2? What do I need to do to get it to install? |
|
Back to top |
|
|
rabinath n00b
Joined: 03 Jan 2006 Posts: 31 Location: Germany
|
Posted: Wed Jan 11, 2006 11:43 am Post subject: |
|
|
try to emerge media-libs/freetype. At least ft2build.h is contained in there. |
|
Back to top |
|
|
bus.dch n00b
Joined: 30 Nov 2005 Posts: 57
|
Posted: Wed Jan 11, 2006 6:39 pm Post subject: Re: FreeType |
|
|
Well, yeah, but shouldn't it be listed as a dependency so that it's emerged automatically? |
|
Back to top |
|
|
baldeante Guru
Joined: 17 Jan 2004 Posts: 498 Location: Caldas da Rainha, Portugal
|
Posted: Wed Jan 11, 2006 7:11 pm Post subject: Re: FreeType |
|
|
bus.dch wrote: | Well, yeah, but shouldn't it be listed as a dependency so that it's emerged automatically? |
Ist should be some times it doesn't i had a similar problem with kdebase a few weeks ago i had to manualy add a dependency before update kdebase or it would always break. _________________ Never Quit, Never Get Mad, Get Even |
|
Back to top |
|
|
|