Error while building multichain blockchain 2.0 git source

+2 votes

Here is the below error i am getting

rpc/rpcutils.cpp:679:52: error: conversion from 'size_t' (aka 'unsigned long')

      to 'const

      json_spirit::Pair_impl<json_spirit::Config_vector<std::__1::basic_string<char>

3 warnings and 1 error generated.

make[1]: *** [rpc/libbitcoin_server_a-rpcutils.o] Error 1

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

I tried building both 1.x and 2.0, i face the same problem in both the builds

 

Could you please help me with this

asked Oct 13, 2018 by Shoaib

1 Answer

0 votes
Are you building on Ubuntu 16.04 or later, following the instructions shown here?

https://github.com/MultiChain/multichain
answered Oct 15, 2018 by MultiChain
I am building it on MacOSX. And i am following the same instructions mentioned there even then i was getting the mentioned error
OK, did you downgrade to Boost 1.5.7?
Yes it's boost@1.57. Even then i am not able to make it through
Thanks, we're checking this as part of the next 2.0 alpha release.
Can i get a private patch so that i can test in the meanwhile on my running setup please
We'll release a OS X compilable version of MultiChain 2.0 when it's ready, I'm afraid we don't yet have this available.
...