[GH-ISSUE #1618] Error while building #552

Closed
opened 2026-02-27 21:06:51 +03:00 by kerem · 1 comment
Owner

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 2
And 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.

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](https://github.com/abdes/cryptopp-cmake) library `[ 32%] Linking CXX static library libcryptopp.a [ 32%] Built target cryptopp gmake: *** [Makefile:156: all] Error 2 ` And 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.
kerem closed this issue 2026-02-27 21:06:51 +03:00
Author
Owner

@GHU7924 commented on GitHub (Nov 29, 2024):

https://github.com/shadps4-emu/shadPS4/pull/1549

<!-- gh-comment-id:2508447164 --> @GHU7924 commented on GitHub (Nov 29, 2024): https://github.com/shadps4-emu/shadPS4/pull/1549
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#552
No description provided.