While setting up mysql@5.6 on macOS Catalina I've encountered this error
% brew install mysql@5.6 Error: cmake: "cxx11" is not a recognized standard
Any help would be great.
Edit: I've tried the below solution as mentioned on https://github.com/caskformula/homebrew-caskformula/issues/90
brew cask reinstall xquartz
brew cask uninstall inkscape
brew cleanup
brew cask install inkscape
This did not help