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. 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. 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? Anyway, I'll pull and build tomorrow morning. Regards, John Ralls _______________________________________________ gtk-i18n-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-i18n-list
