pyfilesystem icon indicating copy to clipboard operation
pyfilesystem copied to clipboard

fs.expose.fuse doesn't support current 'best-of-breed' Fuse framework

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

fuse4x has been abandoned as documented @ http://fuse4x.github.com/

The maintainer suggests switching to osxfuse - http://osxfuse.github.com/, 
which is currently being maintained. osxfuse does have a compatibility option 
so that it will work using just 'libfuse*.so', but it's not enabled by default.

To enable it, you just need to add 'or find_library('osxfuse')' in the OSX 
specific block for finding fuse shared libs.

Patch attached



Original issue reported on code.google.com by [email protected] on 28 Mar 2013 at 1:13

Attachments:

GoogleCodeExporter avatar Apr 11 '15 10:04 GoogleCodeExporter