Re: [xz-devel] [PATCH] CMake: Add missing include directory when building the shared library

2020-06-04 Thread Markus Rickert
Great to see this being tested. Thanks! Including CMake build files in the repository is very much appreciated for building on different platforms and especially on Windows. Thank you for that. The CMakeLists.txt doesn't create config.h. All #defines are set as compiler options. The

Re: [xz-devel] [PATCH] CMake: Add missing include directory when building the shared library

2020-06-04 Thread Lasse Collin
On 2020-06-02 Markus Rickert wrote: > When using CMake to build a shared library with Visual Studio 2019, I > get an error that the file config.h could not be found: > > cmake -G "Visual Studio 16 2019" -A x64 -DBUILD_SHARED_LIBS=ON ..\xz > cmake --build . --config Release > >

Re: [xz-devel] LZMA_BUF_ERROR

2020-06-04 Thread Lasse Collin
Hello! Sorry for the delay. On 2020-05-23 K L wrote: > Could you give us the clue what can be the reason of such buffering > error and how to overcome it (can it be done in lzma or in libarchive > code?). Our test data is valid archive (at least several tools can > read it successfully).