-
Notifications
You must be signed in to change notification settings - Fork 18
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 #3
Comments
I'm using OTP master and Elixir master |
Maybe this might be a good idea possible to get the libpostal dep: |
which version of libpostal and c compiler are you using? |
Regarding including libpostal as dep, I raised similar suggestion with the official Node.JS binding openvenues/node-postal#10 . @thatdatabaseguy responded with the reason for not including libpostal as a direct dependency. I feel like the situation is the same with Elixir binding. Though this may change cuz I'm not very familiar with Elixir 😄 |
I'm using libpostal: 0cb8c61fb0619a47ab19ab97e847bea8af3a7e44 libportal seems to be hardcoded to gcc so I don't need to post the clang version ;) |
Cool I'm going to try reproducing it. |
Wasn't able to reproduce it with libpostal on 0cb8c61fb.. though I'm not sure how to get master branch of Elixir and OTP on TravisCI |
I hit the same issue with my build process. Using expostal 0.1.0 from Hex, Elixir 1.4.4 and OTP19. It seems to me that the issue is coming from the use of If I do a clean start (erase _build and deps folders) and then run However, if I run |
From my first mix deps.compile:
from my second mix deps.compile:
|
I did get it to work by using |
--include-children only worked sporadically. I am now pinned to expostal 0.1.3 and this is the compilation output:
|
The patch I just pushed in PR #4 fixed the issue for me consistently |
Thanks @jdemaris 🎉 |
The text was updated successfully, but these errors were encountered: