You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error:
erl -pa /home/ChicagoBoss/ebin -eval 'boss_load:load_all_modules_and_emit_app_file(erlchat, "ebin")' -s init stop -noshell
{"init terminating in do_boot",{undef,[{boss_load,load_all_modules_and_emit_app_file,[erlchat,"ebin"],[]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,657}]},{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
when trying to 'make'.
Do you have any ideas what might be causing the problem?
The text was updated successfully, but these errors were encountered:
I get this error:
erl -pa /home/ChicagoBoss/ebin -eval 'boss_load:load_all_modules_and_emit_app_file(erlchat, "ebin")' -s init stop -noshell
{"init terminating in do_boot",{undef,[{boss_load,load_all_modules_and_emit_app_file,[erlchat,"ebin"],[]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,657}]},{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
when trying to 'make'.
Do you have any ideas what might be causing the problem?
The text was updated successfully, but these errors were encountered: