<?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: Installing Erlang on Snow Leopard</title>
	<atom:link href="http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/</link>
	<description>I change the directions of small pieces of metal for a living.</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:16:17 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Alain O'Dea</title>
		<link>http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/comment-page-1/#comment-263</link>
		<dc:creator>Alain O'Dea</dc:creator>
		<pubDate>Wed, 14 Apr 2010 23:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=288#comment-263</guid>
		<description>documentation : fop is missing. The documentation can not be built.

Fixable with Homebrew:
brew install fop
ln -s /usr/local/Cellar/fop/0.95/fop /usr/local/bin/fop

Now the only error I get is about wx and I am working on getting rid of that too.  I think that it no longer applies since wxWidgets 2.9.0 builds with a minor patch against 64-bit Cocoa.</description>
		<content:encoded><![CDATA[<p>documentation : fop is missing. The documentation can not be built.</p>
<p>Fixable with Homebrew:<br />
brew install fop<br />
ln -s /usr/local/Cellar/fop/0.95/fop /usr/local/bin/fop</p>
<p>Now the only error I get is about wx and I am working on getting rid of that too.  I think that it no longer applies since wxWidgets 2.9.0 builds with a minor patch against 64-bit Cocoa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmochan</title>
		<link>http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/comment-page-1/#comment-219</link>
		<dc:creator>mmochan</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=288#comment-219</guid>
		<description>Thanks Jake all working now</description>
		<content:encoded><![CDATA[<p>Thanks Jake all working now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Boxer</title>
		<link>http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/comment-page-1/#comment-218</link>
		<dc:creator>Jake Boxer</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=288#comment-218</guid>
		<description>mmochan:

If the source you pasted in here is accurate, you&#039;re missing a dash (&#039;-&#039;) at the beginning of your first line (right next to the &#039;m&#039; in &quot;module&quot;). Let me know if adding the dash fixes it, or if not, what error message you&#039;re getting.</description>
		<content:encoded><![CDATA[<p>mmochan:</p>
<p>If the source you pasted in here is accurate, you&#8217;re missing a dash (&#8216;-&#8217;) at the beginning of your first line (right next to the &#8216;m&#8217; in &#8220;module&#8221;). Let me know if adding the dash fixes it, or if not, what error message you&#8217;re getting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmochan</title>
		<link>http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/comment-page-1/#comment-216</link>
		<dc:creator>mmochan</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=288#comment-216</guid>
		<description>I&#039;ve just installed erlang on snow leopard so I&#039;m guessing this a user error on my behalf but would be grateful if you could point me in the right direction.

I&#039;m getting the following error when trying to compile test.erl

module(test).
-export([fac/1]).

fac(0) -&gt; 1;
fac(N) -&gt; N * fac(N-1).


Erlang R13B03 (erts-5.7.4) [source][/source] [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:false]

Eshell V5.7.4  (abort with ^G)
1&gt; c(test).
./test.erl:1: syntax error before: &#039;.&#039;
./test.erl:2: no module definition
error
2&gt; 123123*121132.
14914135236
3&gt; 

Thanks

Mike</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just installed erlang on snow leopard so I&#8217;m guessing this a user error on my behalf but would be grateful if you could point me in the right direction.</p>
<p>I&#8217;m getting the following error when trying to compile test.erl</p>
<p>module(test).<br />
-export([fac/1]).</p>
<p>fac(0) -&gt; 1;<br />
fac(N) -&gt; N * fac(N-1).</p>
<p>Erlang R13B03 (erts-5.7.4) [/source] [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:false]</p>
<p>Eshell V5.7.4  (abort with ^G)<br />
1&gt; c(test).<br />
./test.erl:1: syntax error before: &#8216;.&#8217;<br />
./test.erl:2: no module definition<br />
error<br />
2&gt; 123123*121132.<br />
14914135236<br />
3&gt; </p>
<p>Thanks</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobin</title>
		<link>http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/comment-page-1/#comment-114</link>
		<dc:creator>Tobin</dc:creator>
		<pubDate>Mon, 11 Jan 2010 17:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=288#comment-114</guid>
		<description>Worked perfectly, very helpful.  Thank you.</description>
		<content:encoded><![CDATA[<p>Worked perfectly, very helpful.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Erlang on Snow Leopard &#124; jBoxer Mac Apple</title>
		<link>http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/comment-page-1/#comment-103</link>
		<dc:creator>Installing Erlang on Snow Leopard &#124; jBoxer Mac Apple</dc:creator>
		<pubDate>Fri, 01 Jan 2010 22:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=288#comment-103</guid>
		<description>[...] is the original post:  Installing Erlang on Snow Leopard &#124; jBoxer          By admin &#124; category: snow leopard &#124; tags: attempts, install-various, intel, last-one, [...]</description>
		<content:encoded><![CDATA[<p>[...] is the original post:  Installing Erlang on Snow Leopard | jBoxer          By admin | category: snow leopard | tags: attempts, install-various, intel, last-one, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
