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

does not compile #5

Closed
toddfries opened this issue Aug 6, 2013 · 2 comments
Closed

does not compile #5

toddfries opened this issue Aug 6, 2013 · 2 comments

Comments

@toddfries
Copy link

$ go get bazil.org/fuse # bazil.org/fuse

go/src/bazil.org/fuse/fuse.go:111: undefined: mount
go/src/bazil.org/fuse/fuse.go:343: undefined: setattrIn
go/src/bazil.org/fuse/fuse.go:344: invalid expression unsafe.Sizeof(_in)
go/src/bazil.org/fuse/fuse.go:885: undefined: attr
go/src/bazil.org/fuse/fuse.go:947: invalid expression unsafe.Sizeof(_out)
go/src/bazil.org/fuse/fuse.go:1075: invalid expression unsafe.Sizeof(_out)
go/src/bazil.org/fuse/fuse.go:1151: invalid expression unsafe.Sizeof(_out)
go/src/bazil.org/fuse/fuse_kernel.go:273: undefined: attr
go/src/bazil.org/fuse/fuse_kernel.go:285: undefined: attr
go/src/bazil.org/fuse/fuse_kernel.go:365: undefined: attr
go/src/bazil.org/fuse/fuse.go:1151: too many errors

@tv42
Copy link
Member

tv42 commented Aug 6, 2013

mount() is implemented on darwin and linux. What platform are you on?

@tv42
Copy link
Member

tv42 commented Sep 10, 2013

This bug doesn't have enough information to be useful.

Windows support is a larger roadmap item, and I don't even know if that was what was going on here.

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

No branches or pull requests

2 participants