PuRestJson icon indicating copy to clipboard operation
PuRestJson copied to clipboard

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

Open 60-hz opened this issue 7 years ago • 3 comments

[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...)

60-hz avatar May 08 '18 07:05 60-hz

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

residuum avatar May 08 '18 08:05 residuum

OSX 10.9, PurestJson 2.4.2 deken version

60-hz avatar May 08 '18 08:05 60-hz

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 avatar May 08 '18 09:05 residuum

Should be fixed with 2.0.0

residuum avatar Nov 27 '22 21:11 residuum