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

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

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant