I can't compile the 0.16wallet on Ubuntu 16.
Error for "chaincoin-0.16.1rc1" and "chaincoin-0.16.1rc2"
./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:
privatesend-client.cpp:1393:15: error: no matching function for call to CWalletTx::CWalletTx()
CWalletTx wtx;
^
Can anybody help?