revelrylabs / elixir-stellar-client

Elixir Client for Stellar
MIT License
20 stars 8 forks source link

Error compiling crc from MacOS #55

Open gualopezb opened 4 years ago

gualopezb commented 4 years ago

Erlang version: 22.1 Elixir version: 1.9.1 elixir-stellar-client version: 0.3.1

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.

virkonomy commented 2 years ago

I got this one as well. Any solution?