<?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>Technitribe</title>
	<atom:link href="http://blog.peopleareducks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peopleareducks.com</link>
	<description>not at all like a diatribe</description>
	<lastBuildDate>Sat, 27 Mar 2010 01:00:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zone out completely</title>
		<link>http://blog.peopleareducks.com/2010/03/26/zone-out-completely/</link>
		<comments>http://blog.peopleareducks.com/2010/03/26/zone-out-completely/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 01:00:48 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[/dev/null]]></category>
		<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=128</guid>
		<description><![CDATA[While searching for modes which would help me edit bind9 configuration files I came across this mailing list post. It mentions zone-mode which ended up being great for editing the actual zone files A+. It also tipped me off to another emacs Easter Egg, M-x zone. Described thus:

zone is an interactive compiled Lisp function.
It is [...]]]></description>
			<content:encoded><![CDATA[<p>While searching for modes which would help me edit <a href="http://www.bind9.net/">bind9</a> configuration files I came across <a href="https://lists.isc.org/pipermail/bind-users/2008-September/073061.html">this mailing list post</a>. It mentions <code>zone-mode</code> which ended up being great for editing the actual zone files A+. It also tipped me off to another emacs Easter Egg, <code>M-x zone</code>. Described thus:</p>

<div class="wp_syntax"><div class="code"><pre class="listp" style="font-family:monospace;">zone is an interactive compiled Lisp function.
It is bound to &lt;menu-bar&gt; &lt;tools&gt; &lt;games&gt; &lt;zone&gt;.
(zone)
Zone out, completely.</pre></div></div>

<p>It&#8217;s basically an emacs screensaver/psychedelic ascii mode using your focused buffer for content. It obfuscates the buffer in ways which involves wrapping your code around the screen or swapping characters around, and even just turning it all into curly braces and wiggling. Press a key to undo it all. Might be a neat trick to play on a friend, but I see no other usage for this mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2010/03/26/zone-out-completely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS/LDAP</title>
		<link>http://blog.peopleareducks.com/2010/03/21/dnsldap/</link>
		<comments>http://blog.peopleareducks.com/2010/03/21/dnsldap/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 02:30:17 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[/dev/null]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/2010/03/21/dnsldap/</guid>
		<description><![CDATA[Hopefully getting something that resembles a DNS server polling from LDAP set up tonight. I love virtual machines.
]]></description>
			<content:encoded><![CDATA[<p>Hopefully getting something that resembles a DNS server polling from LDAP set up tonight. I love virtual machines.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2010/03/21/dnsldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop Upgrade Tonight</title>
		<link>http://blog.peopleareducks.com/2010/02/19/desktop-upgrade-tonight/</link>
		<comments>http://blog.peopleareducks.com/2010/02/19/desktop-upgrade-tonight/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:28:10 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[/dev/null]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OMGNEWVERSION]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/2010/02/19/desktop-upgrade-tonight/</guid>
		<description><![CDATA[Tonight I&#8217;m upgrading my desktop (&#8220;fridge&#8221;) from Fedora 11 to 12. For my own personal benefit I&#8217;ll be documenting the process. Things I want to take note of in particular include: which additional files must be backed up for system services like samba, my current partition map, and what process I used to perform the [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I&#8217;m upgrading my desktop (&#8220;fridge&#8221;) from Fedora 11 to 12. For my own personal benefit I&#8217;ll be documenting the process. Things I want to take note of in particular include: which additional files must be backed up for system services like samba, my current partition map, and what process I used to perform the upgrade (optical media, netboot?).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2010/02/19/desktop-upgrade-tonight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State Transition Diagram featured on blog.xmpp.org</title>
		<link>http://blog.peopleareducks.com/2010/02/03/state-transition-diagram-featured-on-blog-xmpp-org/</link>
		<comments>http://blog.peopleareducks.com/2010/02/03/state-transition-diagram-featured-on-blog-xmpp-org/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 08:44:52 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[XMPP]]></category>
		<category><![CDATA[FSM]]></category>
		<category><![CDATA[omgfamous]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=120</guid>
		<description><![CDATA[The XMPP Client State Transition Diagram I created last December was featured on blog.xmpp.org.
Diagram for XMPP connection
One of the most difficult part when developping a new XMPP client is the connection mechanism workflow. Tim Bielawa has drawn a state transitions diagram that might be very helpful to thousands of developpers worldwide.
Now that&#8217;s pretty exciting! I [...]]]></description>
			<content:encoded><![CDATA[<p>The XMPP Client <a href="http://github.com/tbielawa/PAD-XMPP/blob/master/Graph/ConnectionStates.png">State Transition Diagram</a> I created last December was featured on <a href="http://blog.xmpp.org/index.php/2010/01/xmpp-roundup-13-articles-talks-and-events/">blog.xmpp.org</a>.</p>
<blockquote><p>Diagram for XMPP connection<br />
One of the most difficult part when developping a new XMPP client is the connection mechanism workflow. Tim Bielawa has drawn a <a href="http://github.com/tbielawa/PAD-XMPP/blob/master/Graph/ConnectionStates.png">state transitions diagram</a> that might be very helpful to thousands of developpers worldwide.</p></blockquote>
<p>Now that&#8217;s pretty exciting! I hope some one else may find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2010/02/03/state-transition-diagram-featured-on-blog-xmpp-org/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Macports updates their Erlang version, update your load-path&#8217;s</title>
		<link>http://blog.peopleareducks.com/2010/02/03/macports-updates-their-erlang-version/</link>
		<comments>http://blog.peopleareducks.com/2010/02/03/macports-updates-their-erlang-version/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 05:08:37 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Erlang]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=115</guid>
		<description><![CDATA[I&#8217;ve been working on my XMPP server pet project recently, and the need for a good Erlang XML parser has finally struck. I decided to go with Erlsom. It&#8217;s in MacPorts, so from there I installed it. Now, since I  don&#8217;t update my port tree frequently I get delightful surprises from time to time. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on my <a href="http://github.com/tbielawa/PAD-XMPP">XMPP server</a> pet project recently, and the need for a good Erlang XML parser has finally struck. I decided to go with <a href="http://erlsom.sourceforge.net/">Erlsom</a>. It&#8217;s in MacPorts, so from there I installed it. Now, since I  don&#8217;t update my port tree frequently I get delightful surprises from time to time. This time installing Erlsom triggered an update of Erlang, to the latest version!</p>
<p>Short story shorter, the update changes the path to the erlang-mode.el file so before you can M-x erlang-mode again you&#8217;ll have you fix your Emacs load-path to register the new location. (See my older post on how to initially <a href="http://blog.peopleareducks.com/2009/12/02/macports-and-erlang-setting-up-emacs-and-your-manpath/">set up Erlang and Emacs</a> from MacPorts from scratch)</p>
<p>The new load commands should be:</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> load-path <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">cons</span>  <span style="color: #ff0000;">&quot;/opt/local/lib/erlang/lib/tools-2.6.5/emacs/&quot;</span> load-path<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> erlang-root-dir <span style="color: #ff0000;">&quot;/opt/local/lib/erlang&quot;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> exec-path <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">cons</span> <span style="color: #ff0000;">&quot;/opt/local/bin&quot;</span> exec-path<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>require 'erlang-start<span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>It just requires changing the tools-x.x.x to 2.6.5.</p>
<p>p.s. <a href="http://ftp.sunet.se/pub/lang/erlang/doc/man/erlang.el.html">about erlang-mode </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2010/02/03/macports-updates-their-erlang-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Syndication</title>
		<link>http://blog.peopleareducks.com/2009/12/14/syndication/</link>
		<comments>http://blog.peopleareducks.com/2009/12/14/syndication/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 23:24:46 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[/dev/null]]></category>
		<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=111</guid>
		<description><![CDATA[Emacs related posts are now being syndicated on Planet Emacsen!
]]></description>
			<content:encoded><![CDATA[<p>Emacs related posts are now being syndicated on <a href="http://planet.emacsen.org/">Planet Emacsen</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2009/12/14/syndication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing dblatex from the latest MacPorts</title>
		<link>http://blog.peopleareducks.com/2009/12/04/installing-dblatex-from-the-latest-macports/</link>
		<comments>http://blog.peopleareducks.com/2009/12/04/installing-dblatex-from-the-latest-macports/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:05:38 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[dblatex]]></category>
		<category><![CDATA[Macports]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=107</guid>
		<description><![CDATA[I ran into this issue while installing dblatex (0.2.10) from the most recent MacPorts tree today:

Traceback &#40;most recent call last&#41;:
  File &#34;/opt/local/bin/dblatex&#34;, line 16, in &#60;module&#62;
    from dbtexmf.dblatex import dblatex
ImportError: No module named dbtexmf.dblatex

I got past it by exporting PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages, but clearly this was not optimal. I was about to file [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into this issue while installing dblatex (0.2.10) from the most recent MacPorts tree today:</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">Traceback <span style="color: black;">&#40;</span>most recent call last<span style="color: black;">&#41;</span>:
  File <span style="color: #483d8b;">&quot;/opt/local/bin/dblatex&quot;</span>, line <span style="color: #ff4500;">16</span>, <span style="color: #ff7700;font-weight:bold;">in</span> <span style="color: #66cc66;">&lt;</span>module<span style="color: #66cc66;">&gt;</span>
    <span style="color: #ff7700;font-weight:bold;">from</span> dbtexmf.<span style="color: black;">dblatex</span> <span style="color: #ff7700;font-weight:bold;">import</span> dblatex
<span style="color: #008000;">ImportError</span>: No module named dbtexmf.<span style="color: black;">dblatex</span></pre></div></div>

<p>I got past it by exporting <code>PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages</code>, but clearly this was not optimal. I was about to file a bug report about the issue but before I did that I read their <a href="http://guide.macports.org/#project.tickets">new ticket guidelines</a> which requested the full build log be included in the ticket.</p>
<p>In the build log was the solution. I would have missed it had my shell scrollback not been set to unlimited. Nestled a good 182 lines back in my buffer was this little message:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">---<span style="color: #000000; font-weight: bold;">&gt;</span>  Installing python26 <span style="color: #000000; font-weight: bold;">@</span>2.6.4_0+darwin
---<span style="color: #000000; font-weight: bold;">&gt;</span>  Activating python26 <span style="color: #000000; font-weight: bold;">@</span>2.6.4_0+darwin
&nbsp;
To fully <span style="color: #7a0874; font-weight: bold;">complete</span> your installation and <span style="color: #c20cb9; font-weight: bold;">make</span> python <span style="color: #000000;">2.6</span> the default, please run
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> python_select
<span style="color: #c20cb9; font-weight: bold;">sudo</span> python_select python26</pre></div></div>

<p>I did as instructed, and sure enough, dblatex started working! I just wanted to post this on the blog in case anyone else ran into this and missed it like I did.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2009/12/04/installing-dblatex-from-the-latest-macports/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Macports, and Erlang: Setting up Emacs and your $MANPATH</title>
		<link>http://blog.peopleareducks.com/2009/12/02/macports-and-erlang-setting-up-emacs-and-your-manpath/</link>
		<comments>http://blog.peopleareducks.com/2009/12/02/macports-and-erlang-setting-up-emacs-and-your-manpath/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 03:32:05 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Macports]]></category>
		<category><![CDATA[Manpath]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=101</guid>
		<description><![CDATA[You may find this helpful if you should find yourself using Erlang on OS X and you&#8217;ve installed it using Macports. After a default installation you&#8217;ll need to manually configure your .emacs file for erlang-mode and set your $MANPATH variable correctly, here&#8217;s how.
If you&#8217;ve installed Erlang with Macports then you may have noticed that when [...]]]></description>
			<content:encoded><![CDATA[<p>You may find this helpful if you should find yourself using <a href="http://www.erlang.org/">Erlang</a> on OS X and you&#8217;ve installed it using <a href="http://www.macports.org">Macports</a>. After a default installation you&#8217;ll need to manually configure your .emacs file for <strong>erlang-mode</strong> and set your $MANPATH variable correctly, here&#8217;s how.</p>
<p>If you&#8217;ve installed Erlang with Macports then you may have noticed that when you edit <strong>.erl</strong> files you&#8217;re not entering into <strong>erlang-mode</strong>, nor is it available to enter into. Here&#8217;s how I got <a href="http://www.erlang.org/doc/apps/tools/erlang_mode_chapter.html">erlang-mode</a> working on my system.</p>
<p>Macports will install Erlang into /opt/local/lib/erlang by default. <a href="http://www.erlang.org/doc/apps/tools/erlang_mode_chapter.html#id2261177">The paths</a> to put in your .emacs file provided in the erlang-mode documentation only need to be tweaked a slight bit to function properly. Here&#8217;s what I put in mine:</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> load-path <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">cons</span>  <span style="color: #ff0000;">&quot;/opt/local/lib/erlang/lib/tools-2.6.4/emacs/&quot;</span> load-path<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> erlang-root-dir <span style="color: #ff0000;">&quot;/opt/local/lib/erlang&quot;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> exec-path <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">cons</span> <span style="color: #ff0000;">&quot;/opt/local/bin&quot;</span> exec-path<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>require 'erlang-start<span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>Note that you may require setting &#8220;tools-2.6.4&#8243; to something else if Macports has upgraded it&#8217;s distribution of Erlang.</p>
<p>Setting up your $MANPATH variable is fairly simple as well. Just put the string &#8220;/opt/local/lib/erlang/man&#8221; in a file called &#8216;erlang&#8217; in /etc/manpaths.d/ and make sure it ends with an empty line. Test this by opening a new terminal and running: <strong>echo $MANPATH | grep erlang</strong>. If it doesn&#8217;t come back empty then you&#8217;ve done it right.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2009/12/02/macports-and-erlang-setting-up-emacs-and-your-manpath/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Emacs Hacking, reverse other buffer</title>
		<link>http://blog.peopleareducks.com/2009/10/18/emacs-hacking-reverse-other-buffer/</link>
		<comments>http://blog.peopleareducks.com/2009/10/18/emacs-hacking-reverse-other-buffer/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 22:39:51 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=97</guid>
		<description><![CDATA[I started reading Writing GNU Emacs Extensions by Bob Glickstein. The first real meaty example you work through in it is making an &#8216;other-buffer&#8217; like key command that works in reverse. So here I present to the internet, my version of previous-window.

&#40;defun previous-window &#40;&#41;
  &#34;As other-buffer, except in the other-direction&#34;
  &#40;interactive&#41;
  &#40;other-window [...]]]></description>
			<content:encoded><![CDATA[<p>I started reading <em>Writing GNU Emacs Extensions</em> by Bob Glickstein. The first real meaty example you work through in it is making an &#8216;other-buffer&#8217; like key command that works in reverse. So here I present to the internet, my version of previous-window.</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">defun</span> previous-window <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
  <span style="color: #ff0000;">&quot;As other-buffer, except in the other-direction&quot;</span>
  <span style="color: #66cc66;">&#40;</span>interactive<span style="color: #66cc66;">&#41;</span>
  <span style="color: #66cc66;">&#40;</span>other-window -<span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
<span style="color: #66cc66;">&#40;</span>global-set-key <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\C</span>-c<span style="color: #000099; font-weight: bold;">\o</span>&quot;</span> 'previous-window<span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>Put in your <strong>.emacs</strong> file and activate with <strong>C-c o</strong> when you have multiple frames open at once.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2009/10/18/emacs-hacking-reverse-other-buffer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building VirtualBox OSE from SVN on OS X</title>
		<link>http://blog.peopleareducks.com/2009/09/28/building-virtualbox-ose-from-svn-on-os-x/</link>
		<comments>http://blog.peopleareducks.com/2009/09/28/building-virtualbox-ose-from-svn-on-os-x/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 05:56:21 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=90</guid>
		<description><![CDATA[Today abutcher and I found every way to fail to build VirtualBox OSE from source on OS X. We followed the build instructions on their web site but had some problems. I&#8217;ll post a more detailed writeup of what happened and what you need to do to build it later. Until then, here&#8217;s a link [...]]]></description>
			<content:encoded><![CDATA[<p>Today abutcher and I found every way to fail to build VirtualBox OSE from source on OS X. We followed the <a href="http://www.virtualbox.org/wiki/Mac%20OS%20X%20build%20instructions">build instructions</a> on their web site but had some problems. I&#8217;ll post a more detailed writeup of what happened and what you need to do to build it later. Until then, <a href="http://peopleareducks.com/~tbielawa/VirtualBoxOSE-r23341.dmg">here&#8217;s a link</a> to download the most recent checkout from svn, built for OS X 10.6 (Snow Leopard). And here&#8217;s the SHA256:</p>
<blockquote><p><tt>dd55dbaabb23e19c16fb78d5b8f41d68bd19a6ad2ef810818b5d7d480da26393</tt></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2009/09/28/building-virtualbox-ose-from-svn-on-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
