mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #845] [Linux] Failing to compile on Arch after imgui implementation #231
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#231
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 @Caliel666 on GitHub (Sep 8, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/845
using
cmake -S . -B build/ -DENABLE_QT_GUI=ONcmake --build . --parallel$(nproc)i made sure to update my system and install imgui from the AUR just in case
a bit unrelated but it also throws this warning
@excited-bore commented on GitHub (Sep 8, 2024):
Same problem over here on manjaro
Could be related to older version of vulkan headers? (saw that shadps4 AUR package required vulkanheaders =<1:1.3.289
Currently only
vulkan-headers 1:1.3.285-1 on extra
vulkan-headers-git 1.3.288.r6.ge3c37e6-1 on AUR
are available from official/user repos)
@Caliel666 commented on GitHub (Sep 8, 2024):
nah, that pr fixes the issue, and manjaro has older packages, 1.3.295 is on arch extra
@abouvier commented on GitHub (Sep 8, 2024):
-gitpackages are always on the last commit, you just have to build them.