I have trouble with a "fix" that appeared somewhere between 4.3.99.15
and 4.3.99.16 (and is still present in 4.3.99.901). I've browsed the
changelogs and there was something that was supposed to "help" XFree86
build with external freetype libraries, but...  well, on my config it
did exactly the opposite, I think. "Making World" with

#define HasFreetype2 YES
#define BuildFreetype2Library NO

in my xc/config/cf/host.def fails in xc/lib/font/FreeType/ on ftfuncs.c.
Seems as those freetype include definitions used in there newer got
declared and gcc complains "#include expects "FILENAME" or <FILENAME>".

In previous releases, up to (and including) 4.3.99.14 using

#define HasFreetype2 YES
#define BuildFreetype2Library NO

allowed me to compile XFree86 using a system-wide installed
freetype2-2.1.5. But it's no longer possible. So... am I missing
something, or is it a bug?

-- 
\hoppke
http://lubuska.zapto.org/~hoppke/
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to