mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #486] Compilation fails on Arch Linux #98
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wantija on GitHub (Aug 20, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/486
Compilation fails, here's the log. Using the shadps4-git pkgbuild from the AUR if that helps.
@georgemoralis commented on GitHub (Aug 20, 2024):
It is quite obvious that your sdl has issues try update it to latest
@wantija commented on GitHub (Aug 20, 2024):
hmm doesn't compile with latest git of sdl3... upstream bug possibly or something with my setup?
@georgemoralis commented on GitHub (Aug 20, 2024):
We don't use the latest sdl3 upstream. Maybe they changed something since sdl3 changes quite often their API. I will try a bit later to update and check
@abouvier commented on GitHub (Aug 20, 2024):
It seems they forgot to include
SDL_events.hinSDL_init.hfollowing this PR: https://github.com/libsdl-org/SDL/pull/10555@0xMillyByte commented on GitHub (Aug 20, 2024):
unable to reproduce on arch linux
@abouvier commented on GitHub (Aug 20, 2024):
Of course, it's fixed now :p
@wantija commented on GitHub (Aug 20, 2024):
yep looks like the new pkgbuild fixed it, thanks!