Post
Topic
Board Announcements (Altcoins)
Re: CREAMcoin • by CREAMteam • Pow/Pos • 4MB • 4 min • Stealth • Masternode
by
CREAMteam
on 20/10/2017, 22:42:03 UTC
https://drive.google.com/open?id=0B4KANlluFwTtTnN1NVJPT1lOLWs

you might want to fix some permissions just in case: go to [cd CREAM-v1.1.1.2-test | cd src | cd leveldb]
run: chmod +x build_detect_platform

Compile:
make -f makefile.unix

I tried to compile it, but I took this error:
Code:
darksend.cpp: In member function ‘bool CDarkSendPool::IsCollateralValid(const CTransaction&)
darksend.cpp:978:29: error: cannot convert ‘bool’ to ‘bool*’ in initialization
     bool* pfMissingInputs = false;

I found the same error with a solve, made the same (changed ‘bool*’ to ‘bool’ in 2 files), and then I received this message:

Code:
darksend.cpp: In member function ‘bool CDarkSendPool::IsCollateralValid(const CTransaction&)
darksend.cpp:977:71: error: cannot convert ‘bool’ to ‘bool*’ for argument '4' to 'bool AcceptableInputs(CTxMemPool&, const CTransaction&, bool, bool*)'
   if(!AcceptableInputs(mempool,txCollateral, false, pfMissingInputs )){
Should I continue changing ‘bool*’ to ‘bool’ or is it wrong way?

Try with this another test2 version: https://drive.google.com/open?id=0B4KANlluFwTta3poenV0ejllNjg