-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
+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 58616ff#diff-04c6e90faac2675aa89e2176d2eec7d8 |
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... |
`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.
The text was updated successfully, but these errors were encountered: