I was trying to compile X11R7.0 and it stopped at a file called ftfuncs.c.<br>The error it gave was that #include expects to be followed by <filename> or "filename".<br>I found the line where it gave the error, which reads like this:
<br><br>#include FT_INTERNAL_TRUETYPE_TYPES_H<br>#include FT_TRUETYPE_TAGS_H<br>#include FT_INTERNAL_SFNT_H<br><br>I tried searching for the definitions of all three of them throughout the whole system,<br>but they dont seem to show up anywhere. What am I doing wrong?
<br><br>Regards<br>Alan J Caruana<br>