<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments for drboblog</title>
	<atom:link href="http://tecnocode.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tecnocode.co.uk</link>
	<description>Ramblings on computers…</description>
	<lastBuildDate>Thu, 18 Mar 2010 19:36:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MCUS 0.3.0 released by Bastien</title>
		<link>http://tecnocode.co.uk/2010/03/18/mcus-0-3-0-released/comment-page-1/#comment-764</link>
		<dc:creator>Bastien</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=319#comment-764</guid>
		<description>When do we get Totem on Windows then? :)</description>
		<content:encoded><![CDATA[<p>When do we get Totem on Windows then? <img src='http://tecnocode.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Non-recursive automake by Robert Collins</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-763</link>
		<dc:creator>Robert Collins</dc:creator>
		<pubDate>Tue, 12 Jan 2010 00:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-763</guid>
		<description>targets with no body just add dependencys. E.g.
.PHONY: foo
.PHONY: bar
is equivalent to
.PHONY: foo bar</description>
		<content:encoded><![CDATA[<p>targets with no body just add dependencys. E.g.<br />
.PHONY: foo<br />
.PHONY: bar<br />
is equivalent to<br />
.PHONY: foo bar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Non-recursive automake by Philip Withnall</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-757</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Wed, 30 Dec 2009 11:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-757</guid>
		<description>Ooh, thanks.

I didn&#039;t know we had automated lcov testing going on; that&#039;s quite useful to know. Unfortunately, the build bots are using libgdata 0.4.0, which is a bit out of date now. I should probably get around to asking for an external dependency version bump for libgdata sometime.</description>
		<content:encoded><![CDATA[<p>Ooh, thanks.</p>
<p>I didn&#8217;t know we had automated lcov testing going on; that&#8217;s quite useful to know. Unfortunately, the build bots are using libgdata 0.4.0, which is a bit out of date now. I should probably get around to asking for an external dependency version bump for libgdata sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Non-recursive automake by Javier Jardón</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-755</link>
		<dc:creator>Javier Jardón</dc:creator>
		<pubDate>Wed, 30 Dec 2009 02:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-755</guid>
		<description>Hello Philip,

Thank you for this blog post, very interesting. I&#039;ve added libgdata to my list of projects using no recursive automake: http://live.gnome.org/JavierJardon/NewBuildSystem . Hope you don&#039;t mind

Also, maybe you already know, but you can see the coverage of your code here: http://fixed.gnome.org/coverage/libgdata/lcov/ and the status of the build here: http://build.gnome.org/libgdata

Regards</description>
		<content:encoded><![CDATA[<p>Hello Philip,</p>
<p>Thank you for this blog post, very interesting. I&#8217;ve added libgdata to my list of projects using no recursive automake: <a href="http://live.gnome.org/JavierJardon/NewBuildSystem" rel="nofollow">http://live.gnome.org/JavierJardon/NewBuildSystem</a> . Hope you don&#8217;t mind</p>
<p>Also, maybe you already know, but you can see the coverage of your code here: <a href="http://fixed.gnome.org/coverage/libgdata/lcov/" rel="nofollow">http://fixed.gnome.org/coverage/libgdata/lcov/</a> and the status of the build here: <a href="http://build.gnome.org/libgdata" rel="nofollow">http://build.gnome.org/libgdata</a></p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Non-recursive automake by foo</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-754</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Wed, 30 Dec 2009 01:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-754</guid>
		<description>It would be great if automake would generate gcov makefile targets!</description>
		<content:encoded><![CDATA[<p>It would be great if automake would generate gcov makefile targets!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Non-recursive automake by Philip Withnall</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-753</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Wed, 30 Dec 2009 01:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-753</guid>
		<description>Good catch. I&#039;d meant to change that before committing, but forgot. Now I&#039;ve got the problem of having .PHONY twice in my Makefile though, and I don&#039;t want to combine them because that would be messy. Humph.</description>
		<content:encoded><![CDATA[<p>Good catch. I&#8217;d meant to change that before committing, but forgot. Now I&#8217;ve got the problem of having .PHONY twice in my Makefile though, and I don&#8217;t want to combine them because that would be messy. Humph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Non-recursive automake by Daniel Elstner</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-752</link>
		<dc:creator>Daniel Elstner</dc:creator>
		<pubDate>Tue, 29 Dec 2009 22:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-752</guid>
		<description>I think it has to be spelled .PHONY: :-)</description>
		<content:encoded><![CDATA[<p>I think it has to be spelled .PHONY: <img src='http://tecnocode.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introspectable libgdata by Marco Barisione</title>
		<link>http://tecnocode.co.uk/2009/12/03/introspectable-libgdata/comment-page-1/#comment-748</link>
		<dc:creator>Marco Barisione</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=293#comment-748</guid>
		<description>Hey, the world is small! What about going out for lunch with Collaborans one day?</description>
		<content:encoded><![CDATA[<p>Hey, the world is small! What about going out for lunch with Collaborans one day?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introspectable libgdata by Ian Monroe</title>
		<link>http://tecnocode.co.uk/2009/12/03/introspectable-libgdata/comment-page-1/#comment-747</link>
		<dc:creator>Ian Monroe</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=293#comment-747</guid>
		<description>I think all our hires come from IRC, not career fairs. :)</description>
		<content:encoded><![CDATA[<p>I think all our hires come from IRC, not career fairs. <img src='http://tecnocode.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unicode in GNOME by Philip Withnall</title>
		<link>http://tecnocode.co.uk/2009/10/01/unicode-in-gnome/comment-page-1/#comment-733</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Sat, 03 Oct 2009 07:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=285#comment-733</guid>
		<description>It&#039;s an xgettext problem where it can&#039;t understand #defines.</description>
		<content:encoded><![CDATA[<p>It&#8217;s an xgettext problem where it can&#8217;t understand #defines.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.261 seconds -->
