<?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: Adventures with SCons</title>
	<atom:link href="http://mihai.ibanescu.net/adventures-with-scons/feed" rel="self" type="application/rss+xml" />
	<link>http://mihai.ibanescu.net/adventures-with-scons</link>
	<description>Mihai&#039;s few cents</description>
	<lastBuildDate>Sun, 02 Oct 2011 17:24:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matt Doar</title>
		<link>http://mihai.ibanescu.net/adventures-with-scons/comment-page-1#comment-103</link>
		<dc:creator>Matt Doar</dc:creator>
		<pubDate>Fri, 01 Jun 2007 20:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=38#comment-103</guid>
		<description>Good idea! I&#039;ve been using SCons for a couple of years now. Works well for C, C++ and custom tool work. The Java world is more familiar with Ant. I hear that VMWare has moved some (all?) of their builds to it from make. However, there&#039;s usually a lot of momentum to continue using make, and it doesn&#039;t do autoconfig as well as the autotools yet (it&#039;s there, just not as widely used). Particularly nice is being able to put an:

import pdb
pdb.set_trace()

somewhere in a build file and using scons --debug=pdb to step through non-obvious issues in a real debugger.

~Matt</description>
		<content:encoded><![CDATA[<p>Good idea! I&#8217;ve been using SCons for a couple of years now. Works well for C, C++ and custom tool work. The Java world is more familiar with Ant. I hear that VMWare has moved some (all?) of their builds to it from make. However, there&#8217;s usually a lot of momentum to continue using make, and it doesn&#8217;t do autoconfig as well as the autotools yet (it&#8217;s there, just not as widely used). Particularly nice is being able to put an:</p>
<p>import pdb<br />
pdb.set_trace()</p>
<p>somewhere in a build file and using scons &#8211;debug=pdb to step through non-obvious issues in a real debugger.</p>
<p>~Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

