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 -~----------~----~----~----~------~----~------~--~---
