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

rebar3 compilation error #20

Open
AndriiKlymchuk opened this issue Mar 23, 2019 · 1 comment
Open

rebar3 compilation error #20

AndriiKlymchuk opened this issue Mar 23, 2019 · 1 comment

Comments

@AndriiKlymchuk
Copy link

Hello. When I try to compile my project which uses i18n as dependency I get next error:

rebar3 compile
===> Verifying dependencies...
===> Fetching i18n ({git,"https://github.com/erlang-unicode/i18n.git",
{ref,"5e5feeb34b138077689d67ab0f400e0d810764af"}})
===> Failed to update package from repo hexpm
===> Plugin rebar_i18n_plugin not available. It will not be used.
===> Compiling i18n
===> Compiling _build/default/lib/i18n/src/i18n.erl failed
_build/default/lib/i18n/src/i18n.erl:none: undefined parse transform 'i18n_expand'

Could you please help with investigation?

rebar3 version
rebar 3.9.1+build.4318.refcc788f1f on Erlang/OTP 21 Erts 10.3.1

@AndriiKlymchuk
Copy link
Author

AndriiKlymchuk commented Mar 23, 2019

I found that if run start_dev.sh script from i18n directory library compiles successfully and then rebar3 skip this dependency.

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

1 participant