Skip to content
New issue

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

Cannot compile with --disable-wallet #1

Open
walkjivefly opened this issue Feb 19, 2018 · 1 comment
Open

Cannot compile with --disable-wallet #1

walkjivefly opened this issue Feb 19, 2018 · 1 comment

Comments

@walkjivefly
Copy link

./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

@sucremoneda
Copy link
Owner

OK thanks will check it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants