-
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
could not compile dependency :ex_admin, "mix compile" failed. You can recompile this dependency with "mix deps.compile ex_admin", update it with "mix deps.update ex_admin" or clean it with "mix deps.clean ex_admin" #435
Comments
Any news about this is this project still being maintained? |
I started working updating to latest. However I’m on vacation so not much time. I’ll push an update soon to resolve the gettext errors |
I just updated a couple of my dependencies to remove compile warnings. Fixed the gettext compile issue and updated many other dependencies. Pushed this to master. It should compile much cleaner now. Remember, If you get a dependency mismatch error, you can put the dependency in you main project and and set the override option. i.e |
@smpallen99 so I just added {:ex_admin, github: "smpallen99/ex_admin"}, this way it picks it up from master but I'm still getting the Compilation error in file lib/ex_admin/paginate.ex error |
I also tried running clean and doing it again no joy |
I’ll look at it tonight |
@AlmogRnD I just tried master and also reviewed the code in paginate.ex and everything works, and looks, ok. Based on the error you are getting in
Let me know if that solves your issue. |
@smpallen99 I just did that and I'm still getting
Are you sure Is getting the new version |
Any news on this? |
First I added {:ex_admin, "~> 0.8.2"}, to my deps and ran mix do deps.get, deps.compile I got the following error
So I then tried {:ex_admin, github: "smpallen99/ex_admin"},
and it ran but I got the following error
could not compile dependency :ex_admin, "mix compile" failed. You can recompile this dependency with "mix deps.compile ex_admin", update it with "mix deps.update ex_admin" or clean it with "mix deps.clean ex_admin"
Here is the entire output
The text was updated successfully, but these errors were encountered: