objecthash
objecthash copied to clipboard
Make fails on Mac (10.11)
`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.
Partially addressed by https://github.com/benlaurie/objecthash/commit/58616ff88614c9ddd5e93eba48e41ed330f07eb9#diff-04c6e90faac2675aa89e2176d2eec7d8
As soon as the build works on Mac we can add it to the operating systems Travis CI tests against in https://github.com/benlaurie/objecthash/pull/37
It does work, except for Java, which I have commented out...