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

Qt build fails on macOS 10.14 (Mojave) #107

Open shane-kerr opened 5 years ago

shane-kerr commented 5 years ago

The Qt build fails on macOS 10.14 (Mojave). It seems like Qt is using clang++ for the compiler instead of g++, and this does not work.

Probably it would be good to get clang++ working, since OpenBSD has an ancient version of g++ which won't build the wallet. See ticket #99 for details about that.

Alternately, if some easy way can be found to convince Qt to use g++ that would probably be less work.