You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: