Post
Topic
Board Announcements (Altcoins)
Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid
by
otila
on 16/08/2014, 09:20:15 UTC
v1.5.0 Final Beta not compiling

Code:
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -w -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoingui.o src/qt/bitcoingui.cpp
src/qt/bitcoingui.cpp: In member function ‘void BitcoinGUI::updateMintingIcon()’:
src/qt/bitcoingui.cpp:1031: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:1031:82: note: candidate is:
In file included from src/qt/bitcoingui.cpp:23:0:
src/wallet.h:180:10: note: bool CWallet::GetStakeWeight(const CKeyStore&, uint64&, uint64&, uint64&)
     bool GetStakeWeight(const CKeyStore& keystore, uint64& nMinWeight, uint64& nMaxWeight, uint64& nWeight);
          ^
src/wallet.h:180:10: note:   no known conversion for argument 2 from ‘uint64_t {aka long unsigned int}’ to ‘uint64& {aka long long unsigned int&}’