Hello,
I am trying to compile latest wallet but it's driving me crazy, can't understand where is the problem as I could compile the previous wallet without this issue. Any help is more than welcome.
In file included from qt/navcoin.cpp:9:0:
qt/navcoingui.h:148:14: error: redeclaration of QAction* NavCoinGUI::toggleStakingAction
QAction *toggleStakingAction;
^
qt/navcoingui.h:128:14: note: previous declaration QAction* NavCoinGUI::toggleStakingAction
QAction *toggleStakingAction;
^
In file included from qt/navcoin.cpp:9:0:
qt/navcoingui.h:247:10: error: void NavCoinGUI::toggleStaking() cannot be overloaded
void toggleStaking();
^
qt/navcoingui.h:235:10: error: with void NavCoinGUI::toggleStaking()
void toggleStaking();
^
Makefile:8064: recipe for target 'qt/qt_navcoin_qt-navcoin.o' failed
make[2]: *** [qt/qt_navcoin_qt-navcoin.o] Error 1