I'm on OSX Lion, using Erlang R15B01, Disco 0.4.1 worked for me, but
upgrading to 0.4.2 broke it for me.
When compiling disco 0.4.2 everything goes through properly with
rebar:
==> lager (get-deps)
==> mochiweb (get-deps)
==> master (get-deps)
==> lager (compile)
==> mochiweb (compile)
==> master (compile)
When I try to start disco, I get
=INFO REPORT==== 11-May-2012::17:01:23 ===
application: disco
exited: {bad_return,
{{disco_main,start,[normal,[]]},
{'EXIT',
{{badmatch,
{error,{"no such file or
directory","
lager.app"}}},
[{disco_main,start,2,
[{file,"src/disco_main.erl"},{line,37}]},
{application_master,start_it_old,4,
[{file,"application_master.erl"},{line,
274}]}]}}}}
type: temporary
When I run application:which_applications() before line 37, I get
[{stdlib,"ERTS CXC 138 10","1.18.1"}, {kernel,"ERTS CXC 138
10","2.15.1"}].
And no lager.
Can I have some help please?