MintcoinCommunity / Mintcoin-Desktop-Wallet

Wallet for MintCoin, a community proof-of-stake crypto-currency, running on Linux, Windows, or macOS
MIT License
46 stars 45 forks source link

Compile-Error: init.cpp:556:15: error: operator '!' has no right operand #33

Closed typoworx-de closed 6 years ago

typoworx-de commented 6 years ago

tested on master an tag/branch v2.0.2.

init.cpp:556:15: error: operator '!' has no right operand
makefile.unix:163: recipe for target 'obj/init.o' failed
make: *** [obj/init.o] Error 1
shane-kerr commented 6 years ago

Confirmed. I have fixed this in my own branch with this commit:

https://github.com/shane-kerr/Mintcoin-Desktop-Wallet/commit/8bc46dfa9c43e5d06b107279dc71521dcb3019d4

shane-kerr commented 6 years ago

This issue has been fixed. The current 2.0 branch should build without the error.