Re: [PD] [PD-announce] PuREST JSON 0.15.0 released

2013-12-03 Thread Thomas Mayer
Hi, your build system (Fink?) probably does not have json-c 0.11, but the old version 0.10. In that case, use the branch json-c-0.10 for building: https://github.com/residuum/PuRestJson/tree/json-c-0.10 The head of this branch is in the same state as master without the switch to json-c 0.11,

Re: [PD] [PD-announce] PuREST JSON 0.15.0 released

2013-12-03 Thread me.grimm
got it. ok compiled fine with one warning: 1 warning generated. json-encode.c:318:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(file, json_string); all objects create but oauth i get: oauth ... couldn't create

Re: [PD] [PD-announce] PuREST JSON 0.15.0 released

2013-12-03 Thread Thomas Mayer
Hi, On 03.12.2013 22:11, me.grimm wrote: got it. ok compiled fine with one warning: 1 warning generated. json-encode.c:318:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(file, json_string); With gcc on Linux this

Re: [PD] [PD-announce] PuREST JSON 0.15.0 released

2013-12-02 Thread me.grimm
on osx im getting: ld: library not found for -ljson-c ideas? i didn't get this prior to recent pull of you 0.15 m On Tue, Nov 12, 2013 at 5:00 PM, Thomas Mayer tho...@residuum.org wrote: Hello, I am happy to announce version 0.15.0 of PuREST JSON, code name: The API they are a-changing.

[PD] [PD-announce] PuREST JSON 0.15.0 released

2013-11-12 Thread Thomas Mayer
Hello, I am happy to announce version 0.15.0 of PuREST JSON, code name: The API they are a-changing. PuREST JSON is a library for working with RESTful HTTP webservices, and JSON data. Authentication and authorization for webservices are available with basic HTTP auth, cookie authentication, and