hanwen / go-mtpfs

Mount MTP devices over FUSE
Other
683 stars 85 forks source link

src/github.com/hanwen/go-mtpfs/main.go:68:11: undefined: fuse.NewLockingRawFileSystem #135

Closed nsajko closed 5 years ago

nsajko commented 5 years ago

The build of go-mtpfs fails because of the stated error. The cause is that the API was removed from go-fuse in https://github.com/hanwen/go-fuse/commit/bffc1113aba2c80453f8d7d9b62bc1895123a557

hanwen commented 5 years ago

does commit cc0483c fix things for you?

nsajko commented 5 years ago

Yes.