After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632190 - test cases do not compile with glib versions < 2.20
test cases do not compile with glib versions < 2.20
Status: RESOLVED FIXED
Product: json-glib
Classification: Core
Component: Core
0.12.x
Other Linux
: Normal normal
: ---
Assigned To: json-glib-maint
json-glib-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-15 05:23 UTC by Dmitri Toubelis
Modified: 2012-03-13 22:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dmitri Toubelis 2010-10-15 05:23:03 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.
Comment 1 Emmanuele Bassi (:ebassi) 2011-01-10 11:29:20 UTC
Thanks, fixed in json-glib-0-12; for master, I'll simply bump up the requirement.
Comment 2 André Klapper 2012-03-13 22:08:20 UTC
[Fixing Default QA assignee for json-glib - see 613232#c1. Sorry for bugmail noise.]