We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./configure --without-gui --without-upnp --disable-wallet make
results in
... CXX rpc/libbitcoin_server_a-mining.o rpc/mining.cpp: In function ‘UniValue getblocktemplate(const UniValue&, bool)’: rpc/mining.cpp:501:10: error: ‘masternodeSync’ was not declared in this scope if (!masternodeSync.IsSynced()) ^ At global scope: cc1plus: warning: unrecognized command line option ‘-Wno-implicit-fallthrough’ cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’ Makefile:5993: recipe for target 'rpc/libbitcoin_server_a-mining.o' failed make[2]: *** [rpc/libbitcoin_server_a-mining.o] Error 1 make[2]: Leaving directory '/home/masternode/src/SucreCore/src' Makefile:9434: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/masternode/src/SucreCore/src' Makefile:656: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1
Probably the same as Dash Issue #1722 fixed by #1733
The text was updated successfully, but these errors were encountered:
OK thanks will check it out
Sorry, something went wrong.
No branches or pull requests
results in
Probably the same as Dash Issue #1722 fixed by #1733
The text was updated successfully, but these errors were encountered: