On Fri, May 16, 2014 at 9:59 AM, Laurent Desnogues <laurent.desnog...@gmail.com> wrote: > > just noticed the use of some too recent glib features: g_strcmp0 > and GSequence related ones.
There is a patch upstream that removes g_sequence_lookup, which was not linking on one platform. I haven't seen any other reports of breakage. g_strcmp would be trivial to replace, of course. thanks! Mike