[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] plzip
From: |
Tino Lange |
Subject: |
Re: [Lzip-bug] plzip |
Date: |
Tue, 3 May 2016 12:36:05 +0000 (UTC) |
User-agent: |
Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) |
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
- Re: [Lzip-bug] plzip, Tino Lange, 2016/05/02
- Re: [Lzip-bug] plzip, Antonio Diaz Diaz, 2016/05/02
- Re: [Lzip-bug] plzip,
Tino Lange <=
- Re: [Lzip-bug] plzip, Antonio Diaz Diaz, 2016/05/03
- Re: [Lzip-bug] plzip, Tino Lange, 2016/05/03
- Re: [Lzip-bug] plzip, Antonio Diaz Diaz, 2016/05/04
- Re: [Lzip-bug] plzip, Tino Lange, 2016/05/06
- Re: [Lzip-bug] plzip, Antonio Diaz Diaz, 2016/05/06