cannot build for windows
ghp3000 opened this issue · 1 comments
go build -v -o build/bin/seeding cmd/seeding/*.go
github.com/anacrolix/fuse
github.com/anacrolix/fuse
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse_kernel.go:159:36: undefined: syscall.O_DIRECTORY
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse_kernel.go:168:46: undefined: syscall.O_ACCMODE
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse_kernel.go:401:17: undefined: attr
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse_kernel.go:437:16: undefined: attr
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse_kernel.go:699:29: undefined: unix.F_RDLCK
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse_kernel.go:700:29: undefined: unix.F_WRLCK
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse_kernel.go:701:29: undefined: unix.F_UNLCK
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\error_std.go:27:20: undefined: errNoXattr
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse.go:435:32: undefined: maxWrite
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse.go:1581:26: undefined: attr
..\go\pkg\mod\github.com\anacrolix\fuse@v0.2.0\fuse_kernel.go:701:29: too many errors
make: *** [Makefile:19: all] Error 2
linux only