-
Notifications
You must be signed in to change notification settings - Fork 29
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
snappy library not found. #12
Comments
I have the same issue in my machine as well. Were you able to solve it? |
However, it was still not able to reference |
Not able to make the application... due to json2avro/avro-c/src/codec.c:20:10: fatal error: 'snappy-c.h' file not found. Installed snappy using brew. Any other option other than manually placing the file inside source folder? |
You're probably missing a dev package, I'm not familiar with brew, but on Linux distros it would be called something like snappy-dev or snappy-devel and would have the headers necessary for compilation included. |
Works. However, it was still not able to reference snappy-c.h file, which I manually added in src. After that the make was successful. |
Attempting to compile under Cygwin, I get the following error:
This contraticts the text found under json2avro/avro-c/INSTALL:
Under Cygwin, I could not find any library with "snappy" in the name. Not sure what this library is about. If the dependency can become optional, the better. Else, please document the dependency in json2avro/avro-c/INSTALL.
The text was updated successfully, but these errors were encountered: