We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: 12.1 elixir: 1.13.2 erlang: 24.0.6
Getting this error when running mix deps.compile
mix deps.compile
c_src/secp256k1/src/num_gmp.h:10:10: fatal error: 'gmp.h' file not found #include <gmp.h> ^~~~~~~ 1 error generated. make: *** [priv/libsecp256k1_nif.so] Error 1 ==> libsecp256k1 warning: Mix compiler :make_bindings was supposed to return {:ok | :noop | :error, [diagnostic]} but it returned :error
gmp is already installed according to brew:
Warning: gmp 6.2.1_1 is already installed and up-to-date. To reinstall 6.2.1_1, run: brew reinstall gmp
I'm not sure how to approach this problem. Did anyone manage to compile this library on m1 macs?
The text was updated successfully, but these errors were encountered:
same issue on M1 mac
Sorry, something went wrong.
@ppraisethesun i solved the issue. use this package instead.
https://hex.pm/packages/libsecp256k1_diode_fork
No branches or pull requests
OS: 12.1
elixir: 1.13.2
erlang: 24.0.6
Getting this error when running
mix deps.compile
gmp is already installed according to brew:
I'm not sure how to approach this problem. Did anyone manage to compile this library on m1 macs?
The text was updated successfully, but these errors were encountered: