ftfuncs.c
Russell Shaw
rjshaw at netspace.net.au
Thu Aug 17 23:34:37 PDT 2006
Alan James Caruana wrote:
> I was trying to compile X11R7.0 and it stopped at a file called ftfuncs.c.
> The error it gave was that #include expects to be followed by <filename>
> or "filename".
> I found the line where it gave the error, which reads like this:
>
> #include FT_INTERNAL_TRUETYPE_TYPES_H
> #include FT_TRUETYPE_TAGS_H
> #include FT_INTERNAL_SFNT_H
>
> I tried searching for the definitions of all three of them throughout
> the whole system, but they dont seem to show up anywhere. What am I doing wrong?
Xorg did bad things and used freetype internal headers, but you probably don't
have the old freetype on your system. Install libXfont which doesn't use the
internal headers:
http://xorg.freedesktop.org/releases/individual/lib/libXfont-1.2.0.tar.bz2
More information about the xorg
mailing list