<?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: Valgrind + Mac OS X update (July 17, 2009)</title>
	<atom:link href="http://blog.mozilla.com/nnethercote/2009/07/17/valgrind-mac-os-x-update-july-17-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/nnethercote/2009/07/17/valgrind-mac-os-x-update-july-17-2009/</link>
	<description></description>
	<lastBuildDate>Sun, 12 Feb 2012 21:54:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rhys</title>
		<link>http://blog.mozilla.com/nnethercote/2009/07/17/valgrind-mac-os-x-update-july-17-2009/comment-page-1/#comment-227</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Thu, 30 Jul 2009 09:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/nnethercote/?p=139#comment-227</guid>
		<description>Woops, I forgot the ./autogen.sh step. Compiling fine Nic.

I should go RTFM again :)</description>
		<content:encoded><![CDATA[<p>Woops, I forgot the ./autogen.sh step. Compiling fine Nic.</p>
<p>I should go RTFM again <img src='http://blog.mozilla.com/nnethercote/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Nethercote</title>
		<link>http://blog.mozilla.com/nnethercote/2009/07/17/valgrind-mac-os-x-update-july-17-2009/comment-page-1/#comment-226</link>
		<dc:creator>Nicholas Nethercote</dc:creator>
		<pubDate>Thu, 30 Jul 2009 04:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/nnethercote/?p=139#comment-226</guid>
		<description>I don&#039;t see that.  Did you rerun autogen.sh and ./configure?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see that.  Did you rerun autogen.sh and ./configure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys</title>
		<link>http://blog.mozilla.com/nnethercote/2009/07/17/valgrind-mac-os-x-update-july-17-2009/comment-page-1/#comment-225</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Thu, 30 Jul 2009 02:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/nnethercote/?p=139#comment-225</guid>
		<description>Hi Nicholas,

Trunk on Mac 10.5.7 with Xcode 3.1.3 has had trouble compiling for a few revisions of late.

$svn up
At revision 10658.
$./configure
....
$make &amp;&amp; sudo make install
....
Making all in .
make[4]: *** No rule to make target `drd_gomp_intercepts.c&#039;, needed by `vgpreload_drd_x86_darwin_so-drd_gomp_intercepts.o&#039;.  Stop.
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
$

Any thoughts on what might be causing this?</description>
		<content:encoded><![CDATA[<p>Hi Nicholas,</p>
<p>Trunk on Mac 10.5.7 with Xcode 3.1.3 has had trouble compiling for a few revisions of late.</p>
<p>$svn up<br />
At revision 10658.<br />
$./configure<br />
&#8230;.<br />
$make &amp;&amp; sudo make install<br />
&#8230;.<br />
Making all in .<br />
make[4]: *** No rule to make target `drd_gomp_intercepts.c&#8217;, needed by `vgpreload_drd_x86_darwin_so-drd_gomp_intercepts.o&#8217;.  Stop.<br />
make[3]: *** [all-recursive] Error 1<br />
make[2]: *** [all] Error 2<br />
make[1]: *** [all-recursive] Error 1<br />
make: *** [all] Error 2<br />
$</p>
<p>Any thoughts on what might be causing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zwi</title>
		<link>http://blog.mozilla.com/nnethercote/2009/07/17/valgrind-mac-os-x-update-july-17-2009/comment-page-1/#comment-221</link>
		<dc:creator>zwi</dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/nnethercote/?p=139#comment-221</guid>
		<description>Hi,

It is excellent news. We are looking forward to 3.5.0...

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It is excellent news. We are looking forward to 3.5.0&#8230;</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bo</title>
		<link>http://blog.mozilla.com/nnethercote/2009/07/17/valgrind-mac-os-x-update-july-17-2009/comment-page-1/#comment-219</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Fri, 17 Jul 2009 00:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/nnethercote/?p=139#comment-219</guid>
		<description>Hey, congratulations on the pending release.

Reading your series on porting Valgrind to OS X has been entertaining and enlightening. Valgrind is a great tool, so it&#039;s good to see its influence widening.

Keep it up!</description>
		<content:encoded><![CDATA[<p>Hey, congratulations on the pending release.</p>
<p>Reading your series on porting Valgrind to OS X has been entertaining and enlightening. Valgrind is a great tool, so it&#8217;s good to see its influence widening.</p>
<p>Keep it up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

