Attempting to compile under Cygwin, I get the following error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
SNAPPY_LIBRARIES (ADVANCED)
linked by target "avro-shared" in directory /home/<usernaeme>/json2avro/avro-c/src
linked by target "avro-static" in directory /home/<usernaeme>/json2avro/avro-c/src
This contraticts the text found under json2avro/avro-c/INSTALL:
Avro uses CMake [1] as its build manager. You must have this installed,
along with a C compiler (such as gcc) to build the library.
Avro doesn't depend on any other libraries, but you need asciidoc [2]
and source-highlight [3] installed to build Avro's documentation. The
build scripts will automatically detect whether these tools are
installed, and will skip the documentation if they're not.
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.
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.