-1

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

bremen_matt
  • 6,902
  • 7
  • 42
  • 90
Jit
  • 1
  • 3
  • I am not a Mac user, so I really don't have any idea, but I would imagine seeing that error if you have either a really old version of Cmake or a really old compiler that doesn't support C++11. I would perhaps try upgrading cmake first – bremen_matt Aug 09 '21 at 07:39
  • run 3 commands $ brew untap caskformula/caskformula $ brew doctor $brew upgrade – Marek H Aug 09 '21 at 09:09

1 Answers1

0

Seem failed to install from bottle (pre-built package). cmake is only needed if you're building the package from source code.

Update Homebrew and try again.

brew update
brew install homebrew/core/mysql@5.6
Simba
  • 23,537
  • 7
  • 64
  • 76