http://osxfuse.github.com/
https://github.com/osxfuse
$ git clone https://github.com/osxfuse/osxfuse.git $ cd osxfuse/framework $ git clone https://github.com/osxfuse/framework.git . $ cd ../kext $ git clone https://github.com/osxfuse/kext.git . $ cd ../fuse $ git clone https://github.com/osxfuse/fuse.git . $ cd ../prefpane $ git clone https://github.com/osxfuse/prefpane.git . $ cd ../macfuse $ svn co http://macfuse.googlecode.com/svn/trunk/ . $ sudo ./build.sh -t dist ... ** BUILD SUCCEEDED **
OSXFUSEBuildTool(kext) : succeeded, results in '/tmp/osxfuse-kext-10.7-2.4.2'.
OSXFUSEBuildTool(osxfusefs) : succeeded, results in '/tmp/osxfuse-osxfusefs-2.4.2'.
OSXFUSEBuildTool(core) : building user-space OSXFUSE library Running libtoolize... Running autoreconf... configure.in:79: warning: macro `AM_ICONV' not found in library glibtoolize: putting auxiliary files in `.'. glibtoolize: copying file `./ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. glibtoolize: copying file `m4/libtool.m4' glibtoolize: copying file `m4/ltoptions.m4' glibtoolize: copying file `m4/ltsugar.m4' glibtoolize: copying file `m4/ltversion.m4' glibtoolize: copying file `m4/lt~obsolete.m4' configure.in:79: warning: macro `AM_ICONV' not found in library configure.in:79: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 To compile run './configure', and then 'make'. configure: error: cannot find install-sh or install.sh in "." "./.." "./../.." OSXFUSEBuildTool(core) failed: cannot configure OSXFUSE library source for compilation. $