It compiles fine for me on Linux with cargo 1.68.2.
Thanks! It seems that the zstd-seekable crate’s build.rs looks for an installation of zstd
(searched as libzstd
in Linux). I presume this is included in your Linux distribution.
I will open discussion in the related crates.
Hi! After a discussion on pijul/zstd-seekable https://nest.pijul.com/pijul/zstd-seekable/discussions/12
the issue was fixed for compiling on Windows. There was a bug in the compilation process.
The only thing left to do would be to update Cargo.lock
for this repo (running cargo update
does the job).
XJLSNX3LGZPQ5OFKG57C3H7P5VRSGHYQU3IKXEPRQR7LBKPU5DEAC
Done.
Hi!
I was checking the repo and could not compile it. There seems to be problems with the compilation of the crate
zstd-seekable v0.1.20
, which is a dependency oflibpijul v1.0.0-beta.4
.Before submitting the error to
libpijul
I wanted to ask you if you had problems compiling this crate.