<?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: F-Spot 0.4.4 and gio-sharp</title>
	<atom:link href="http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/</link>
	<description>What happens in F-Spot git</description>
	<lastBuildDate>Thu, 27 Aug 2009 06:03:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Building F-Spot 0.5.0.2 on ubuntu Hardy &#171; Scrap Paper</title>
		<link>http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/comment-page-1/#comment-30</link>
		<dc:creator>Building F-Spot 0.5.0.2 on ubuntu Hardy &#171; Scrap Paper</dc:creator>
		<pubDate>Tue, 14 Oct 2008 03:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=8#comment-30</guid>
		<description>[...] for Hardy is 2.12.0 and F-spot expects it to be 2.12.1 or higher. Thankfully, following this F-blog post I found Ruben Vermeersch&#8217;s repository with the needed gtk-sharp binaries ready to go. [...]</description>
		<content:encoded><![CDATA[<p>[...] for Hardy is 2.12.0 and F-spot expects it to be 2.12.1 or higher. Thankfully, following this F-blog post I found Ruben Vermeersch&#8217;s repository with the needed gtk-sharp binaries ready to go. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin&#8217;s Space &#187; Blog Archive &#187; &#25104;&#21151;&#32534;&#35793;&#20102;f-spot 0.4.5</title>
		<link>http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/comment-page-1/#comment-15</link>
		<dc:creator>Benjamin&#8217;s Space &#187; Blog Archive &#187; &#25104;&#21151;&#32534;&#35793;&#20102;f-spot 0.4.5</dc:creator>
		<pubDate>Tue, 29 Jul 2008 22:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=8#comment-15</guid>
		<description>[...] http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/" rel="nofollow">http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dfb</title>
		<link>http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/comment-page-1/#comment-12</link>
		<dc:creator>dfb</dc:creator>
		<pubDate>Sun, 15 Jun 2008 06:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=8#comment-12</guid>
		<description>I still run into issues, even after installing the latest gtk-sharp2 from Ruben&#039;s repository. When running ./configure, I run into issues with gio-sharp. The final lines during ./configure are: 

=== configuring in gio-sharp (/home/dan/Desktop/f-spot-0.4.4/gio-sharp)
configure: running /bin/bash ./configure &#039;--prefix=/usr/local&#039;  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MONO_DEPENDENCY... yes
checking for al... /usr/bin/al
checking for mono... /usr/bin/mono
checking for mcs... no
configure: error: No C# compiler found
configure: error: ./configure failed for gio-sharp


There is an Ubuntu Forums thread regarding this. http://ubuntuforums.org/showthread.php?t=821368
I have Ubuntu 8.04, running on an AMD64.</description>
		<content:encoded><![CDATA[<p>I still run into issues, even after installing the latest gtk-sharp2 from Ruben&#8217;s repository. When running ./configure, I run into issues with gio-sharp. The final lines during ./configure are: </p>
<p>=== configuring in gio-sharp (/home/dan/Desktop/f-spot-0.4.4/gio-sharp)<br />
configure: running /bin/bash ./configure &#8216;&#8211;prefix=/usr/local&#8217;  &#8211;cache-file=/dev/null &#8211;srcdir=.<br />
checking for a BSD-compatible install&#8230; /usr/bin/install -c<br />
checking whether build environment is sane&#8230; yes<br />
checking for a thread-safe mkdir -p&#8230; /bin/mkdir -p<br />
checking for gawk&#8230; no<br />
checking for mawk&#8230; mawk<br />
checking whether make sets $(MAKE)&#8230; yes<br />
checking whether to enable maintainer-specific portions of Makefiles&#8230; no<br />
checking for a BSD-compatible install&#8230; /usr/bin/install -c<br />
checking for pkg-config&#8230; /usr/bin/pkg-config<br />
checking pkg-config is at least version 0.9.0&#8230; yes<br />
checking for MONO_DEPENDENCY&#8230; yes<br />
checking for al&#8230; /usr/bin/al<br />
checking for mono&#8230; /usr/bin/mono<br />
checking for mcs&#8230; no<br />
configure: error: No C# compiler found<br />
configure: error: ./configure failed for gio-sharp</p>
<p>There is an Ubuntu Forums thread regarding this. <a href="http://ubuntuforums.org/showthread.php?t=821368" rel="nofollow">http://ubuntuforums.org/showthread.php?t=821368</a><br />
I have Ubuntu 8.04, running on an AMD64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane Delcroix</title>
		<link>http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/comment-page-1/#comment-4</link>
		<dc:creator>Stephane Delcroix</dc:creator>
		<pubDate>Tue, 03 Jun 2008 14:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=8#comment-4</guid>
		<description>and f-spot 0.4.4 depends on gtk-sharp 2.12.1 ONLY IF you&#039;re running gnome 2.22</description>
		<content:encoded><![CDATA[<p>and f-spot 0.4.4 depends on gtk-sharp 2.12.1 ONLY IF you&#8217;re running gnome 2.22</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane Delcroix</title>
		<link>http://www.maxxer.it/f-blog/2008/05/f-spot-044-and-gio-sharp/comment-page-1/#comment-3</link>
		<dc:creator>Stephane Delcroix</dc:creator>
		<pubDate>Tue, 03 Jun 2008 10:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=8#comment-3</guid>
		<description>f-spot 0.4.4 depends on gtk-sharp-2.12.1, not 2.12.2. gtk-sharp-2.12.2 is, at this time, yet unreleased but, at the time you get it, you&#039;ll have hot theme-switching for free.</description>
		<content:encoded><![CDATA[<p>f-spot 0.4.4 depends on gtk-sharp-2.12.1, not 2.12.2. gtk-sharp-2.12.2 is, at this time, yet unreleased but, at the time you get it, you&#8217;ll have hot theme-switching for free.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

