<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MacFUSE and sshfs on Snow Leopard</title>
	<atom:link href="http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:59:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matthew X. Economou</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-81</link>
		<dc:creator>Matthew X. Economou</dc:creator>
		<pubDate>Thu, 28 Oct 2010 12:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-81</guid>
		<description>FYI, on Mac OS X 10.6.4/Xcode 3.2.4, I had to remove the ppc and ppc64 targets from the MacFUSE project&#039;s 10.5 target in order to get the build to finish.</description>
		<content:encoded><![CDATA[<p>FYI, on Mac OS X 10.6.4/Xcode 3.2.4, I had to remove the ppc and ppc64 targets from the MacFUSE project&#8217;s 10.5 target in order to get the build to finish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JF Bohemier</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-52</link>
		<dc:creator>JF Bohemier</dc:creator>
		<pubDate>Mon, 14 Jun 2010 13:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-52</guid>
		<description>Thanks Gwynne, that worked perfectly. I had to install wget through macports (sudo port install wget). Coming from the Linux world, now I feel more at home with sshfs ;)</description>
		<content:encoded><![CDATA[<p>Thanks Gwynne, that worked perfectly. I had to install wget through macports (sudo port install wget). Coming from the Linux world, now I feel more at home with sshfs ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gwynne Raskind</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-51</link>
		<dc:creator>Gwynne Raskind</dc:creator>
		<pubDate>Sat, 12 Jun 2010 22:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-51</guid>
		<description>Assuming a basic knowledge of Xcode: Open the Xcode projects in Xcode (naturally). For each target in the project, open the target settings. At the top of the Settings tab, make sure the Configuration is set to All, then edit the Architectures and Valid Architectures settings to read &quot;i386 x86_64&quot;. Then close the projects and continue. This could probably have been done with an AppleScript, in retrospect; at some point I&#039;ll probably update the build script I posted to do so.</description>
		<content:encoded><![CDATA[<p>Assuming a basic knowledge of Xcode: Open the Xcode projects in Xcode (naturally). For each target in the project, open the target settings. At the top of the Settings tab, make sure the Configuration is set to All, then edit the Architectures and Valid Architectures settings to read &#8220;i386 x86_64&#8243;. Then close the projects and continue. This could probably have been done with an AppleScript, in retrospect; at some point I&#8217;ll probably update the build script I posted to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JF Bohemier</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-50</link>
		<dc:creator>JF Bohemier</dc:creator>
		<pubDate>Sat, 12 Jun 2010 21:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-50</guid>
		<description>Hello, Thanks for these instructions. I&#039;m also stuck at the &quot;modify every target in both Xcode projects to bulid i386 x86_64 – to my knowledge this has to be done by hand&quot; step. Could you post more details on how to do this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, Thanks for these instructions. I&#8217;m also stuck at the &#8220;modify every target in both Xcode projects to bulid i386 x86_64 – to my knowledge this has to be done by hand&#8221; step. Could you post more details on how to do this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apolitically Incorrect » A Guide to Fuse on Mac – Part 1: MacFuse, MacFusion and Snow Leopard</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-47</link>
		<dc:creator>Apolitically Incorrect » A Guide to Fuse on Mac – Part 1: MacFuse, MacFusion and Snow Leopard</dc:creator>
		<pubDate>Thu, 03 Jun 2010 19:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-47</guid>
		<description>[...] the help of various online postings, I patched the MacFuse source code and created a version that is compatible with Snow Leopard.  I [...]</description>
		<content:encoded><![CDATA[<p>[...] the help of various online postings, I patched the MacFuse source code and created a version that is compatible with Snow Leopard.  I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armin Soyka</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-44</link>
		<dc:creator>Armin Soyka</dc:creator>
		<pubDate>Sat, 22 May 2010 20:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-44</guid>
		<description>I&#039;m really new to all this stuff. So I figured out how to install Xcode and glib2 and I was able to open the two xcodeproj (http://www.arminsoyka.at/asmac/xcodeproj1.png &amp; http://www.arminsoyka.at/asmac/xcodeproj2.png) but I don&#039;t understand what to do next. 
What do you mean by &quot;modify every target in both Xcode projects to bulid i386 x86_64 - to my knowledge this has to be done by hand&quot; I couldnt find anything that had to do with i386 or x86_64. I really want to use macfuse so it would be awesome if you could help me out with a little bit more concrete tipps for a newbie. i386 and x86_64 has to do with the kind of kernel my mac is using right?
thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really new to all this stuff. So I figured out how to install Xcode and glib2 and I was able to open the two xcodeproj (<a href="http://www.arminsoyka.at/asmac/xcodeproj1.png" rel="nofollow">http://www.arminsoyka.at/asmac/xcodeproj1.png</a> &amp; <a href="http://www.arminsoyka.at/asmac/xcodeproj2.png" rel="nofollow">http://www.arminsoyka.at/asmac/xcodeproj2.png</a>) but I don&#8217;t understand what to do next.<br />
What do you mean by &#8220;modify every target in both Xcode projects to bulid i386 x86_64 &#8211; to my knowledge this has to be done by hand&#8221; I couldnt find anything that had to do with i386 or x86_64. I really want to use macfuse so it would be awesome if you could help me out with a little bit more concrete tipps for a newbie. i386 and x86_64 has to do with the kind of kernel my mac is using right?<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gwynne Raskind</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-36</link>
		<dc:creator>Gwynne Raskind</dc:creator>
		<pubDate>Mon, 03 May 2010 19:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-36</guid>
		<description>Fixed, thanks!</description>
		<content:encoded><![CDATA[<p>Fixed, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-28</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-28</guid>
		<description>I think:
 open core/10.5/fusefs.xcodeproj core/sdk-objc/MacFUSE.xcodeproj
should be:
 open core/10.5/fusefs/fusefs.xcodeproj core/sdk-objc/MacFUSE.xcodeproj</description>
		<content:encoded><![CDATA[<p>I think:<br />
 open core/10.5/fusefs.xcodeproj core/sdk-objc/MacFUSE.xcodeproj<br />
should be:<br />
 open core/10.5/fusefs/fusefs.xcodeproj core/sdk-objc/MacFUSE.xcodeproj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 临风且听 生如夏花 arne‘s blog&#187; Blog Archive &#187; 64位snow leopard 上使用sshfs</title>
		<link>http://blog.darkrainfall.org/macfuse-and-sshfs-on-snow-leopard/comment-page-1/#comment-20</link>
		<dc:creator>临风且听 生如夏花 arne‘s blog&#187; Blog Archive &#187; 64位snow leopard 上使用sshfs</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=83#comment-20</guid>
		<description>[...] 最后 enjoy it！！hey！ 参考 Rebuilding MacFuse SSHFS on Mac OSX Snow Leopard (64bit) MacFUSE and sshfs on Snow Leopard [...]</description>
		<content:encoded><![CDATA[<p>[...] 最后 enjoy it！！hey！ 参考 Rebuilding MacFuse SSHFS on Mac OSX Snow Leopard (64bit) MacFUSE and sshfs on Snow Leopard [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

