Export to GitHub

erlycomet - issue #3

Error building the tutorial, make crash


Posted on Sep 6, 2010 by Grumpy Giraffe

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.

Attachments

Comment #1

Posted on Dec 12, 2010 by Grumpy Monkey

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

sudo apt-get install erlang-tools

Status: New

Labels:
Type-Defect Priority-Medium