Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go build hello.go is error #281

Closed
clevertension opened this issue Nov 5, 2021 · 1 comment
Closed

go build hello.go is error #281

clevertension opened this issue Nov 5, 2021 · 1 comment

Comments

@clevertension
Copy link

MacOS 10.15.7

go build hello.go

bazil.org/fuse

../../error_std.go:26:20: undefined: errNoXattr
../../fuse.go:171:12: undefined: mount
../../fuse.go:236:24: undefined: maxWrite
../../fuse.go:425:32: undefined: maxWrite
../../fuse.go:810:12: undefined: openFlags
../../fuse.go:828:18: undefined: openFlags
../../fuse.go:845:18: undefined: openFlags
../../fuse.go:868:18: undefined: openFlags
../../fuse.go:991:12: undefined: openFlags
../../fuse.go:1413:20: undefined: maxWrite
../../fuse.go:1413:20: too many errors

@tv42
Copy link
Member

tv42 commented Nov 5, 2021

macOS does not have an up to date open source FUSE implementation.

Go does not provide a clean way to annotate supported platforms.

#224
https://github.com/bazil/fuse/issues?q=is%3Aissue+label%3Aplatform%3Aosx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants