i stumbled across the "same" thing as #51 with the Debian package (which i maintain :woman_facepalming: ) of PuRestJson.
Here the issue seems to be that json-decode and json-encode use is_error, which is an undefined symbol with json-c >=0.13 (actually it's a define in json-c/bits.h, but this file is never included by PuRestJson)
all the other objects from this library seem to work fine.
I've created a new ticket even though this might be a dupe of #51, just in case (my problem is on Debian; and Debian only switched to json-c_0.13 in mid-2018)
i stumbled across the "same" thing as #51 with the Debian package (which i maintain :woman_facepalming: ) of PuRestJson. Here the issue seems to be that
json-decode
andjson-encode
useis_error
, which is an undefined symbol with json-c >=0.13 (actually it's adefine
injson-c/bits.h
, but this file is never included by PuRestJson)all the other objects from this library seem to work fine.
I've created a new ticket even though this might be a dupe of #51, just in case (my problem is on Debian; and Debian only switched to json-c_0.13 in mid-2018)