erlang - How can I get eredis to compile? -


i new world of erlang , phoenix. anyways, trying figure out compiling issue , have hit wits end now.

i best provide information possible problem. if i've missed let me know.

when running command mix deps.get compiled mix.exs.

however, once run mix conform.configure

i error:

==> eredis (compile) include/eredis_sub.hrl:19: type queue() undefined ** (mix) not compile dependency eredis, /usr/bin/rebar command failed. if want recompile dependency, please run: mix deps.compile eredis 

running mix dep.compile eredis produces same error above.

oh , running erlang 18. appreciated. thanks.

either use v17, or change queue:queue().


Comments