GNOME Bugzilla – Bug 632190
test cases do not compile with glib versions < 2.20
Last modified: 2012-03-13 22:08:20 UTC
Requirement for json-glib-0.12.0 is glib >= 2.0.0. I'm using glib-2.18.1 and the code itself compiles well, however compiling of test cases fails at parser-test.c with error: parser-test.c:676: undefined reference to `g_assert_error' Further investigation has shown that "g_assert_error" only became available since glib-2.20.
Thanks, fixed in json-glib-0-12; for master, I'll simply bump up the requirement.
[Fixing Default QA assignee for json-glib - see 613232#c1. Sorry for bugmail noise.]