Attachments (1)
Change History (8)
comment:1 by , 20 years ago
Milestone: | future → 5.1 |
---|
comment:2 by , 20 years ago
comment:3 by , 20 years ago
Cc: | added |
---|
comment:5 by , 20 years ago
The freetype developers deliberately added that to force dependent packages to rectify how they include freetype headers. I don't think we should reverse that.
by , 20 years ago
Attachment: | gnome-print-0.37-ft217-fixes.patch added |
---|
Fix for compile issue with FT 2.1.7
comment:6 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Looking at freetype.h, we have:
#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
If we just removed this or commented it out and added #include <ft2build.h>
when freetype is installed, it would fix the problem for all the packages that use it. Any objections?