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

Cannot compile :rl #4

Open
conorfoley opened this issue Nov 7, 2017 · 0 comments
Open

Cannot compile :rl #4

conorfoley opened this issue Nov 7, 2017 · 0 comments

Comments

@conorfoley
Copy link

conorfoley commented Nov 7, 2017

When starting a new API project, the github dependency :rl cannot compile.

GEN    clean
 
ERLC   rl.erl rl_app.erl rl_server.erl rl_sup.erl

compile: warnings being treated as errors

src/rl_server.erl:158: erlang:get_stacktrace/0 used following an old-style 'catch' may stop working in a future release. (Use it inside 'try'.)

src/rl_server.erl:200: erlang:get_stacktrace/0 used following an old-style 'catch' may stop working in a future release. (Use it inside 'try'.)

make: *** [ebin/rl.app] Error 1

** (Mix) Could not compile dependency :rl, "make clean && make" command failed. You can recompile this dependency with "mix deps.compile rl", update it with "mix deps.update rl" or clean it with "mix deps.clean rl"

I'm running Elixir v1.5.2 and Erlang/OTP 20 [erts-9.1.3].

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