residuum / PuRestJson

PuREST JSON is a library for connecting Puredata (Pd) to HTTP services and encoding and decoding JSON data.
ix.residuum.org/pd/purest_json.html
Other
74 stars 9 forks source link

can't create [json-decode]/[json-encode] #52

Closed umlaeute closed 5 years ago

umlaeute commented 5 years ago

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)

residuum commented 5 years ago

I am in the process of releasing a new version, but I have a problem with compilation for Windows.

umlaeute commented 5 years ago

closing this, as it was apparently fixed with 9f2d1877db88ffbc1a7e403de5fa3e207bdaed39