We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jpegxr
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
The jpegxr feature (disabled by default in Ruffle) uses C/C++ code, and the build system doesn't find the cross-compiler for it correctly.
The text was updated successfully, but these errors were encountered:
Tested this in actions, seems to just not find bits/wordsize.h
bits/wordsize.h
Error building libjpegxr bindings: ClangDiagnostic("/usr/include/features-time64.h:20:10: fatal error: 'bits/wordsize.h' file not found\n")
Sorry, something went wrong.
Yes, but that's just a symptom (also, only the first error of probably a lot more); not the root cause.
Ah, my bad, just trying to check if I can figure out a fix
Successfully merging a pull request may close this issue.
The
jpegxr
feature (disabled by default in Ruffle) uses C/C++ code, and the build system doesn't find the cross-compiler for it correctly.The text was updated successfully, but these errors were encountered: