sahib / brig

File synchronization on top of ipfs with git like interface & web based UI
https://brig.readthedocs.io
GNU Affero General Public License v3.0
567 stars 33 forks source link

"go get" do not work in windows #3

Closed GainSury closed 6 years ago

GainSury commented 6 years ago
C:\Users\gain3>go get github.com/sahib/brig
# github.com/sahib/brig/vendor/bazil.org/fuse
go\src\github.com\sahib\brig\vendor\bazil.org\fuse\error_std.go:27:20: undefined: errNoXattr
go\src\github.com\sahib\brig\vendor\bazil.org\fuse\fuse.go:1345:26: undefined: attr
go\src\github.com\sahib\brig\vendor\bazil.org\fuse\fuse_kernel.go:166:28: undefined: syscall.O_DIRECTORY
go\src\github.com\sahib\brig\vendor\bazil.org\fuse\fuse_kernel.go:175:38: undefined: syscall.O_ACCMODE
go\src\github.com\sahib\brig\vendor\bazil.org\fuse\fuse_kernel.go:404:17: undefined: attr
sahib commented 6 years ago

Hey @GainSury,

that's currently expected since FUSE does not work at all on Windows. Some day I'll provide an alternative (most likely a WebDAV server built into ``brig), but until then it's only possible to use it under system where FUSE is available.

If you don't need any filesystem view, you could of course also patch it out for now.

GainSury commented 6 years ago

I hope for it