Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fails on Mac (10.11) #16

Open
philallen117 opened this issue May 9, 2016 · 4 comments
Open

Make fails on Mac (10.11) #16

philallen117 opened this issue May 9, 2016 · 4 comments

Comments

@philallen117
Copy link

`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.

@grempe
Copy link
Contributor

grempe commented Aug 9, 2016

+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.

@benlaurie
Copy link
Owner

Partially addressed by 58616ff#diff-04c6e90faac2675aa89e2176d2eec7d8

@tarcieri
Copy link
Contributor

tarcieri commented Nov 9, 2017

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

@benlaurie
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants