homebrew-ethereum | Homebrew Tap for Ethereum
kandi X-RAY | homebrew-ethereum Summary
kandi X-RAY | homebrew-ethereum Summary
Homebrew Tap for Ethereum.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of homebrew-ethereum
homebrew-ethereum Key Features
homebrew-ethereum Examples and Code Snippets
Community Discussions
Trending Discussions on homebrew-ethereum
QUESTION
By following and installing from sharpSAT, one's suppose to run the setupdev.sh
script followed by make
command. When running make
, I get
'gmpxx.h' file not found
error. I did find a lot regarding error 'gmp.h' not found
, eg. at here, here and here, but these are when installing some other package with either pip or brew.
I've also tried including usr/local/include
(gmpxx.h
is located at usr/local/indluce/gmpxx.h
) to path variable in .bash_profile
as suggested here, but with no good results.
Any suggestions?
...ANSWER
Answered 2020-Mar-06 at 15:08Your system is having trouble locating the GNU multiprecision libraries. This answer assumes you used brew install gmp
to install the multiprecision library.
In sharpSAT's CMakeLists.txt
, change the line:
include_directories(/opt/local/include)
to:
include_directories("/usr/local/Cellar/gmp/X.Y.Z/include")
where X.Y.Z
is your version of gmp
. To determine which version of gmp
you have installed (and in turn where homebrew
installed gmp), call:
locate gmp
You may need to build your location database which can take some time.
You should double check that your system no longer has /opt/local/include
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install homebrew-ethereum
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page