Created
January 20, 2015 04:07
-
-
Save TattdCodeMonkey/f4ab72655fcd13634a20 to your computer and use it in GitHub Desktop.
Elixir_ale compile error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc -c -I/usr/local/include -I -I/usr/lib/erlang/usr/include/ -O2 -Wall -Wextra -Wno-unused-parameter -o src/gpio_port.o src/gpio_port.c | |
In file included from src/gpio_port.c:33: | |
src/erlcmd.h:22:10: fatal error: 'ei.h' file not found | |
#include <ei.h> | |
^ | |
1 error generated. | |
make: *** [src/gpio_port.o] Error 1 | |
could not compile dependency elixir_ale, mix compile failed. You can recompile this dependency with `mix deps.compile elixir_ale` or update it with `mix deps.update elixir_ale` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment