Hi guys!
I been trying to build ejabberd on Debian8. I believe I have fully installed all dependencies listed on the Administration manual. It fails with this message:
==> p1_stun (compile)
Compiled src/stun_app.erl
Compiled src/turn_tmp_sup.erl
Compiled src/turn_sm.erl
/home/administrador/work/centralvirtual/Build/ejabberd/ejabberd-15.04/deps/p1_stun/src/stun_listener.erl:39: Warning: type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2
Compiled src/stun_listener.erl
/home/administrador/work/centralvirtual/Build/ejabberd/ejabberd-15.04/deps/p1_stun/src/turn.erl:68: Warning: type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2
/home/administrador/work/centralvirtual/Build/ejabberd/ejabberd-15.04/deps/p1_stun/src/turn.erl:69: Warning: type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2
Compiled src/turn.erl
Compiled src/stun.erl
/home/administrador/work/centralvirtual/Build/ejabberd/ejabberd-15.04/deps/p1_stun/src/stun_test.erl:none: undefined parse transform 'eunit_autoexport'
ERROR: compile failed while processing /home/administrador/work/centralvirtual/Build/ejabberd/ejabberd-15.04/deps/p1_stun: rebar_abort
Makefile:87: recipe for target 'deps/.built' failed
make: *** [deps/.built] Error 1
Any suggestions on whats missing?
Hi guys! Any ideas on what Im
Hi guys!
Any ideas on what Im missing?
Compiled asn1/XmppAddr.asn1
unexpected error compiling src/eldap_filter_yecc.yrl
{'EXIT',{undef,[{yecc,file,
["src/eldap_filter_yecc.yrl",
[{parserfile,"src/eldap_filter_yecc.erl"},
{return,true}]],
[]},
{rebar_erlc_compiler,compile_xrl_yrl,5,
[{file,"src/rebar_erlc_compiler.erl"},
{line,512}]},
{rebar_base_compiler,compile,3,
[{file,"src/rebar_base_compiler.erl"},
{line,121}]},
{rebar_base_compiler,compile_worker,3,
[{file,"src/rebar_base_compiler.erl"},
{line,194}]}]}}
ERROR: compile failed while processing /home/administrador/work/centralvirtual/Build/ejabberd/ejabberd-15.04: rebar_abort
Makefile:87: recipe for target 'deps/.built' failed
make: *** [deps/.built] Error 1
Erlang can't find the file
Erlang can't find the file yecc.beam with the funcion "file". Try installing erlang-nox and/or erlang-parsetools.