Opened 15 years ago
Closed 15 years ago
#1506 closed defect (invalid)
freetype-config is not used
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
./configure has a --with-freetype-config= option, but it's not actually used anywhere; indeed, the test program doesn't bother calling freetype-config at all, but merely uses the default set of include and linker paths. This is somewhat annoying, especially as it requires fiddling with CFLAGS to work around.
Change History (2)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Ugh. My grep-fu wasn't working that day. Turns out my bug was related to freetype-config itself having bad values in it, and old freetype1 header files causing test program compilation to fail.
Note:
See TracTickets
for help on using tickets.
freetype-config *is* being used in the FreeType configure check. What is your problem exactly, I cannot reproduce any issues...