mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[GH-ISSUE #416] Newest Main will not compile #75
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#75
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 @ryzendew on GitHub (Aug 12, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/416
shadps4.txt
the log
Arch Linux
@StevenMiller123 commented on GitHub (Aug 12, 2024):
I have this issue when trying to compile on Ubuntu 24.04.
@setepenre commented on GitHub (Aug 12, 2024):
i have managed to compile latest main (
3d0fdf1) on linux by switching from gcc to clang withcmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++(found looking at the github build actions)@psucien commented on GitHub (Aug 12, 2024):
Please check if 2ba3221 fixes this
@ryzendew commented on GitHub (Aug 12, 2024):
that worked
@StevenMiller123 commented on GitHub (Aug 12, 2024):
github.com/shadps4-emu/shadPS4@2ba3221fc9fixes it on my end.