Closed GoogleCodeExporter closed 9 years ago
No, this isn't an issue, and no, you shouldn't need a patch to make this
compile.
fuse_lowlevel_compat.h says this:
#ifndef __FreeBSD__
#include <sys/statfs.h>
...
You should be defining __FreeBSD__ when compiling such things with MacFUSE.
Specifically, you should be
defining (or making sure that it's somehow defined) __FreeBSD__=10. Both the
MacFUSE FAQ and the MacFUSE
HOWTO tell you this:
http://code.google.com/p/macfuse/wiki/FAQ
http://code.google.com/p/macfuse/wiki/HOWTO
Original comment by si...@gmail.com
on 25 Mar 2008 at 5:00
For others looking: Read/write mounting of ext2 and ext3 is available on MacOSX
via
the Fuse-ext2 project at http://sourceforge.net/projects/fuse-ext2/
Original comment by henrik.a...@gmail.com
on 23 Sep 2009 at 5:59
Original issue reported on code.google.com by
ine...@gmail.com
on 24 Mar 2008 at 9:34Attachments: