mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #205] Can't build at linux. ring v0.16.20 custom build command error
#103
Reference in New Issue
Block a user
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 @servomekanism on GitHub (Apr 14, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/205
Hello and thanks for your very useful awesome project.
I download with
git clone https://github.com/sigoden/dufs.git. Then I didcargo buildand got an error:For some reason, this line had the
-Wallargument as-wall:I resolved it with running:
CFLAGS="-Wall -pedantic" cargo buildTBH I think that this issue should be reported at the
ringcrate, although I am not sure.@sigoden commented on GitHub (Jun 1, 2023):
I didn't run into this problem and couldn't fix it.
Maybe you need to visit https://github.com/briansmith/ring repo to find a solution