On 12-12-10 01:24 AM, John Ralls wrote: > On Dec 9, 2012, at 4:09 PM, Behdad Esfahbod <[email protected]> wrote: > >> On 12-12-07 07:54 PM, John Ralls wrote: >> >>> The next problem, which I haven't worked around yet (time to go make >>> dinner) is in hb-ot-layout-common-private.hh, where g++ complains that >>> OT::CoverageFormat1::Iter and OT::CoverageFormat2::Iter are private in the >>> context of the union at line 645. >> >> We we fixed that a few weeks ago. Please retry. > > It did seem familiar, but I couldn't find the changeset and I built against > master, so it should be current.
Humm. Can you attach a patch? I'm not sure what exactly to chane. > On Dec 9, 2012, at 9:08 PM, Behdad Esfahbod <[email protected]> wrote: > >> Ok, looks like something like this should work then: >> >> if (sizeof (void *) == 4) >> OSAtomicCompareAndSwap32 (...) >> else >> OSAtomicCompareAndSwap64 (...) >> >> I'll give it a try. Is 10.4 the earliest you want to support? > > That's the current Gtk policy AFAIU, and that was Ryan's complaint. Right, my bad. > On Dec 9, 2012, at 10:00 PM, Behdad Esfahbod <[email protected]> wrote: > >> Ok, I pushed something out. Please see if you can fix it for iOS. > > iOS? Who's using Pango on iOS? Not Pango, but I know people have compiled HarfBuzz for all kinds of platforms... b > Anyway, I'll pull and build tomorrow morning. > > Regards, > John Ralls > > -- behdad http://behdad.org/ _______________________________________________ gtk-i18n-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-i18n-list
