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

2013-10-01 Thread me.grimm
ok for reference it compiles when i do: $ sudo port install curl +universal and then find and replace sw with opt/local in the provided makefile. ... not quite sure how to build curl as a universal binary in fink so i dont have to edit the makefile/use macports. other suggestion? m On

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

2013-10-01 Thread me.grimm
osx binaries here: http://megrimm.net/software/pd-purest_json-0.14-osx-i386.zip On Fri, Sep 27, 2013 at 12:17 PM, Thomas Mayer tho...@residuum.org wrote: Hi, it may depend on the version of curl that you are using for compilation: CURL_SIZEOF_LONG is defined as 4, while sizeof(long) returns

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

2013-09-27 Thread Thomas Mayer
Hi, it may depend on the version of curl that you are using for compilation: CURL_SIZEOF_LONG is defined as 4, while sizeof(long) returns 8 on 64bit systems. This leads to CurlchkszEQ(long, CURL_SIZEOF_LONG) returning -1. This has been reported in 2008 to the curl mailing list:

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

2013-09-26 Thread me.grimm
trying a quick compile OSX 10.8 I get: In file included from /sw/include/curl/curl.h:35: /sw/include/curl/curlrules.h:143:6: error: '__curl_rule_01__' declared as an array with a negative size [CurlchkszEQ(long, CURL_SIZEOF_LONG)]; ^~~

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

2013-09-24 Thread Thomas Mayer
Hello, I am happy to announce version 0.14.0 of PuREST JSON, code name: Davo. 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 OAuth. As an example