Mohammed Adnène Trojette writes:
Hi,
>
> I am currently working on updating lzma to 9.22 (basically, apart from
> cherry-picking and testing, I am ready to upload). This version of the
> package drops lzma-source.
>
> Please see if the package at [1] suits your needs.
>
Thanks a lot, upx compiles with the files from new lzma-dev and seems to
work fine.
However, I've got one suggestion. The LzmaEnc.c contains code like:
#ifndef _7ZIP_ST
#include "LzFindMt.h"
#endif
Even though I can add -D_7ZIP_ST to the compiler flags, I think the
better option would be to define _7ZIP_ST at the top of the file itself,
so anybody could compile the file without any surprises.
Alternatively you can provide a pre-compiled versions of *.c files in a
liblzma.a static library.
Thanks,
robert
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]