V8 missing in Multichain 1.0 build for Mac OS

+2 votes
Hello,

I am compiling Multichain 1.0 on my Mac. This is the error I got

Making all in src

  CXX      filters/multichaind-filter.o

In file included from filters/filter.cpp:9:

./v8/v8engine.h:10:10: fatal error: 'v8.h' file not found

 

I can't seem to proceed from here. May I please have some help? Thank you very much.
asked Jan 24, 2019 by anp055

1 Answer

0 votes

Are you sure you are compiling MultiChain 1.0? It should not have any references to V8. After pulling down the code from Github, you should be sure to switch to the 1.0.x-release branch.

answered Jan 27, 2019 by MultiChain
...