vtorri

Results 80 issues of vtorri

I'm cross compiling libarchive, targetting Windows and I have the following error: ``` -- Performing Test ZLIB_WINAPI CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables...

in CMakeLists.txt line 297, __USE_MINGW_ANSI_STDIO is defined. But maybe it would be better to set it to the wanted value rather than using a default behavior that might (and already...

From the autoconf doc https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/autoconf.html the following macros are obsolecent * AC_FUNC_MEMCMP * AC_HEADER_STDC * AC_C_CONST

everything in the title

Hello meson has some advantages over cmake: * a bit faster * a lot nicer syntax, close to python * better and simpler cross platform support * Windows support is...

enhancement

just for your information, i've added samurai to OpenIndiana package system: https://github.com/OpenIndiana/oi-userland/commit/d0180f1e322c8c793388dd2b98eb3fc530e86f0c

See its [man page](https://docs.oracle.com/cd/E36784_01/html/E36874/getloadavg-3c.html) so something like this in build.c ``` #ifdef __sun #include #endif ```

Hello @madler would you accept that the meson build system be added to zlib. That would allow easy integration with meson subproject feature I can help adding it if you...

seen on phoronix : https://www.phoronix.com/scan.php?page=news_item&px=Gzip-1.11-Released not sure if it is interesting for zlib