zstd-rs
zstd-rs copied to clipboard
XXH_STATIC_ASSERT=0 set in zstd-sys's build script breaks compilation in 2.0.10
zstd/lib/common/xxhash.h:3157:22: error: called object type 'int' is not a function or function pointer
cargo:warning= XXH_STATIC_ASSERT(sizeof(XXH32_canonical_t) == sizeof(XXH32_hash_t));
We hit this in arrow-rs as well https://github.com/apache/arrow-rs/issues/5565
Hello, I don't have the error with 2.0.11+zstd.1.5.6, is it fixed ?
Yes, it was fixed for me with 2.0.11 as well