Amit,

Thanks for your quick response and your excellent advice.
I got the developer version of MacFuse and ended up using the sshfs
binary in there, which works.

But this was after I tried compiling sshfs in the release version of
MacFUSE and ran into some problems:
installed pkg-config
installed gettext
installing glib -
make:  gconvert.c:55:2: error: #error GNU libiconv not in use but
included iconv.h is from libiconv
gconvert.c:55:2: error: #error GNU libiconv not in use but included
iconv.h is from libiconv
gconvert.c:55:2: error: #error GNU libiconv not in use but included
iconv.h is from libiconv
lipo: can't figure out the architecture type of: /var/folders/qF/
qF2TzT7XFimoAKxranQdv++++TI/-Tmp-//cctz0gIe.out
make[4]: *** [gconvert.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

At this point I tried all the different options for  "--with-
libiconv=" when running ./configure for glib, but none worked.
Anyone who runs into the same problem may find this helpful:
http://www.linuxforums.org/forum/linux-applications/61260-problems-installing-glib-libiconv-not-used.html
Rather than spending more time on reinstalling libiconv, I got the
developer version of MacFuse and used the precompiled binary.

-Alex


On Nov 19, 8:58 pm, Amit Singh <[EMAIL PROTECTED]> wrote:
> 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. 
> Seehttp://code.google.com/p/macfuse/wiki/AUTOINSTALLon how to do it.
> Then the sshfs binaries in the svn tree will work.
>
> Alternatively, use an older sshfs binary found within the .app 
> inhttp://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