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