mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[GH-ISSUE #3649] [APP BUG]: time.cpp:534:5: error: a type specifier is required for all declarations #1086
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#1086
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 @Martinfx on GitHub (Sep 25, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3649
Checklist
Describe the Bug
Hi,
i build with version 0.11.0 and clang19 on FreeBSD 14.3 and i have problem with time.cpp:534:5: error: a type specifier is required for all declarations
Reproduction Steps
Expected Behavior
No response
Specify OS Version
FreeBSD 14.3-RELEASE
CPU
amd ryzen
GPU
nvidia 1060
Amount of RAM in GB
32
@red-prig commented on GitHub (Sep 25, 2025):
As far as I know, FreeBSD is not supported by the project. You can send us a pull request with corrections.
@Martinfx commented on GitHub (Sep 25, 2025):
Yes but this is code shadps4 not specific code for freebsd
@red-prig commented on GitHub (Sep 25, 2025):
If the problem is only reproduced on FreeBSD, I would say that FreeBSD's declarations are to blame.
@Martinfx commented on GitHub (Sep 25, 2025):
Did you test compile Shadps4 with Clang?
@squidbus commented on GitHub (Sep 25, 2025):
Our GitHub Actions CI compiles every commit on Windows, Linux, and macOS with clang, and Linux with gcc.
@Martinfx commented on GitHub (Sep 27, 2025):
I fixed the problem with standart C++26 and llvm21