alperakcan/fuse-ext2

Offer pre-built mac binaries

Opened this issue · 2 comments

I think it's better if users can obtain a pre-built version, since the building process requires xcode- which is quite a big download for those who don't have it already.

Here is my binary: https://db.tt/Y9dU9f3l

Hope this can be useful to other people!

Thanks, but it doesn't work for me on osx10.11.6 and osxfuse 2.8.3:

dyld: Library not loaded: /usr/local/lib/libosxfuse.2.dylib
  Referenced from: /usr/local/bin/fuse-ext2
  Reason: Incompatible library version: fuse-ext2 requires version 12.0.0 or later, but libosxfuse.2.dylib provides version 10.0.0
Trace/BPT trap: 5

These works: https://github.com/gpz500/fuse-ext2/releases

I think this is an already encountered issue (see geekcookies/geektalks#3 (comment)) ;-): probably, @shatteringlass binaries are compiled against FUSE for OS X developer preview (version 3.x), while @maxgalbu has the stable release (version 2.x) installed.
Since FUSE for OS X developer preview is retro compatible with previous versions (but not viceversa...), the best would be that @shatteringlass published a new package compiled against FUSE for OS X 2.8.3 (last stable release at the moment).