Closed diega closed 2 years ago
hmm this seems to be related https://github.com/cryfs/cryfs/issues/345 the problem is with cryptopp, see if you can install it manually. I see many dependency build problem on mac recently. we can switch to manual installation in such cases. (that will require me to update cmake script)
Here is the binary for mac12 (nightly build)
fixed by: https://github.com/ethereum/retesteth/pull/174/commits/4327e9927221f9a862c1f3feffa73bf2a93c89c2
introducing -DLOCALDEPS cmake flag that let you use locally installed dependencies insetead of hunter autoinstall (which uses outdated version of cryptopp that does not compile on this version of mac)
Solution (from the build directory):
rm -r /home/root/.hunter
rm CMakeCache.txt
cmake .. -DLOCALDEPS=CRYPTOPP
the script should detect system installed version of CRYPTOPP, BOOST, or MPIR (so far problems been reported with this ones)
I'm getting an error trying to build
retesteth
OS version: MacOS 12.6 Go version: go version go1.16.15 darwin/arm64 Architecture: Apple M1 Max
Relevant output