ycaihua / mqtt4erl

Automatically exported from code.google.com/p/mqtt4erl
MIT License
1 stars 0 forks source link

Unable to build on Ubuntu 10.04 #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. grab latest source
2. attempt to run make
3. adjust versions of erlang dependencies in .rel file and attempt to run make

andyp@agrippa:~/Development/mqtt/erlang/mqtt4erl-read-only$ make
erl -pa ./ebin  -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

Not an erlang expert so I'm not sure what I'm doing wrong here. Attached the 
erl_crash.dump file for reference.

Original issue reported on code.google.com by andypiperuk on 17 Aug 2010 at 9:16

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm. My bad. I ran aptitude install erlang and that grabbed just about every 
erlang-related package in Ubuntu. Now it does seem to build :-)

Original comment by andypiperuk on 17 Aug 2010 at 9:21