On Fri, 2010-11-19 at 15:17 -0600, [email protected] wrote: > I'm using the JSON parser that comes with Clutter 1.2.8 to parse and > generate strings that are part of a messaging > protocol that my application uses and I've run accross two issues so > far.
do not use the internal JSON parser, use JSON-GLib instead. Clutter ≥ 1.0 can (and should) depend on the system copy of JSON-GLib. Clutter 1.4 requires an explicit override for using the internal fallback code. Clutter 1.6 will remove the internal fallback entirely. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
