<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clogged Tubes &#187; Development</title>
	<atom:link href="http://cloggedtubes.com/category/development/feed" rel="self" type="application/rss+xml" />
	<link>http://cloggedtubes.com</link>
	<description>Words. by Steve.</description>
	<lastBuildDate>Sat, 14 May 2011 00:00:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>New Log Indexing, Other Things, in Adium Nigtlies</title>
		<link>http://cloggedtubes.com/development/new_log_indexing_other_things_in_adium_nigtlies</link>
		<comments>http://cloggedtubes.com/development/new_log_indexing_other_things_in_adium_nigtlies#comments</comments>
		<pubDate>Wed, 04 May 2011 05:10:39 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[adium]]></category>
		<category><![CDATA[log indexing]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=409</guid>
		<description><![CDATA[If you&#8217;re brave and on 10.6, you might want to try grabbing the latest Adium nightly and test out some new stuff that&#8217;s targeted to Adium 1.5. Not the smallest of which is a new log indexing implementation that&#8217;s faster and actually works1. So, if you want to take the risk, download the nightly and [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re brave and on 10.6, you might want to try grabbing the latest <a href="http://nightly.adium.im/">Adium nightly</a> and test out some new stuff that&#8217;s targeted to Adium 1.5.</p>

<p>Not the smallest of which is a new log indexing implementation that&#8217;s faster and actually works<sup id="fnref:blocks"><a href="#fn:blocks" rel="footnote">1</a></sup>.  So, if you want to take the risk, download the nightly and reindex your logs<sup id="fnref:reindex"><a href="#fn:reindex" rel="footnote">2</a></sup>. That will blow away your old index and generate a new one (yes, it&#8217;s faster, but depending on how many logs you have it still may take a while).</p>

<p>Just remember, the Adium team makes no guarantee that nightly releases will be stable or actually released nightly, so backup your Adium folder in <code>~/Library/Application Support</code>.  Download and run at your own risk.  You can always revert to a stable version of Adium by downloading the version linked to from <a href="http://adium.im/">the Adium homepage</a>.</p>

<div class="footnotes">
<hr />
<ol>

<li id="fn:blocks">
<p>It uses blocks and <a href="http://developer.apple.com/technologies/mac/snowleopard/gcd.html">GCD</a> and is really really shiny!&#160;<a href="#fnref:blocks" rev="footnote">&#8617;</a></p>
</li>

<li id="fn:reindex">
<p>Go to File -> Import -> Reindex Adium Logs.&#160;<a href="#fnref:reindex" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/new_log_indexing_other_things_in_adium_nigtlies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So I Have This Thing I Keep Reusing</title>
		<link>http://cloggedtubes.com/development/so_i_have_this_thing_i_keep_reusing</link>
		<comments>http://cloggedtubes.com/development/so_i_have_this_thing_i_keep_reusing#comments</comments>
		<pubDate>Wed, 23 Sep 2009 18:38:36 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=362</guid>
		<description><![CDATA[… It&#8217;s called AutoHyperlinks. You may have heard of it, you may have not (but if you use Adium, you&#8217;ve used it). But that&#8217;s not important. What is important, at this very moment, is that I&#8217;ve adapted it (and my former Coda Plugin) to a system-wide service for Snow Leopard. This lets you turn any [...]]]></description>
			<content:encoded><![CDATA[<p>… It&#8217;s called <a href="http://code.google.com/p/maccode/wiki/AutoHyperlinks">AutoHyperlinks</a>.  You may have heard of it, you may have not (but if you use <a href="http://www.adium.im">Adium</a>, <a href="http://cloggedtubes.com/development/the_aihyperlinks_framework_or_how_adium_finds_links">you&#8217;ve used it</a>).  But that&#8217;s not important.</p>

<p>What is important, at this very moment, is that I&#8217;ve adapted it (and my former <a href="http://cloggedtubes.com/development/preview_autohyperlinks_plugin_for_coda_16">Coda Plugin</a>) to a system-wide service for Snow Leopard.</p>

<p>This lets you turn any (editable) text, anywhere in the system, into a linkified string: RTFs get clickable link attributes, and plain text gets a HTML <code>A</code> tag.</p>

<p>The code is here: <a href="http://bitbucket.org/sholt/autolink-service/">http://bitbucket.org/sholt/autolink-service/</a></p>

<p>The binary is here: <a href="http://bitbucket.org/sholt/autolink-service/downloads/AutoLink.service.zip">http://bitbucket.org/sholt/autolink-service/downloads/AutoLink.service.zip</a></p>

<p>Just drop it into <code>Library/Services</code> and go.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/so_i_have_this_thing_i_keep_reusing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One step closer to a 64Bit Adium</title>
		<link>http://cloggedtubes.com/development/one_step_closer_to_a_64bit_adium</link>
		<comments>http://cloggedtubes.com/development/one_step_closer_to_a_64bit_adium#comments</comments>
		<pubDate>Tue, 25 Aug 2009 02:42:58 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=354</guid>
		<description><![CDATA[Issue 32 &#8211; maccode &#8211; Build PSMTabBarControl as 64Bit (patch included) &#8211; via Google Code: The future is 64-bits, and that means leaving our 32-bit build processes behind. Posting this as a patch just so we don&#8217;t break people building from trunk, as this patch requires the 10.5 SDK. Every step forward is an important [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<h3><a href="http://code.google.com/p/maccode/issues/detail?id=32">Issue 32 &#8211; maccode &#8211; Build PSMTabBarControl as 64Bit (patch included) &#8211; via Google Code:</a></h3>
<p>The future is 64-bits, and that means leaving our 32-bit build processes behind.</p>

<p>Posting this as a patch just so we don&#8217;t break people building from trunk, as this patch requires the 
10.5 SDK.</p>
</blockquote>

<p>Every step forward is an important one: <a href="http://trac.adium.im/wiki/Development">Any kind of help is needed and appreciated</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/one_step_closer_to_a_64bit_adium/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preview: AutoHyperlinks Plugin For Coda 1.6</title>
		<link>http://cloggedtubes.com/development/preview_autohyperlinks_plugin_for_coda_16</link>
		<comments>http://cloggedtubes.com/development/preview_autohyperlinks_plugin_for_coda_16#comments</comments>
		<pubDate>Thu, 13 Nov 2008 04:36:34 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[hyperlinks]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=229</guid>
		<description><![CDATA[The guys at Panic just released an update to Coda which, among other very useful features, includes a new plugin API. I&#8217;ve hacked together a quick plugin around the AutoHyperlinks framework that will find raw URIs and email addresses and link them.  URIs in existing markup is skipped, mostly. get the plugin &#124; get the [...]]]></description>
			<content:encoded><![CDATA[<p>The guys at <a href="http://www.panic.com/">Panic</a> just released an update to <a href="http://www.panic.com/coda/">Coda</a> which, <a href="http://www.panic.com/coda/releasenotes.html">among other very useful features</a>, includes a new <a href="http://www.panic.com/coda/developer/howto/plugins.php">plugin API</a>.</p>

<p>I&#8217;ve hacked together a quick plugin around the <a href="http://code.google.com/p/maccode/wiki/AutoHyperlinks">AutoHyperlinks framework</a> that will find raw URIs and email addresses and link them.  URIs in existing markup is skipped, mostly.</p>

<blockquote><a href="http://cloggedtubes.com/stuff/coda/autolink_plugin.zip">get the plugin</a> | <a href="http://cloggedtubes.com/stuff/coda/autolink_plugin_src.zip">get the source</a></blockquote>

<p>Quality is still a little rough, but it handles simple markup well (and you can always run it on just a selection of text).</p>

<p>I&#8217;m releasing the plugin under a 3-clause BSD license.  More to come, I hope.</p>

<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/preview_autohyperlinks_plugin_for_coda_16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Wars</title>
		<link>http://cloggedtubes.com/development/javascript_wars</link>
		<comments>http://cloggedtubes.com/development/javascript_wars#comments</comments>
		<pubDate>Fri, 31 Oct 2008 19:40:09 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=209</guid>
		<description><![CDATA[First, there was TraceMonkey, then there was Google&#8217;s V8. Now&#8230; SquirrelFish Extreme. Tacky name, but damn, does it look fast. All of these use some form of JIT compiling and intelligent run-time caching schemes to get as much out of the interrupter as possible. But it looks like SFX&#8217;s regular expression JIT compiler is putting [...]]]></description>
			<content:encoded><![CDATA[<p>First, there was <a href="https://wiki.mozilla.org/JavaScript:TraceMonkey">TraceMonkey</a>, then there was <a href="http://code.google.com/p/v8/">Google&#8217;s V8</a>.</p>

<p>Now&#8230; <a href="http://webkit.org/blog/214/introducing-squirrelfish-extreme/">SquirrelFish Extreme</a>.  Tacky name, but damn, <a href="http://www.satine.org/archives/2008/09/19/squirrelfish-extreme-fastest-javascript-engine-yet/">does it look fast</a>.</p>

<p>All of these use some form of <abbr title="Just In Time">JIT</abbr> compiling and intelligent run-time caching schemes to get as much out of the interrupter as possible.  But it looks like SFX&#8217;s regular expression JIT compiler is putting it over the top of V8.</p>

<p>I fully expect Google to answer in their typical fashion.</p>

<p>I do want to stress that comparing benchmarks of software that&#8217;s currently beta-quality (at best) is a bit misleading; however, with the oncoming wave of web-based applications (and rich JS frameworks, like <a href="http://cappuccino.org/">Cappuccino</a>), increasing JS performance is a beautiful, beautiful thing.  And, so long as they&#8217;re sticking to standards, a little friendly competition never hurt nobody.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/javascript_wars/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are the iPhone API&#8217;s Public Yet?</title>
		<link>http://cloggedtubes.com/development/are_the_iphone_apis_public_yet</link>
		<comments>http://cloggedtubes.com/development/are_the_iphone_apis_public_yet#comments</comments>
		<pubDate>Thu, 23 Oct 2008 20:32:30 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[FUCKINGNDA]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[NDA]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=191</guid>
		<description><![CDATA[Peter Hosey, fellow Adium devl, has conceived of and birthed a new microsite much more useful than my previous entry&#8217;s: aretheiphoneapispublicyet.com Steve Jobs must be a timelord, and he&#8217;s lost the keys to his TARDIS. And the man&#8217;s got a point. Apple promised a new (F)NDA would be delivered to developers &#8220;within a week or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://boredzo.org/">Peter Hosey</a>, fellow Adium devl, has conceived of and birthed a new microsite much more useful than my previous entry&#8217;s: <a href="http://aretheiphoneapispublicyet.com/">aretheiphoneapispublicyet.com</a></p>

<blockquote class="pull wherein">Steve Jobs must be a timelord, and he&#8217;s lost the keys to his TARDIS.</blockquote>

<p>And the man&#8217;s got a point.</p>

<p>Apple promised a new (<abbr title="FUCKING">F</abbr>)<abbr title="Non-Disclosure Agreement">NDA</abbr> would be delivered to developers &#8220;within a week or so&#8221; &#8230;over 3 weeks ago.  And, while that won&#8217;t necessarily affect the public availability of the iPhone documentation, it at least will take some restrictions off current developers.<span id="more-191"></span></p>

<p>Right now, developers can&#8217;t (legally) trade expertise and information on working with the iPhone&#8217;s frameworks in public.  This means no developer&#8217;s forums or 3rd party code sharing/how-to sites, no blog posts on some cool trick that will make everyone&#8217;s iPhone apps that much better and, most importantly, no open source apps (the ones that exist, do so on shaky ground—ground the Adium team, at least, <a href="http://trac.adiumx.com/wiki/AdiumForiPhone">is unwilling to stand on</a>).</p>

<p>It&#8217;s Apple&#8217;s call, of course, but allowing devs to freely swap ideas and development tricks can only help the quality of applications offered through their storefront.  And, personally, makes it a much more exciting and fun platform to develop on.</p>

<p><em>Update:</em> As explained in the link above, the iPhone APIs went public with a new <cite>iPhone Developer Terms and Conditions</cite> document on Oct. 23rd.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/are_the_iphone_apis_public_yet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>THIS IS INDECENT CODE AND AN AFFRONT TO MY WASHINGTON, DC SMALL TOWN VALUES</title>
		<link>http://cloggedtubes.com/development/this_is_indecent_code_and_an_affront_to_my_washington_dc_small_town_values</link>
		<comments>http://cloggedtubes.com/development/this_is_indecent_code_and_an_affront_to_my_washington_dc_small_town_values#comments</comments>
		<pubDate>Tue, 14 Oct 2008 23:28:35 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[butts]]></category>
		<category><![CDATA[CHOCK LOCK]]></category>
		<category><![CDATA[colin]]></category>
		<category><![CDATA[maccode]]></category>
		<category><![CDATA[pants]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=112</guid>
		<description><![CDATA[COLIN HAS A POST WHEREIN HE ADMITS TO RECENTLY COMMITTING THIS ATROCITY INTO THE MACCODE REPOSITORY: COLIN IS A KNOWN AND UNREPENTANT ENEMY OF PANTS #define NSBOOL(_X_) ((_X_) ? (id)kCFBooleanTrue : (id)kCFBooleanFalse) COLIN IS A KNOWN AND UNREPENTANT ENEMY OF PANTS AND HAS EXTENDED HIS NO-PANTS AGENDA INTO THE HERETOFORE PURE AND PRISTINE NSFOUNDATION FRAMEWORK. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iamthewalr.us/blog/2008/10/14/object-creation-macros-are-now-in-maccode/">COLIN HAS A POST</a> WHEREIN HE ADMITS TO <a href="http://code.google.com/p/maccode/source/detail?spec=svn276&amp;r=275">RECENTLY COMMITTING</a> <a href="http://cbarrett.tumblr.com/post/53371495/some-helpful-macros-for-object-creation">THIS ATROCITY</a> INTO THE <a href="http://code.google.com/p/maccode/wiki/WhatIsMacCode">MACCODE REPOSITORY</a>:</p>

<blockquote class="pull wherein">COLIN IS A KNOWN AND UNREPENTANT ENEMY OF PANTS</blockquote>

<blockquote class="code">#define NSBOOL(_X_) ((_X_) ? (id)kCFBooleanTrue : (id)kCFBooleanFalse)</blockquote>

<p>COLIN IS A KNOWN AND UNREPENTANT ENEMY OF PANTS AND HAS EXTENDED HIS NO-PANTS AGENDA INTO THE HERETOFORE PURE AND PRISTINE NSFOUNDATION FRAMEWORK.</p>

<p>I QUOTE THE GREAT <a href="http://en.wikipedia.org/wiki/Joseph_Welch">MR. JOSEPH WELCH</a> FOR YOU MR. BARRETT:</p>

<blockquote>HAVE YOU NO SENSE OF DECENCY SIR, AT LONG LAST? HAVE YOU LEFT NO SENSE OF DECENCY?</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/this_is_indecent_code_and_an_affront_to_my_washington_dc_small_town_values/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoHyperlinks in MacCode</title>
		<link>http://cloggedtubes.com/development/autohyperlinks_in_maccode</link>
		<comments>http://cloggedtubes.com/development/autohyperlinks_in_maccode#comments</comments>
		<pubDate>Thu, 04 Sep 2008 02:51:41 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[AutoHyperlinks]]></category>
		<category><![CDATA[maccode]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=93</guid>
		<description><![CDATA[AutoHyperlinks has been officially added to macode, a repository of BSD licensed OS X libraries, frameworks, and code snippets. I&#8217;ll be continuing development on it over there and porting changes to adium (or just setting up an svn:external property &#8211; we&#8217;ll see) to prevent any GPL contamination of the main source.  Not that it&#8217;s likely, of course, but one can&#8217;t be too [...]]]></description>
			<content:encoded><![CDATA[<p>AutoHyperlinks has been officially <a title="maccode r256" href="http://code.google.com/p/maccode/source/detail?r=265">added</a> to <a href="http://code.google.com/p/maccode/">macode</a>, a repository of BSD licensed OS X libraries, frameworks, and code snippets.</p>

<p>I&#8217;ll be continuing development on it over there and porting changes to adium (or just setting up an svn:external property &#8211; we&#8217;ll see) to prevent any GPL contamination of the main source.  Not that it&#8217;s likely, of course, but one can&#8217;t be too careful about these things.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/autohyperlinks_in_maccode/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adium 1.3 Released!</title>
		<link>http://cloggedtubes.com/development/adium_13_released</link>
		<comments>http://cloggedtubes.com/development/adium_13_released#comments</comments>
		<pubDate>Mon, 25 Aug 2008 22:27:34 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[adium]]></category>
		<category><![CDATA[AIHyperlinks]]></category>
		<category><![CDATA[AutoHyperlinks]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=87</guid>
		<description><![CDATA[Adium 1.3 has finally been released! In addition to tons of overall improvements, this release includes the new BSD-Licensed AutoHyperlinks Framework, which offers many, many improvements over the old architecture.]]></description>
			<content:encoded><![CDATA[<p><a href="http://adiumx.com/">Adium 1.3</a> has <a href="http://adiumx.com/blog/2008/08/adium-13-what-is-the-air-speed-of-a-flying-duck/">finally been released</a>!</p>

<p>In addition to tons of overall improvements, this release includes the new <a href="http://adiumx.com/blog/2008/05/aihyperlinks-goes-bsd-changes-name-to-autohyperlinks/">BSD-Licensed AutoHyperlinks Framework</a>, which offers <a href="http://trac.adiumx.com/log/trunk/Frameworks/AutoHyperlinks%20Framework/">many</a>, <a href="http://trac.adiumx.com/changeset/24391">many</a> <a href="http://trac.adiumx.com/changeset/24146">improvements</a> over the <a title="AIHyperlinks (Adium 1.2)" href="http://trac.adiumx.com/browser/branches/adium-1.2/Frameworks/AIHyperlinks%20Framework">old architecture</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/adium_13_released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building MySQL for Python on Mac OS X Leopard (10.5)</title>
		<link>http://cloggedtubes.com/development/building_mysql_for_python_on_mac_os_x_leopard_105</link>
		<comments>http://cloggedtubes.com/development/building_mysql_for_python_on_mac_os_x_leopard_105#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:09:58 +0000</pubDate>
		<dc:creator>Stephen Holt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://cloggedtubes.com/?p=72</guid>
		<description><![CDATA[Trying to get Django set up on 10.5, I noticed mysql-python needs a small patch to build properly on OS X. I don&#8217;t know if this is required for every python/mysql install, but I know it was needed when building for MySQL 5 insalled from macports, and the system provided python libraries. Simply fetch the [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to get <a title="Django Project" href="http://www.djangoproject.com/">Django</a> set up on 10.5, I noticed <a title="mysql-python" href="http://mysql-python.sourceforge.net/">mysql-python</a> needs a small patch to build properly on OS X.</p>

<p>I don&#8217;t know if this is required for every python/mysql install, but I know it was needed when building for MySQL 5 insalled from macports, and the system provided python libraries.</p>

<p>Simply <a title="mysql-python os x build patch" href="http://cloggedtubes.com/stuff/_mysql.c.patch">fetch the patch</a>, then apply:</p>

<blockquote><pre>patch -u -p0 -i /path/to/_mysql.c.patch</pre></blockquote>

<p>After that, make and make install as usual.  That should do it!</p>
]]></content:encoded>
			<wfw:commentRss>http://cloggedtubes.com/development/building_mysql_for_python_on_mac_os_x_leopard_105/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

