flying-circus / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 cramitn...@gmail.com on 28 Mar 2013 at 1:13

Attachments: