You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2023. It is now read-only.
i stumbled across the "same" thing as #51 with the Debian package (which i maintain 🤦♀️ ) 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)
The text was updated successfully, but these errors were encountered:
i stumbled across the "same" thing as #51 with the Debian package (which i maintain 🤦♀️ ) 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)
The text was updated successfully, but these errors were encountered: