mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[GH-ISSUE #1618] Error while building #552
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#552
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 @Tentacle-Monster on GitHub (Nov 29, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1618
Please specify which version of clang is supposed to be used.
When building with 18 and above there is an unknown error for the cryptopp-cmake library
[ 32%] Linking CXX static library libcryptopp.a [ 32%] Built target cryptopp gmake: *** [Makefile:156: all] Error 2And on versions 17 and below compiller can't process cpp20
/src/core/linker.h:104:30: error: no member named 'contains' in namespace 'std::ranges' 104 | if (std::ranges::contains(imports, m->name, &ModuleInfo::name)) {Am i supposed to generate *.a files separately in an earlier clang version?
Cmake version 3.25.1, operation system debian 12 bookworm.
@GHU7924 commented on GitHub (Nov 29, 2024):
https://github.com/shadps4-emu/shadPS4/pull/1549