View Single Post
lagshot
New Member
 
Join Date: Feb 2007
 
2007-02-11, 19:10

Hi everybody. I've just installed MacFUSE-Core-0.1.9.dmg and I'm trying to follow chuckers instructions here: http://forums.applenova.com/showpost.php?p=432791 for compiling the ntfs-3g driver.

I'm attempting to compile ntfs-3g-0.20070207-RC1.tar and I recieve this error message about halfway through the configure script

Code:
checking for pkg-config... no *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to the full path to pkg-config. *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config. configure: error: ntfs-3g requires FUSE >= 2.6.0. Please see http://fuse.sf.net/ or install __all__ FUSE packages (e.g. fuse, fuse-utils, libfuse, libfuse2, libfuse-dev) or remove already installed __older__ FUSE.
I saw a post a few pages back regarding the absence of pkg-config, so I strolled on over to freedesktop.org but the site is currently down. I checked google's cache and got the filename of the latest release ( pkg-config-0.21.tar.gz ) and did an open index search ( intitle:index.of / ) and got a copy. I compiled it the way explained in the macfuse FAQ on the google sources page and it seemingly went well, no errors, everything returned fine.

Here I go attempting to compile the ntfs-3g driver and i get the same message. I've tried the binary provided on a previous page with the current version of macfuse 0.1.9 but the installer says that macfuse isn't installed (I'm guessing its staticly linked against the older version of macfuse)

Can anybody provide instructions for compiling the ntfs-3g driver under darwin or a binary I'm stuck.
  quote