Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Hello Thomas, I find a solution (even it is not recommanded. Is it ?). See my last mail on this list. I never use debootstrap to compile on Linux, that's why i was looking for a solution via deken and then with apt. Thanks for your help and for purest_json. ++ Jack Le 18/10/2017 à 16:45,

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Thanks a lot Claude, it works fine now ! Here what i did (after installing dependencies for purest_json, except puredata-core) : $ sudo apt-get --no-install-recommends install puredata-core $ sudo apt install pd-purest-json And then in Pd : [declare -path /usr/lib/pd/extra/purest_json] Now, Pd

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Thomas Mayer
Hi, IOhannes m zmoelnig schrieb am 18.10.2017 12:36: >> Le 17/10/2017 à 23:03, Thomas Mayer a écrit : Oops, yes, that is the source of the problem. The package is called libjson-c2. >>> >>> And in current distributions it is superseded by libjson-c3. > > hmm, this is inaccurate, or at

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Claude Heiland-Allen
Hi, On 18/10/17 14:45, Jack wrote: > Or, maybe, i can install puredata-core without deps. In this case, how i > can do that ? you can't install without deps, but you can install without recommends: $ man apt-get /recommends gives: --no-install-recommends Do not consider

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Hello Claude, Thanks for these explanations. So according to : $ apt-cache show pd-purest-json | grep -e ^Depends -e ^Recommends pd-purest-json only depends on : - libc6 - libcurl3-gnutls - libjson-c3 - liboauth0 - puredata-core or pd On my system, pd is in /usr/local and sources are in my

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Claude Heiland-Allen
On 18/10/17 12:07, Jack wrote: > Le 18/10/2017 à 12:36, IOhannes m zmoelnig a écrit : >> deken is not really meant for such use cases at all. >> >> however, other package management systems do provide means to track ABI >> changes in libraries. e.g. "apt", the Debian package manager. >> so if you

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Hello Johannes, I keep this topic for the list since it is related to purest_json... Le 18/10/2017 à 12:36, IOhannes m zmoelnig a écrit : >> Le 17/10/2017 à 23:03, Thomas Mayer a écrit : Oops, yes, that is the source of the problem. The package is called libjson-c2. >>> >>> And in

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread IOhannes m zmoelnig
> Le 17/10/2017 à 23:03, Thomas Mayer a écrit : >>> Oops, yes, that is the source of the problem. The package is >>> called libjson-c2. >> >> And in current distributions it is superseded by libjson-c3. hmm, this is inaccurate, or at least it misses some information. the package has been renamed

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Hello Thomas, Thanks for the info, libcurl3, liboauth0 and libjson-c3 are now installed. But, I am still unlucky with deken install, I get nothing after [declare -stdpath purest_json -stdlib purest_json] and [json-decode] : json-decode ... couldn't create In verbose mode I get : ... tried

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-17 Thread Thomas Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 17.10.2017 22:55, Thomas Mayer wrote: > Hi, > > On 16.10.2017 22:50, Jack wrote: >> Hello Johannes, > >> Thank you, but even with [declare -stdpath purest_json -stdlib >> purest_json] it doesn't work. > >> libjson0 doesn't exist anymore on

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-17 Thread Thomas Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, On 16.10.2017 22:50, Jack wrote: > Hello Johannes, > > Thank you, but even with [declare -stdpath purest_json -stdlib > purest_json] it doesn't work. > > libjson0 doesn't exist anymore on the official repository for > Ubuntu 17.10 and

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-16 Thread Jack
Hello Johannes, Thank you, but even with [declare -stdpath purest_json -stdlib purest_json] it doesn't work. libjson0 doesn't exist anymore on the official repository for Ubuntu 17.10 and according to the doc of purest_json, libcurl3 liboauth0 libjson0 are needed. Maybe the source of the problem

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-16 Thread IOhannes m zmölnig
On 10/16/2017 07:32 PM, Jack wrote: > [declare -stdlib purest_json] return nothing in the Pd console. if you haven't loaded the "libdir" loader, you might need to add [declare -stdpath purest_json] as well. dasmr IOhannes signature.asc Description: OpenPGP digital signature

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-16 Thread Jack
Hello Thomas, I just installed purest_json via deken but I can't create [json-decode]. [declare -stdlib purest_json] return nothing in the Pd console. My configuation : Pd version 0.48.0-test5 Ubuntu 17.10 Any clue ? Thanx. ++ Jack Le 03/01/2017 à 14:04, Thomas Mayer a écrit : > Hello, > >

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-01-03 Thread José Luis Santorcuato Tapia
OMG...Cool, webservices!!! Thanks! José El 3 ene. 2017 10:15 AM, "Thomas Mayer" escribió: > Hello, > > I am happy to announce the release of PuREST JSON 1.4.2, code name: > Argo in shipyard. > > This release is a minor update and contains changes to the build scripts > and

[PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-01-03 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 1.4.2, code name: Argo in shipyard. This release is a minor update and contains changes to the build scripts and documentation. This version also has a Mac OS X release available via deken. PuREST JSON is a library for working with