On 09/08/2012 02:07 PM, John Ralls wrote: > > On Sep 8, 2012, at 1:08 AM, Ryan Schmidt <[email protected]> wrote: > >> Hello, I'm the maintainer of pango in MacPorts. I'm trying to update our >> development-version port, pango-devel, to the new 1.31 branch. I got ports >> created for graphite2 and harfbuzz (to get past the errors shown here: >> https://mail.gnome.org/archives/gtk-i18n-list/2012-August/msg00009.html), >> but now the problem with 1.31.0 or 1.31.1 is this error: >> >> >> In file included from pangocairo-coretextfont.c:32: >> ./pangocairo-coretext.h:28:10: fatal error: 'cairo-quartz.h' file not found >> #include <cairo-quartz.h> >> ^ >> 1 error generated. >> >> >> I have cairo installed for X11 support only, not Quartz; this was always >> fine before, and is the default way cairo has been installed in MacPorts for >> years. Is this a regression in the new pango that will yet be corrected, or >> is it no longer supported to use pango on OS X with cairo without Quartz >> support? > > An inadvertent oversight in replacing ATSUI with CoreText, I expect. > > Behdad, I propose adding a test for Cairo-Quartz to configure.in's > HAVE_CORE_TEXT. Is that OK with you?
The test is already there. It was an oversight in the Makefile. Pushed out a fix. I'll leave it to Matthias to roll a release. There's no other changes since the release last week though... behdad > Regards, > John Ralls > > _______________________________________________ > gtk-i18n-list mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/gtk-i18n-list > _______________________________________________ gtk-i18n-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-i18n-list
