exthereum / abi

The Ethereum ABI Interface
MIT License
20 stars 22 forks source link

Cannot compile on Mac OSX #21

Open johnosullivan opened 6 years ago

johnosullivan commented 6 years ago

===> Compiling libsecp256k1 HEAD is now at d333521 Merge #494: Support OpenSSL versions >= 1.1 for ENABLE_OPENSSL_TESTS Can't exec "/opt/local/bin/aclocal": No such file or directory at /opt/local/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run /opt/local/bin/aclocal: No such file or directory ===> Hook for compile failed!

ProductName: Mac OS X ProductVersion: 10.13.6 BuildVersion: 17G65

automake: stable 1.16.1 (bottled)

Is there a way to build the ABI deps on Mac OSX?

atoulme commented 6 years ago

There is a weird smell with your issue in that the missing file is /opt/local/bin/aclocal. /opt/local is the default macports installation folder. Are you using macports?

johnosullivan commented 6 years ago

I am not using mac port but homebrew, does that help?