MacOS clang via Homebrew broken under Mojave `wchar.h`
问题 Unsurprisingly the new update of OSX Mojave broke my llvm installation in Homebrew, these are the steps I tried: xcode-select --install # Complained, so I installed commandLineTools from here https://developer.apple.com/download/more/ xcode-select -p /Library/Developer/CommandLineTools xcode-select --install # Now says installed sudo xcodebuild -license # Fails, as it says I only have CommandLineTools installed in /Library/Developer/CommandLineTools not xcode # Try something else (all