-
Notifications
You must be signed in to change notification settings - Fork 189
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 - Can't link after compilation - SDL 2 and XWayland issue? #231
Comments
This is an SDL issue: libsdl-org/SDL#5088 |
Even after trying your modification, it still does the same error... it's weird. |
Did you update the submodules ( |
Yes, i tried it, but it doesn't seem to work. |
Q2RTX uses a SDL that it's not the official and hasn't been updated since 2021 it should use:
then I deleted ./extern/SDL2/ But despite the effort this still doesn't solve the issue. |
did a pull request: #238 but still the error of this issue remains... |
I hope this issue will be solved soon |
Okay so, i followed the pr #221, then added the change in #238 and ran all the command mentioned by @BielBdeLuna and it worked ! |
I've also found another solution (worked at least in my case). Changing this line in the .gitmodules file does nothing because the link of the repository (of SDL2) is also stored in the .git folder and (at least I think) read from there. I found this out, because I cloned this repository without --recursive, changed the .gitmodules file and ran I hope I could help you a bit. I know, there is already a solution, but I think this one is a bit easier. |
this error persist, it's not related to the SDL2 change, it still reads:
I can compile SDL2 from that repository individually without any trouble, it's got to be Q2 RTX implementation |
It's due to SDL switching to the SDL3 branch by default, if you clone the repo with Note: If you want to clone the latest supported version of SDL2, clone the repo with: |
here is the ending of the compilation:
any idea how to solve it?
The text was updated successfully, but these errors were encountered: