-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Linux] gcc-11 Build failures Meta-Issue #10349
Comments
You need to patch Qt headers a little in order to build on gcc-11. |
Qt headers issue is tracked in #10291. |
Thanks both of you. Following #10291 I patched
This worked, and rpcs3 compiles successfully with the change. Is there a workaround planned for rpcs3 before I close this out, or will the above patch be required until gcc itself is fixed? Was surprised to see rpcs3 jump to gcc-11 since it's so new, perhaps that was premature or is it needed for some reason? |
gcc-10 has far more errors with newer submodule updates than gcc-11. If you try with gcc-10 it fails long before reaching that qt header. |
Reports done on the Qt side are useless as only paying customers will get updates to 5.15, and we're not going to be updating to 6.1 soon. If it really is a compiler bug then it should be reported to GCC so that they can fix it. Are there any other issues remaining for gcc-11? |
its a one-line change to a single file, i wanted to highlight you can make the change personally as a hotfix :) i just compiled with gcc-11 from the arch testing branch on 5.10; except this Qt problem, there were no other issues. |
Closing as reported issues have been resolved. There was some talk of earlier gcc-11 versions having some other issue that was fixed, so make sure your tools up-to-date. If some other problems still remain, ask for this to be reopened or open a new issue. |
RPCS3 is now failing to build on Linux plaforms.
Test system / background:
The text was updated successfully, but these errors were encountered: