Skip to content

Instantly share code, notes, and snippets.

@TattdCodeMonkey
Created January 20, 2015 04:07
Show Gist options
  • Save TattdCodeMonkey/f4ab72655fcd13634a20 to your computer and use it in GitHub Desktop.
Save TattdCodeMonkey/f4ab72655fcd13634a20 to your computer and use it in GitHub Desktop.
Elixir_ale compile error
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