-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
Zstd compile fails - Linux #1426
Comments
Hi whacka, v0.68 build fine for me on Arch Linux, while I have an issue building from the latest commit #1434 Your errors
Could be solved by a patch that add the missing headers like it was for me with: |
Same error in tumbleweed. To make it compile, I've commented out "
This way, it compile using provided zlib source |
@ kuunha Zstd and zlib aren't the same thing, and it will use the system's version if detected |
They are not the same, but zstd_zlibwrapper seems to requires building with zlib. https://github.com/facebook/zstd/blob/release/zlibWrapper/README.md Update: Setting -DWITH_SYSTEM_ZLIB=OFF with cmake didn't work though. But this is off topic |
Hi,
I've been trying to build Play! on Fedora 41 and am having an issue with Zstd failing to compile due an implicit declaration.
I assume it might be an issue with my environment, though I'm not sure how to diagnose the issue further.
I'm running the build on Kinoite within a toolbox if relevant.
Currently attempting to build the current latest commit: aad9ef7.
If anyone can help I would really appreciate it, thank you.
Below is the output for gcc, I've also tested the clang compiler and gotten a similar error.
The text was updated successfully, but these errors were encountered: