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'm getting the following error when trying to boot up my app. It says init/0 is undefined. I see that it's currently private and i'm not sure if that's related? I have tested the install for libpostal by running a nodejs script and that works great.
OSX 10.12.4
Elixir 1.6.5
Fresh install of libpostal via brew/make
expostal 0.2.0
⇒ iex -S mix phoenix.server
Erlang/OTP 20 [erts-9.3.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
--------------------- MIX ENV --------------------------
nil
:dev
make: `priv/expostal.so' is up to date.
==> expostal
Compiling 1 file (.ex)
== Compilation error in file lib/expostal.ex ==
** (CompileError) lib/expostal.ex:1: function init/0 undefined
(stdlib) lists.erl:1338: :lists.foreach/2
(stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
could not compile dependency :expostal, "mix compile" failed. You can recompile this dependency with "mix deps.compile expostal", update it with "mix deps.update expostal" or clean it with "mix deps.clean expostal"
The text was updated successfully, but these errors were encountered:
I'm getting the following error when trying to boot up my app. It says
init/0
is undefined. I see that it's currently private and i'm not sure if that's related? I have tested the install for libpostal by running a nodejs script and that works great.OSX 10.12.4
Elixir 1.6.5
Fresh install of libpostal via brew/make
expostal 0.2.0
The text was updated successfully, but these errors were encountered: