-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Build fails with zstd 1.5.6, but build without errors with 1.5.5 #968
Comments
Hey @VVD, As I've already explained in #421, such issues are expected when using unsupported native code/binaries. LWJGL tries to avoid incompatibilities as much as possible, but we can't control how 3rd party libraries change. Breaking changes in the native library will always break the LWJGL bindings. This will be fixed when the Zstd bindings get updated to 1.5.6. |
The essence of this bug report (issue) is a request for support for a new version of the zstd. |
|
Unbreak build after udpate zstd to 1.5.6 in b594c77. Upstream issue: LWJGL/lwjgl3#968 Reported by: pkg-fallout Approved by: arrowd (mentor, implicit)
Version
3.3.4 (snapshot)
Platform
FreeBSD amd64
JDK
OpenJDK 17.0.10+7-1
Module
zstd
Bug description
After update zstd from 1.5.5 to 1.5.6 build fails in module zstd.
OS: FreeBSD 13.3 amd64.
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: