The MacFUSE code base is in a state of flux right now. Trying to
compile MacFUSE itself right now can be painful.

You can do one of two easy things.

Install the prerelease ("Developer") version of MacFUSE. See
http://code.google.com/p/macfuse/wiki/AUTOINSTALL on how to do it.
Then the sshfs binaries in the svn tree will work.

Alternatively, use an older sshfs binary found within the .app in
http://macfuse.googlecode.com/files/sshfs-1.0.0.dmg

You can compile just sshfs yourself too. 
http://code.google.com/p/macfuse/wiki/HOWTO
describes how to compile it. Although it may sound daunting to some,
it's simply mechanical--there are no gotchas or caveats.

Amit

On Nov 19, 8:00 pm, stupakov <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm trying to Install MacFuse on my 10.5 system in order to get sshfs
> working.
> Here's what I've done, and the problems I'm seeing:
>
> 1) installed the MacFuse package from the .dmg file found 
> here:http://code.google.com/p/macfuse/downloads/list
> 2) Restarted my machine as recommended.
> 3) downloaded the MacFuse source, and ran sshfs-static-leopard
> This complained:
>
> [CODE]
> ~/Tools/MacFUSE/macfuse # ./filesystems/sshfs/binary/sshfs-static-
> leopard
> dyld: Library not loaded: /usr/local/lib/libfuse.2.dylib
>   Referenced from: /Users/stupakov/Tools/MacFUSE/macfuse/./filesystems/
> sshfs/binary/sshfs-static-leopard
>   Reason: image not found
> Trace/BPT trap
> [/CODE]
>
> [CODE]~/Tools/MacFUSE/macfuse # ls /usr/local/lib/libfuse.*
> libfuse.0.0.0.dylib  libfuse.0.dylib      libfuse.a
> libfuse.dylib        libfuse.la [/CODE]
>
> It looks like package did not install the libfuse.2.dylib library
> necessary for sshfs to run.
>
> 4) I decided to compile MacFuse as described 
> here:http://code.google.com/p/macfuse/wiki/HOWTO
> but got these errors.
>
> [CODE]mac[545] ~/Tools/MacFUSE/macfuse/core # ./macfuse_buildtool.sh -
> t smalldist
> MacFUSEBuildTool(preflight)   : Xcode version 3.1.1 found (minimum
> requirement is 3.1.1)
> MacFUSEBuildTool(smalldist)   : initiating Universal build for 10.5
> MacFUSEBuildTool(smalldist)   : building MacFUSE kernel extension and
> tools
> === BUILDING NATIVE TARGET fusefs OF PROJECT fusefs WITH CONFIGURATION
> Release ===
>
> Checking Dependencies...
> error: There is no SDK with specified name or path 'Unknown Path'
> ** BUILD FAILED **
> MacFUSEBuildTool(smalldist) failed: xcodebuild cannot build
> configuration Release.
> [/CODE]
>
> Any suggestions for what to try next would be appreciated.
> Thanks
> Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MacFUSE" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to