bcle/fuse4js

Cannot install on Mac OS 10.10

siygle opened this issue · 1 comments

Try to install on Mac but it will during node-gyp rebuild:

> fuse4js@0.1.9 install /Users/ferrari/Programming/resources/fuse4js
> node-gyp rebuild

  CXX(target) Release/obj.target/fuse4js/fuse4js.o
../fuse4js.cc:364:36: warning: missing field 'readlink' initializer [-Wmissing-field-initializers]
  struct fuse_operations ops = { 0 };
                                   ^
1 warning generated.
  SOLINK_MODULE(target) Release/fuse4js.node
ld: library not found for -losxfuse
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Release/fuse4js.node] Error 1

But I already installed osxfuse 2.7.2 first, but seem it cannot identity?
Not sure is this fail because osx 10.10 or other reason.
Any advice? Thanks

I found the solution, sorry. ;p
mafintosh/torrent-mount#15