Replies: 1 comment
|
Success. ./configure CC=clang --prefix=/opt/ltfs Remove -Werror=declaration-after-statement in some Makefile in src folder. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
LTFS can be compiled normally on Ubuntu 26.04, whether GCC or Clang. However, it can't be compiled on Fedora 44. Using GCC will report a bunch of -Wp errors, and using clang will report a bunch of codes that do not meet the C99 specification. Previously, it was able to work successfully with clang on Fedora 43
All reactions