Koen van der Drift wrote:
b
On Jan 21, 2005, at 7:11 AM, Martin Costabel wrote:
[]
I would opt for fixing the bug at its origin, namely the arbitrary incompatibility code inserted in freetype/freetype.h versions 2.1.7 and above. If we remove or comment the error code

#ifndef FT_FREETYPE_H
#error "`ft2build.h' hasn't been included yet!"
#error "Please always use macros to include FreeType header files."
#error "Example:"
#error "  #include <ft2build.h>"
#error "  #include FT_FREETYPE_H"
#endif
[]
Thanks for the explanation Martin. Let me know if I can do any testing to see if (one of) your suggestion(s) works.

What you could easily do is to edit your file
/usr/X11R6/include/freetype2/freetype/freetype.h and remove (or enclose between /* and */) the above lines that are at the beginning of the file right after the license blurb. Then try your compilation again and see if it goes through.


--
Martin




------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to