Andrew Patterson
Andrew Patterson
Compiling 1.69 with VS2019's v142 toolset & arguments /std:c++17 /permissive- I get the following: [...]boost\include\boost\geometry\index\detail\rtree\pack_create.hpp(80,1): warning C4457: declaration of 'median' hides function parameter followed by several pages of further complaints....
I'm trying build minizip with a locally built zlib because my circumstances don't allow for an internet connection while building minizip. Minizip will basically only look for zlib with `find_package`...
If you use `-DCMAKE_INSTALL_PREFIX=[some folder]` when generating the build files, and then use `--target install`, you get a badly formed output folder. The DLL is the easiest one to fix....
Platform: Windows (but compiling for Android with git-bash) Compiler: clang++ w/Ninja via CMake Versions: minizip-ng 4.0.9 and zlib-ng 2.2.4 I've been updating our build system to use zlib-ng & minizip-ng...
* Removed extra 'minizip' or 'minzip-ng' from inherited include path in cmake package * Added missing 'crypt.h' (from 'compat/crypt.h') when installing after building with MZ_COMPAT Resolves #861
Hello! I'm afraid I'm back with another zlib-ng for iOS build issue. Last time you helped me see that we had to build zlib-ng for each architecture separately, whereas other...