<?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: Viewer Build Script is Yucky</title>
	<atom:link href="http://tentacolor.com/2007/02/28/viewer-build-script-is-yucky/feed/" rel="self" type="application/rss+xml" />
	<link>http://tentacolor.com/2007/02/28/viewer-build-script-is-yucky/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 07:14:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jacek Lives &#187; Blog Archive &#187; Baby&#8217;s First Patch</title>
		<link>http://tentacolor.com/2007/02/28/viewer-build-script-is-yucky/comment-page-1/#comment-89</link>
		<dc:creator>Jacek Lives &#187; Blog Archive &#187; Baby&#8217;s First Patch</dc:creator>
		<pubDate>Wed, 07 Mar 2007 02:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/?p=75#comment-89</guid>
		<description>[...] the patch doesn&#8217;t address either of the things that were bugging me in my earlier post about the build script. But, as it turns out, neither of those issues were real problems (just problems in my head), so [...]</description>
		<content:encoded><![CDATA[<p>[...] the patch doesn&#8217;t address either of the things that were bugging me in my earlier post about the build script. But, as it turns out, neither of those issues were real problems (just problems in my head), so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek</title>
		<link>http://tentacolor.com/2007/02/28/viewer-build-script-is-yucky/comment-page-1/#comment-82</link>
		<dc:creator>Jacek</dc:creator>
		<pubDate>Thu, 01 Mar 2007 16:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/?p=75#comment-82</guid>
		<description>Thinking about it now, including the current working directory would make sense in an environment like Linden Lab, where there are many different versions of the client floating around, and you have to keep them separate.

&quot;The SConstruct file isn&#039;t dumb... it&#039;s just misunderstood!&quot;</description>
		<content:encoded><![CDATA[<p>Thinking about it now, including the current working directory would make sense in an environment like Linden Lab, where there are many different versions of the client floating around, and you have to keep them separate.</p>
<p>&#8220;The SConstruct file isn&#8217;t dumb&#8230; it&#8217;s just misunderstood!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek</title>
		<link>http://tentacolor.com/2007/02/28/viewer-build-script-is-yucky/comment-page-1/#comment-81</link>
		<dc:creator>Jacek</dc:creator>
		<pubDate>Thu, 01 Mar 2007 05:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/?p=75#comment-81</guid>
		<description>I win at life! Fixing #1 fixed #2! (All I did was remove the &quot;os.getcwd()&quot; part from line 109). Now it detects the already-compiled stuff!

I found out that it was looking in the wrong place by using the &quot;--debug=explain&quot; option from this page:

http://www.scons.org/doc/0.96.1/HTML/scons-user/c2746.html#AEN2750</description>
		<content:encoded><![CDATA[<p>I win at life! Fixing #1 fixed #2! (All I did was remove the &#8220;os.getcwd()&#8221; part from line 109). Now it detects the already-compiled stuff!</p>
<p>I found out that it was looking in the wrong place by using the &#8220;&#8211;debug=explain&#8221; option from this page:</p>
<p><a href="http://www.scons.org/doc/0.96.1/HTML/scons-user/c2746.html#AEN2750" rel="nofollow">http://www.scons.org/doc/0.96.1/HTML/scons-user/c2746.html#AEN2750</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek</title>
		<link>http://tentacolor.com/2007/02/28/viewer-build-script-is-yucky/comment-page-1/#comment-80</link>
		<dc:creator>Jacek</dc:creator>
		<pubDate>Thu, 01 Mar 2007 05:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/?p=75#comment-80</guid>
		<description>&quot;Note that when you&#039;re not using an SConscript file in the src subdirectory, you must actually specify that the program must be built from the build/hello.c  file that SCons will duplicate in the build subdirectory.&quot;

http://www.scons.org/doc/0.96.1/HTML/scons-user/x1981.html

(I don&#039;t think the build script is doing that.)</description>
		<content:encoded><![CDATA[<p>&#8220;Note that when you&#8217;re not using an SConscript file in the src subdirectory, you must actually specify that the program must be built from the build/hello.c  file that SCons will duplicate in the build subdirectory.&#8221;</p>
<p><a href="http://www.scons.org/doc/0.96.1/HTML/scons-user/x1981.html" rel="nofollow">http://www.scons.org/doc/0.96.1/HTML/scons-user/x1981.html</a></p>
<p>(I don&#8217;t think the build script is doing that.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek</title>
		<link>http://tentacolor.com/2007/02/28/viewer-build-script-is-yucky/comment-page-1/#comment-79</link>
		<dc:creator>Jacek</dc:creator>
		<pubDate>Thu, 01 Mar 2007 05:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/?p=75#comment-79</guid>
		<description>Save a keystroke: use SCONSFLAGS!

http://www.scons.org/doc/0.96.1/HTML/scons-user/c1220.html#AEN1225</description>
		<content:encoded><![CDATA[<p>Save a keystroke: use SCONSFLAGS!</p>
<p><a href="http://www.scons.org/doc/0.96.1/HTML/scons-user/c1220.html#AEN1225" rel="nofollow">http://www.scons.org/doc/0.96.1/HTML/scons-user/c1220.html#AEN1225</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
