<?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: Building an Erlang chat server with Comet – Part&#160;3</title>
	<atom:link href="http://chrismoos.com/2009/10/16/building-an-erlang-chat-server-with-comet-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrismoos.com/2009/10/16/building-an-erlang-chat-server-with-comet-part-3/</link>
	<description>coding my way through life</description>
	<lastBuildDate>Tue, 13 Mar 2012 21:51:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Chris Moos</title>
		<link>http://chrismoos.com/2009/10/16/building-an-erlang-chat-server-with-comet-part-3/comment-page-1/#comment-13958</link>
		<dc:creator>Chris Moos</dc:creator>
		<pubDate>Mon, 06 Sep 2010 23:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://chrismoos.com/?p=567#comment-13958</guid>
		<description>Guadalupe - 

A little searching revealed this: http://code.google.com/p/typhoonae/issues/detail?id=39

It looks like you need the erlang-dev package installed.</description>
		<content:encoded><![CDATA[<p>Guadalupe &#8211; </p>
<p>A little searching revealed this: <a href="http://code.google.com/p/typhoonae/issues/detail?id=39" rel="nofollow">http://code.google.com/p/typhoonae/issues/detail?id=39</a></p>
<p>It looks like you need the erlang-dev package installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guadalupe</title>
		<link>http://chrismoos.com/2009/10/16/building-an-erlang-chat-server-with-comet-part-3/comment-page-1/#comment-13954</link>
		<dc:creator>Guadalupe</dc:creator>
		<pubDate>Mon, 06 Sep 2010 03:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://chrismoos.com/?p=567#comment-13954</guid>
		<description>Hello, this is a great tutorial!
I&#039;m new to Erlang (though I&#039;ve done Haskell in college) and comet, so I&#039;m trying to do a crash course.

I downloaded the code and tried to run it, but it gives me an error (pasted below). I&#039;m on Ubuntu 10.04, which comes with Erlang by default.

mkdir -p ./ebin
cp lib/*/*.beam ebin
cd src &amp;&amp; make
make[1]: Entering directory `/home/guada/Projects/erl_chat/src&#039;
erlc -I ../include -o ../ebin `ls *.erl`
./chat_room.erl:23: can&#039;t find include lib &quot;stdlib/include/qlc.hrl&quot;
./chat_room.erl:55: Warning: qlc:q/1 called, but &quot;qlc.hrl&quot; not included
./chat_room.erl:163: Warning: qlc:q/1 called, but &quot;qlc.hrl&quot; not included
./chat_room.erl:171: Warning: qlc:q/1 called, but &quot;qlc.hrl&quot; not included
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/guada/Projects/erl_chat/src&#039;
make: *** [all] Error 2

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello, this is a great tutorial!<br />
I&#8217;m new to Erlang (though I&#8217;ve done Haskell in college) and comet, so I&#8217;m trying to do a crash course.</p>
<p>I downloaded the code and tried to run it, but it gives me an error (pasted below). I&#8217;m on Ubuntu 10.04, which comes with Erlang by default.</p>
<p>mkdir -p ./ebin<br />
cp lib/*/*.beam ebin<br />
cd src &amp;&amp; make<br />
make[1]: Entering directory `/home/guada/Projects/erl_chat/src&#8217;<br />
erlc -I ../include -o ../ebin `ls *.erl`<br />
./chat_room.erl:23: can&#8217;t find include lib &#8220;stdlib/include/qlc.hrl&#8221;<br />
./chat_room.erl:55: Warning: qlc:q/1 called, but &#8220;qlc.hrl&#8221; not included<br />
./chat_room.erl:163: Warning: qlc:q/1 called, but &#8220;qlc.hrl&#8221; not included<br />
./chat_room.erl:171: Warning: qlc:q/1 called, but &#8220;qlc.hrl&#8221; not included<br />
make[1]: *** [all] Error 1<br />
make[1]: Leaving directory `/home/guada/Projects/erl_chat/src&#8217;<br />
make: *** [all] Error 2</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

