benlaurie / objecthash

A way to cryptographically hash objects (in the JSON-ish sense) that works cross-language. And, therefore, cross-encoding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make fails on Mac (10.11)

philallen117 opened this issue · comments

`objecthash.c:2:10: fatal error: 'json-c/json.h' file not found

include <json-c/json.h>

     ^

1 error generated.
make: *** [libobjecthash.so] Error 1`

Cannot see anything in Makefile that would fetch this dependency.

+1 I had a bad time trying to get Make to work on OS X. I never did get it to work and had to comment out all of the C compilation from the Makefile.

Instructions (+1 for getting dependencies with homebrew) would be awesome.

As soon as the build works on Mac we can add it to the operating systems Travis CI tests against in #37

It does work, except for Java, which I have commented out...