mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[GH-ISSUE #1320] [Linux] shadps4 fails to build for second reason #432
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#432
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 @Shoegzer on GitHub (Oct 9, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1320
Builds are failing in the latest commits, presumably due to the recently-submitted Discord RPC PRs:
Note that this is not the same reason as discussed in #1195.
System information:
c9f894c45a7389cf3e89(I can bisect if necessary)@qurious-pixel commented on GitHub (Oct 10, 2024):
Your build is faililing on the discord external repo building.
L1208
And your
boostandfmtare below the minimums.@Shoegzer commented on GitHub (Oct 10, 2024):
Thanks. I was able to avoid the
no rapidjson, downloadmessage you found in the log by installingrapidjson-dev, though it still fails to build. There doesn't appear to be a CMake flag to exclude discord - is that possible?Also, should it matter that the local
boostandfmtlibraries are below the minimum since it's building them from externals anyway? Otherwise the local versions are as available on the Ubuntu 24.04 repo, so I would imagine this would fail for anyone building on Ubuntu-based distros:@Shoegzer commented on GitHub (Oct 11, 2024):
Update: Apparently this issue only occurs when building with gcc (using
gcc-14.0.1here). However, since gcc is neither officially supported nor recommended for this project, it's not technically an "issue" so I'm closing this.