Is it possible to run MultiChain on macOS Catalina 10.15.4?

+2 votes

I've been trying to run MultiChain on my mac but I have received many errors, I have tried both MultiChain 1.0.x-release and MultiChain 2.0.

When trying to run MultiChain 2.0 and using the configure command it would give an error saying v8.h could not be found.

When trying to run MultiChain 1.0.x it would display: 

fatal error: too many errors emitted, stopping now [-ferror-limit=] 12 warnings and 20 errors generated.

Is there any other instructions to follow other than mac build notes?

 

Also if it is possible to run MultiChain 2.0 on mac is there a fix on the error of not finding v8.h?

asked Jul 1, 2020 by anonymous

1 Answer

0 votes
Did you follow the instructions on this page:

https://github.com/MultiChain/multichain/blob/master/mac.md

Specifically those in the section "Prepare to download or build V8"

We strongly recommend using the pre-built version of V8 for Mac, since compiling V8 is a long and difficult process.
answered Jul 6, 2020 by MultiChain
...