Blair Zajac wrote:
[]
But the test file has a bad #include line:

#include FT_ERRORS_H

This is not a bad #include line, it is just the usual freetype/freetype2 mixup.
[]
| #include <freetype/freetype.h>
| #include FT_ERRORS_H

Both freetype and freetype2 have headers that answer to the name <freetype/freetype.h>, and they are, of course, totally incompatible. Which one of the two is chosen depends on your good or bad luck.


When the freetype2/freetype/freetype.h header file is chosen the #include line is OK, when the one from freetype is chosen, it gives the error you are seeing.

The only sane way out is "fink remove freetype". And if you have a decent X11 installation, remove the freetype2 packages, too (if fink lets you do it).

--
Martin



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to