elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Can't compile on Centos 7 #80

Closed hupahupa closed 8 years ago

hupahupa commented 8 years ago

Hi team, I got this error when try to compile

[root@dev elixir]# sudo make clean test
cd lib/elixir && "/opt/elixir/rebar" clean
Uncaught error in rebar_core: {error,
                                  {erl_interface,include,
                                      "code:lib_dir(erl_interface)is unable to find the erl_interface library."}}
make: *** [clean] Error 1

Please help

keathley commented 8 years ago

Hey @hupahupa. I think you might have the wrong repo. This repo is for the language package for the atom editor. You're probably looking for https://github.com/elixir-lang/elixir.