GNU bug report logs -
#17043
24.3.50; xft isn't found on OS X 10.9.2 (Macports)
Previous Next
Reported by: Joe Corneli <j.corneli <at> gold.ac.uk>
Date: Thu, 20 Mar 2014 00:17:02 UTC
Severity: normal
Tags: notabug
Found in version 24.3.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Glenn Morris <rgm <at> gnu.org> writes:
> Please look in config.log to see what the issue might be.
I found a workaround, but the maintainer of the Xft2 port said that
it isn't correct.
"That sounds like the problem you'd get with software that is not
compatible with freetype 2.5.1 and later. The diff you proposed is not
the correct fix. Consult the freetype documentation for the proper way
to include freetype headers."
- https://trac.macports.org/ticket/42928#comment:5
My workaround patch against /usr/X11/include/ft2build.h was as below:
*** ft2build.h~ Thu Mar 20 22:13:36 2014
--- ft2build.h Thu Mar 20 22:13:46 2014
***************
*** 53,59 ****
#define __FT2_BUILD_UNIX_H__
/* `<prefix>/include/freetype2' must be in your current inclusion path */
! #include <freetype/config/ftheader.h>
#endif /* __FT2_BUILD_UNIX_H__ */
--- 53,59 ----
#define __FT2_BUILD_UNIX_H__
/* `<prefix>/include/freetype2' must be in your current inclusion path */
! #include <freetype2/config/ftheader.h>
#endif /* __FT2_BUILD_UNIX_H__ */
--
Sent with my mu4e
This bug report was last modified 11 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.