hi,
actually I have erros on compile the source on server:
/opt/multi-pool/src/incakoin-new/src# make -f makefile.unix USE_UPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/opt/multi-pool/src/incakoin-new/src -I/opt/multi-pool/src/incakoin-new/src/obj -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcwallet.d -o obj/rpcwallet.o rpcwallet.cpp
In file included from IncaKoinrpc.h:16:0,
from rpcwallet.cpp:8:
json/json_spirit_writer_template.h: In function String_type json_spirit::non_printable_to_string(unsigned int):
json/json_spirit_writer_template.h:31:50: warning: typedef Char_type locally defined but not used [-Wunused-local-typedefs]
typedef typename String_type::value_type Char_type;
^
rpcwallet.cpp: In function json_spirit::Value repairwallet(const Array&, bool):
rpcwallet.cpp:1720:66: error: no matching function for call to CWallet::FixSpentCoins(int&, int64&)
pwalletMain->FixSpentCoins(nMismatchSpent, nBalanceInQuestion);
^
In file included from rpcwallet.cpp:6:0:
wallet.h:303:10: note: candidate: void CWallet::FixSpentCoins(int&, int64&, int&, bool)
void FixSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion, int& nOrphansFound, bool fCheckOnly = false);
^
wallet.h:303:10: note: candidate expects 4 arguments, 2 provided
makefile.unix:153: recipe for target 'obj/rpcwallet.o' failed
make: *** [obj/rpcwallet.o] Error 1