[HarfBuzz] pangocairo on Mac: transformation matrix and fontsize
Khaled Hosny
khaledhosny at eglug.org
Thu Dec 6 21:09:05 PST 2012
On Fri, Dec 07, 2012 at 11:06:51AM +0700, Martin Hosken wrote:
>
> Could you explain why you think that linking against libgraphite2 is
> non-portable? Perhaps you could remove this warning? Graphite2 builds
> in all environments that TeX Live and Firefox do. And we would be more
> than happy to ensure that Graphite builds in all contexts that
> harfbuzz does.
The warning comes from libtool, I also get it when linking XeTeX with
system harfbuzz and graphite2. I don’t have the slightest idea what it
means, but it seems to be caused by this line in libgraphit2.la:
# Should we warn about portability when linking against -modules?
shouldnotlink=yes
Which is, apparently, generated by this line in Graphite.cmake:
GET_TARGET_PROPERTY_WITH_DEFAULT(_target_shouldnotlink ${_target} LT_SHOULDNOTLINK yes)
libharfbuzz.la, in contrast, have it set to no.
Regards,
Khaled
More information about the HarfBuzz
mailing list