-
Notifications
You must be signed in to change notification settings - Fork 272
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
Fails to compile with latest gettext #425
Comments
the same for me Erlang/OTP 20.1.7 [erts-9.1.5] @benrom thanks for the suggested |
I ran into the same problem on ExAdmin
Changing
to:
Fixed it for me. Erlang/OTP 19 [erts-8.2.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] |
@smpallen99 can you please check @nghitran 's PR (#426) ? will help a lot of people |
I was running into this issue too. I just put the proposed fix in the 1.3 branch. If you want to fix it on your own, go to the lib/ex_admin/paginate.ex on line 58 and change it to: |
When compiling my project with both ex_admin@latest and latest [email protected], the
mix deps.compile
build fails after these warnings:Another of my dependencies shows warnings during compilation (timex) but it does not break the build.
No such problem with [email protected], that must be linked to that new 0.14.0 feature:
I will stick to 0.13.x for now.
My environment:
Erlang/OTP 20 [erts-9.1.4]
Elixir 1.5.2
The text was updated successfully, but these errors were encountered: