Am Mon, 02 May 2016 23:45:26 +0200 schrieb Antonio Diaz Diaz: >> I didn't try plzip, though, but the build process should be similar >> there. > Please, could you try compiling plzip and then send me the (zipped) > binaries for me to upload them to the ftp site? Thanks.
Hi Antonio, I just tried... MINOR: xinit() / xdestroy() cannot be overloaded for pthread_mutex_t* const and and pthread_cond_t* const - this is ambiguos under MINGW as both lead to void ** finally. -> Please change to using xinit_mutex(), xinit_cond() and xdestroy_mutex (), xdestroy_cond() in your codebase. Then MINGW will compile fine. MAJOR: there is no pread() / pwrite(). Is it possible to write code that doesn't use those two functions? Cheers, Tino _______________________________________________ Lzip-bug mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lzip-bug
