mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #276] Compile for OS X 10.10 using clang 7.0 fails #141
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#141
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 @tildeleb on GitHub (Oct 4, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/276
Has anyone compiled this on OS X recently? I tried using clang 7.0 from Xcode 7.0 running under 10.10 and got the following errors.
In
fuse.cOS X has no<sys/statfs.h>forstruct statfs. That structure is located in<sys/mount.h>.After updating some fields in
struct statfsdon't exist and the errors are:@gaul commented on GitHub (Oct 4, 2015):
@flandr Could you look at this?
@RobbKistler commented on GitHub (Oct 4, 2015):
@tildeleb Those compiler errors are from fuse, not s3fs-fuse. I've been able to build s3fs-fuse on OS X 10.11, but haven't tested yet because of the signed kext issue
I installed osxfuse with Homebrew, along with the other s3fs-fuse build dependencies:
@tildeleb commented on GitHub (Oct 4, 2015):
Sorry, the dependency pushdown list got me and I posted to the wrong place. I do try to compile everything from source and not depend on projects like brew and macports.