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

At least Erlang 18.0 is required to build Elixir #41

Closed
paritosh90 opened this issue Mar 16, 2016 · 1 comment
Closed

At least Erlang 18.0 is required to build Elixir #41

paritosh90 opened this issue Mar 16, 2016 · 1 comment

Comments

@paritosh90
Copy link

Hi I am getting following error
cd lib/elixir && "/Users/Paritosh/.kiex/builds/elixir-git/rebar" clean
==> elixir (clean)
rm -rf ebin
rm -rf lib//ebin
rm -rf lib/elixir/test/ebin
rm -rf lib/
/tmp
rm -rf lib/mix/test/fixtures/git_repo
rm -rf lib/mix/test/fixtures/deps_on_git_repo
rm -rf lib/mix/test/fixtures/git_rebar
rm -rf lib/elixir/src/elixir.app.src
/Applications/Xcode.app/Contents/Developer/usr/bin/make clean_man
rm -f man/elixir.1
rm -f man/iex.1
At least Erlang 18.0 is required to build Elixir
make: *** [lib/elixir/src/elixir.app.src] Error 1
At least Erlang 18.0 is required to build Elixir
make: *** [lib/elixir/src/elixir.app.src] Error 1
Problem with Elixir build. Aborting!
Please report via https://github.com/taylor/kiex/issues/new
Paritoshs-MacBook-Pro:~ Paritosh$ erlang
-bash: erlang: command not found

@taylor
Copy link
Owner

taylor commented May 23, 2016

It looks like you do not have erlang installed which is a prerequisite.

You can install Erlang in several ways including with Kerl -- https://github.com/kerl/kerl -- or brew. Install a version 18.0 or higher.

@taylor taylor closed this as completed May 23, 2016
padi added a commit to padi/kiex that referenced this issue Apr 12, 2017
It's possible that multiple people are having [trouble installing elixir](taylor#41 (comment)) because we don't know we need erlang until further down the README. It's also not explicitly stated that it's needed to be installed before anything else.
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

2 participants