-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling crc from MacOS #32
Comments
I'll have to update versions locally to see if I can reproduce this. We use elixir_make to compile so it might be related. |
@gualopezb are you still having this issue? I am trying to reproduce on OSX 10.14.6 and I'm not seeing any errors. I tried compiling crc standalone, and also using it in another project and compiling with Erlang version: 22 |
I did see this today and Going to leave this open for now. |
https://stackoverflow.com/questions/62822875/elixir-crc-will-not-compile-on-mac-os Cleaning dance does not help. |
I had this problem on my mac and removing my custom |
I had this issue with: OSX: 12.0 (Apple M1 Pro) Running |
I do not have an M1 Mac (yet anyway) so I can't confirm any fixes there. I don't see any usage of |
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
:I have both
gcc
andmake
installed and they're added properly in the PATH.The text was updated successfully, but these errors were encountered: