<?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>Moinz.de &#187; OTP</title>
	<atom:link href="http://moinz.de/tag/otp/feed" rel="self" type="application/rss+xml" />
	<link>http://moinz.de</link>
	<description>Mein Blog über mich, Open-Source und Co.</description>
	<lastBuildDate>Mon, 14 Dec 2009 21:29:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Erlang -make fails</title>
		<link>http://moinz.de/2008/10/erlang-make-fails</link>
		<comments>http://moinz.de/2008/10/erlang-make-fails#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:49:00 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Cean]]></category>
		<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[OTP]]></category>

		<guid isPermaLink="false">http://moinz.de/wordpress/?p=22</guid>
		<description><![CDATA[For those of you who try to use certain features of erlang and find themself confused with more or less the following error message: Saturn:src zeisss$ erl -make Recompile: gs_tcp_sup {"init terminating in do_boot",{undef,[{compile,file,["gs_tcp_sup",[report_errors,report_warnings,error_summary,debug_info]]},{make,process,3},{init,start_it,1},{init,start_em,1}]}} Crash dump was written to: erl_crash.dump init terminating in do_boot () This error message says, that it could not find the [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who try to use certain features of erlang and find<br />
themself confused with more or less the following error message:</p>
<pre>Saturn:src zeisss$ erl -make
Recompile: gs_tcp_sup
{"init terminating in do_boot",{undef,[{compile,file,["gs_tcp_sup",[report_errors,report_warnings,error_summary,debug_info]]},{make,process,3},{init,start_it,1},{init,start_em,1}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()</pre>
<p>This error message says, that it could not find the <em>compile</em> module. For<br />
me, the problem was the way I installed erlang on my macbook: I used the<br />
<a href="http://cean.process-one.net/download/">cean</a> installer, which skips a number of packages in its default<br />
installation, e.g. SASL and the compiler packages. To install them,<br />
start erlang and use <code>cean:search("keyword")</code> to search for the <code>compiler</code> package.</p>
<pre>
2> cean:search("compiler").
[{"mlex","Lexical scanner"},
 {"ic","IDL compiler"},
 {"hipe","Make a native-compilation of an Erlang module"},
 {"compiler",
  "A byte code compiler for Erlang which produces highly compact code"},
 {"claw","CLAW is an embryonic compiler from Core Erlang to Common Lisp"}]
</pre>
<p>With <code>cean:install("packagename")</code><br />
you can install them now. For my example above, you had to install the<br />
compiler package with <code>cean:install("compiler")</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://moinz.de/2008/10/erlang-make-fails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
