Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XXH_STATIC_ASSERT=0 set in zstd-sys's build script breaks compilation in 2.0.10 #269

Closed
juntyr opened this issue Mar 28, 2024 · 3 comments
Closed

Comments

@juntyr
Copy link

juntyr commented Mar 28, 2024

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));
@alamb
Copy link

alamb commented Mar 29, 2024

We hit this in arrow-rs as well apache/arrow-rs#5565

@FirelightFlagboy
Copy link

Hello, I don't have the error with 2.0.11+zstd.1.5.6, is it fixed ?

@juntyr
Copy link
Author

juntyr commented Aug 19, 2024

Yes, it was fixed for me with 2.0.11 as well

@juntyr juntyr closed this as completed Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants