unable to compile multi chain on Mac 10.12.6

+1 vote

I have executed the build steps for Mac OS mentioned in github, however I am getting below error when I executed make. Please let me know what is missing here. 

 make

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

#include <v8.h>

         ^~~~~~

1 error generated.

make[1]: *** [filters/multichaind-filter.o] Error 1

make: *** [all-recursive] Error 1

 

asked Jan 10, 2019 by sarath

1 Answer

0 votes
It's not possible to compile MultiChain 2.0 for Mac OS X yet – we'll be publishing instructions shortly.
answered Jan 11, 2019 by MultiChain
Hi, what is the alternate solution for this?
To compile an earlier version, or wait for us to release updated instructions.
...