src/qt/bitcoingui.cpp: In member function ?void BitcoinGUI::updateMintingIcon()?:
src/qt/bitcoingui.cpp:942:82: error: no matching function for call to ?CWallet::GetStakeWeight(CWallet&, uint64_t&, uint64_t&, uint64_t&)?
pwalletMain->GetStakeWeight(*pwalletMain, nMinWeight, nMaxWeight, nWeight);
^
src/qt/bitcoingui.cpp:942:82: note: candidate is:
In file included from src/qt/bitcoingui.cpp:28:0:
src/wallet.h:181:10: note: bool CWallet::GetStakeWeight(const CKeyStore&, uint64&, uint64&, uint64&)
bool GetStakeWeight(const CKeyStore& keystore, uint64& nMinWeight, uint64& nMaxWeight, uint64& nWeight);
^
src/wallet.h:181:10: note: no known conversion for argument 2 from ?uint64_t {aka long unsigned int}? to ?uint64& {aka long long unsigned int&}?
make: *** [build/bitcoingui.o] Error 1
Odd, we compiled it on Ubuntu and Debian 64 with no errors, we'll look into it now.