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

Fix build on Windows. #1705

Closed
wants to merge 1 commit into from

Commits on Sep 15, 2015

  1. Fix build on Windows.

    Do not attempt to build fuse on Windows. This allows building ipfs without "nofuse" flag.
    
    Error without this PR:
    
    c:\GoPath\src\github.com\ipfs\go-ipfs\cmd\ipfs>go build
    # github.com/ipfs/go-ipfs/Godeps/_workspace/src/bazil.org/fuse
    c:\gopath\src\github.com\ipfs\go-ipfs\Godeps\_workspace\src\bazil.org\fuse\error_std.go:27: undefined: errNoXattr
    c:\gopath\src\github.com\ipfs\go-ipfs\Godeps\_workspace\src\bazil.org\fuse\fuse.go:1092: undefined: attr
    c:\gopath\src\github.com\ipfs\go-ipfs\Godeps\_workspace\src\bazil.org\fuse\fuse_kernel.go:152: undefined: syscall.O_ACCMODE
    c:\gopath\src\github.com\ipfs\go-ipfs\Godeps\_workspace\src\bazil.org\fuse\fuse_kernel.go:378: undefined: attr
    
    License: MIT
    Signed-off-by: Klaus Post <[email protected]>
    klauspost committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    8ed4185 View commit details
    Browse the repository at this point in the history