I tried to compile the C++ part under Windows, with Visual C++ 2015 compiler.
I followed the "cmake steps" as suggested in src/main/cpp/CMakelists.txt.
One symbol is not defined in bindings.cpp with Visual Studio compilers : strcasecmp.
I added a few lines (specific for VS compiler) to define it:
#define strcasecmp _stricmp
I tried to compile the C++ part under Windows, with Visual C++ 2015 compiler. I followed the "cmake steps" as suggested in src/main/cpp/CMakelists.txt. One symbol is not defined in bindings.cpp with Visual Studio compilers : strcasecmp.
I added a few lines (specific for VS compiler) to define it:
#define strcasecmp _stricmp
Attached is "git --diff" patch
strcasecmp.zip