I'm having problems when trying to build it on Windows 10 x64.
My environ is
MingGW 3.20
CMake 3.3.0
libzip-1.0.1
What I did was download the project in libzip site, open to CLion IDE (last version) and try to compile.
The entire build process with errors, can be found in the link. http://pastebin.com/KTPtm5z3
A number of undeclared variables appears as error:
error: 'EOPNOTSUPP' undeclared (first use in this function)
What is causing this problem and why ?
I can compile the library version libzip without any problem in this repository mirror repo libzip v0.9, but I want to the latest version of libzip.