Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling #9

Open
AdamBrodzinski opened this issue Jul 10, 2018 · 3 comments
Open

Error compiling #9

AdamBrodzinski opened this issue Jul 10, 2018 · 3 comments

Comments

@AdamBrodzinski
Copy link

AdamBrodzinski commented Jul 10, 2018

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"
@xiamx
Copy link
Contributor

xiamx commented Jul 10, 2018

Pull request #8 is supposed to fix this issue. Unfortunately I no longer work at SweetIQ so I can't merge it

@AdamBrodzinski
Copy link
Author

Ah ok, thanks for the fast feedback! I hope they'll take the PR 😞 I'll use the fork in the meantime!

@cbourg2
Copy link

cbourg2 commented May 14, 2019

Any updates on this being resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants