Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - Cryptopia & Novaexchange - Required update 0.9.3.2
by
UncleV
on 04/07/2018, 03:40:38 UTC
I can't compile the 0.16wallet on Ubuntu 16.

Error for "chaincoin-0.16.1rc1" and "chaincoin-0.16.1rc2"
Code:
./util.h:185:37: error: invalid conversion from ‘const char*’ to ‘uint32_t {aka unsigned int}’ [-fpermissive]
     if (LogAcceptCategory((category))) { \
                                     ^

Error for github master branch:
Code:
privatesend-client.cpp:1393:15: error: no matching function for call to ‘CWalletTx::CWalletTx()’
     CWalletTx wtx;
               ^

Can anybody help?