Jean-François Mertens wrote:

[]
Probably the configure script checks directly for freetype/freetype.h,
and gets (with xorg) an error msg that one should include ft2build.h ...

Yes, it seems the freetype guys solved the compatibility problem with freetype1 that came from the standard ambiguous <freetype/freetype.h> include by making freetype2 incompatible with itself. These guys are truely crazy.


The freetype/freetype.h header that throws the error because ft2build.h was not included before actually has

#include <ft2build.h>

some lines later. So the error is only there to annoy us, it has no other function. Maybe we should just shoot them.

--
Martin







-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to