-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Erlang version: 22.1
Elixir version: 1.9.1
crc version: 0.9.2
I'm getting the following error while compiling the dependencies with mix deps.compile:
could not compile dependency :crc, "mix compile" failed. You can recompile this dependency with "mix deps.compile crc", update it with "mix deps.update crc" or clean it with "mix deps.clean crc"
** (Mix) Could not compile with "make" (exit status: 2).
You need to have gcc and make installed. Try running the
commands "gcc --version" and / or "make --version". If these programs
are not installed, you will be prompted to install them.
I have both gcc and make installed and they're added properly in the PATH.
Reactions are currently unavailable