Re: Cannot compile latest snapshot

Matt Busigin <[email protected]> Tue, 15 Aug 2006 16:45:26 -0400
Newsgroups gmane.comp.emulators.winex.devel
Message-ID <[email protected]>
On Tuesday 15 August 2006 13:41, Mathias Brodala wrote:
> Hello.
>
> Today I did checkout the latest CVS snapshot of WineX and tried to compile
> it. But I got no luck. Neither with gcc-4.x nor with gcc-3.x can I compile
> it. Using the latter I get
>
> the following errors:
> > freetype.c: In function `WineEngGetFontData':
> > freetype.c:3394: error: `TT_Face' undeclared (first use in this function)
> > freetype.c:3394: error: (Each undeclared identifier is reported only once
> > freetype.c:3394: error: for each function it appears in.)
> > freetype.c:3394: error: syntax error before "tt_face"
> > freetype.c:3395: error: `SFNT_Interface' undeclared (first use in this
> > function) freetype.c:3395: error: `sfnt' undeclared (first use in this
> > function) freetype.c:3424: error: `tt_face' undeclared (first use in this
> > function) freetype.c:3424: error: syntax error before "ft_face"
> > freetype.c:3425: error: syntax error before ')' token
>
> What should I do?
>
>
> Regards, Mathias


Mathias,

TT_Face is defined in freetype's tttypes.h file -- it sounds like you don't
have the freetype development packages installed.  On Debian based
systems, it's called libfreetype6-dev.


Regards,
Matt