rambocoder / erlycomet

Automatically exported from code.google.com/p/erlycomet
0 stars 0 forks source link

Error building the tutorial, make crash #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ijust downloaded the code as the tutorial says, but it crashes at make. Could 
it be that I'm on a netbook?

What steps will reproduce the problem?
1. svn co http://erlycomet.googlecode.com/svn/trunk erlycomet-read-only
2. cd erlycomet-read-only/
3. make

What is the expected output? What do you see instead?

Expected: run the Makefile

Output: 
erl -make
{"init terminating in 
do_boot",{undef,[{make,all,[]},{init,start_it,1},{init,start_em,1}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
make: *** [all] Error 1

What version of the product are you using? On what operating system?
Erlycomet r149.
Erlang R13B03 (erts-5.7.4) (Default with Ubuntu 10.04)
Msi Wind u120 Atom N270 1.60GHZ RAM 1GB

Please provide any additional information below.

Original issue reported on code.google.com by guadi...@gmail.com on 6 Sep 2010 at 3:04

Attachments:

GoogleCodeExporter commented 9 years ago
Hello.
Try to install erlang-tools, without it make:all() is undefined. It works for 
me.

sudo apt-get install erlang-tools

Original comment by agf.i...@gmail.com on 12 Dec 2010 at 11:31