fuse_darwin.h is created when you apply the patch (fuse-2.7.0- macosx.patch) to the libfuse library.
You might have an easier time if you checked out a particular tagged version of the tree--for example, the one corresponding to MacFUSE 0.4.0. All newer stuff is prerelease stuff. Even though I try to keep what's checked in self consistent and compilable, that's not a guarantee, especially at any random point in time. In this case, did you just try to recompile sshfs or also the rest of MacFUSE? If you didn't recompile *everything*, you're not going to get fuse_darwin.h and numerous other changes. What are the details of your crash anyway? Amit On Sep 28, 9:52 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm trying to track down a crash in sshfs-static. > > To do that, I am trying to compile it (according to the HOWTO > here:http://code.google.com/p/macfuse/wiki/HOWTO), but get stuck: > > gcc -DHAVE_CONFIG_H -I. -I. -I. -D_REENTRANT -DFUSE_USE_VERSION=26 - > DLIBDIR=\"/usr/local/lib\" -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 - > D_REENTRANT -I/usr/local/include/fuse -I/usr/local/include/glib-2.0 -I/ > usr/local/lib/glib-2.0/include -D__FreeBSD__=10 - > DDARWIN_SEMAPHORE_COMPAT -DSSH_NODELAY_WORKAROUND - > D_POSIX_C_SOURCE=200112L -O -g -arch i386 -arch ppc -isysroot / > Developer/SDKs/MacOSX10.4u.sdk -Wall -W -Icompat -c -o sshfs-sshfs.o > `test -f 'sshfs.c' || echo './'`sshfs.c > > sshfs.c:25:25: error: fuse_darwin.h: No such file or directory > > I've searched through all the source, but cannot locate this file. > This file should be distributed with the latest MacFUSE svn, no? I am > synced up to revision 547, but that file does not appear anywhere. > > Can someone point me in the right direction here? > > db --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
