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

meet 'deprecated' while compiling #84

Open
liketemple opened this issue Sep 26, 2019 · 0 comments
Open

meet 'deprecated' while compiling #84

liketemple opened this issue Sep 26, 2019 · 0 comments

Comments

@liketemple
Copy link

after add dependency of gen_rpc to elixir project, and employ cmd mix deps.get mix deps.compile, meet this:

compile: warnings being treated as errors
/deps/gen_rpc/src/driver/gen_rpc_driver_ssl.erl:68: ssl:ssl_accept/1: deprecated; use ssl:handshake/1 instead
===> Compiling src/driver/gen_rpc_driver_ssl.erl failed
src/driver/gen_rpc_driver_ssl.erl:68: ssl:ssl_accept/1: deprecated; use ssl:handshake/1 instead

** (Mix) Could not compile dependency :gen_rpc, "/Users/like/.mix/rebar3 bare compile --paths="/Users/like/elixirworkdir/img_server/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile gen_rpc", update it with "mix deps.update gen_rpc" or clean it with "mix deps.clean gen_rpc"

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