- 卸载了以前版本的erlang
- 安装最新版本 R15B02
- 从源头安装钢筋
rebar 编译现在失败并出现以下错误:
Uncaught error in rebar_core: {'EXIT',
{badarg,
[{erlang,make_fun,
[{atom,42,filelib},
{atom,42,wildcard},
{integer,42,1}],
[]},
{rebar_subdirs,preprocess,2,[]},
{rebar_core,acc_modules,5,[]},
{rebar_core,process_dir0,6,[]},
{rebar_core,process_commands,2,[]},
{rebar,main,1,[]},
{erl_eval,do_apply,6,
[{file,"erl_eval.erl"},{line,572}]},
{escript,eval_exprs,5,
[{file,"escript.erl"},{line,850}]}]}} make: *** [all] Error 1
我该如何解决?