alperakcan / fuse-ext2

Fuse-ext2 is a multi OS FUSE module to mount ext2, ext3 and ext4 file system devices and/or images with read write support.
GNU General Public License v2.0
808 stars 130 forks source link

Offer pre-built mac binaries #43

Open shatteringlass opened 8 years ago

shatteringlass commented 8 years ago

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!

maxgalbu commented 8 years ago

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

gpz500 commented 8 years ago

I think this is an already encountered issue (see https://github.com/geekcookies/geektalks/issues/3#issuecomment-212313609) ;-): 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).