<?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: Formatting gcc, g++ Output Using PHP In TextMate</title>
	<atom:link href="http://efnx.com/formatting-gcc-g-output-using-php-in-textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://efnx.com/formatting-gcc-g-output-using-php-in-textmate/</link>
	<description>code. blog.</description>
	<lastBuildDate>Fri, 16 Jul 2010 07:45:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The efnx code blog. &#187; Blog Archive &#187; I updated my gcc format php script.</title>
		<link>http://efnx.com/formatting-gcc-g-output-using-php-in-textmate/comment-page-1/#comment-341</link>
		<dc:creator>The efnx code blog. &#187; Blog Archive &#187; I updated my gcc format php script.</dc:creator>
		<pubDate>Tue, 24 Mar 2009 17:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.efnx.com/?p=70#comment-341</guid>
		<description>[...] Formatting gcc And g++ Output For TextMate Social BookmarksSubscribeDiggdel.icio.usFacebookStumbleUponTechnorati [...]</description>
		<content:encoded><![CDATA[<p>[...] Formatting gcc And g++ Output For TextMate Social BookmarksSubscribeDiggdel.icio.usFacebookStumbleUponTechnorati [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schell</title>
		<link>http://efnx.com/formatting-gcc-g-output-using-php-in-textmate/comment-page-1/#comment-218</link>
		<dc:creator>Schell</dc:creator>
		<pubDate>Tue, 21 Oct 2008 05:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.efnx.com/?p=70#comment-218</guid>
		<description>Awesome! Thanks RFelix, I&#039;ll add that to mine as well.</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks RFelix, I&#8217;ll add that to mine as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RFelix</title>
		<link>http://efnx.com/formatting-gcc-g-output-using-php-in-textmate/comment-page-1/#comment-214</link>
		<dc:creator>RFelix</dc:creator>
		<pubDate>Sat, 18 Oct 2008 16:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.efnx.com/?p=70#comment-214</guid>
		<description>Thanks for the info, using it for my university projects.

I did run into one problem: my directories had spaces and clicking on the error link wasn&#039;t working as it should.
So i added this code after assigning $argv[2] to $dir:
   	$dir = $argv[2];
	if ($argc &gt; 3) {
		for($i = 3; $i &lt; $argc; $i++)
			$dir = $dir . &#039; &#039; . $argv[$i];
	}
It now works!
Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the info, using it for my university projects.</p>
<p>I did run into one problem: my directories had spaces and clicking on the error link wasn&#8217;t working as it should.<br />
So i added this code after assigning $argv[2] to $dir:<br />
   	$dir = $argv[2];<br />
	if ($argc &gt; 3) {<br />
		for($i = 3; $i &lt; $argc; $i++)<br />
			$dir = $dir . &#8216; &#8216; . $argv[$i];<br />
	}<br />
It now works!<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
