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

[oauth] and [json] don't create on some systems #49

Closed 60-hz closed 1 year ago

60-hz commented 6 years ago

[oauth] and [json] are only working in 64bit pure data. Would be nice to be able to load them on a 32bit puredata instance as well so they can be usable along with many old libraries pd (gem etc...)

residuum commented 6 years ago

Which OS are you referring to? Where did you download it? Which version?

60-hz commented 6 years ago

OSX 10.9, PurestJson 2.4.2 deken version

residuum commented 6 years ago

This is related to the build script, because the build script downloads and installs dependencies via homebrew, and not all libraries are available with 32 bit (see https://travis-ci.org/residuum/PuRestJson/jobs/372793900 lines 2363ff).

Maybe you could assist in creating universal packages for json-c and liboauth, as these are the culprits here.

It looks like Homebrew is dropping 32 bit support. Do you have any other idea on how to get the dependencies and include them for OS X?

residuum commented 1 year ago

Should be fixed with 2.0.0