brew remove inkscape : Error: Calling needs :cxx11 is disabled

brew remove inkscape : Error: Calling needs :cxx11 is disabled

如何解决以下问题?

$ brew update && brew upgrade
Already up-to-date.
Error: Calling needs :cxx11 is disabled! There is no replacement.
Please report this to the weikengchen/caskformula tap:
  /usr/local/Homebrew/Library/Taps/weikengchen/homebrew-caskformula/Formula/inkscape.rb:31

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/weikengchen/homebrew-caskformula/issues

这终于解决了我的问题:

brew untap weikengchen/caskformula
brew update && brew upgrade

水龙头 caskformula/caskformulaweikengchen/caskformula (可能是其他?)似乎会导致此问题。要列出您当前的水龙头,运行

brew tap

现在解锁可疑存储库:

brew untap caskformula/caskformula # 这对我有用

运行 brew doctor 在删除 caskformula 后检查问题。如果有问题,请遵循建议。

最后更新存储库和升级软件:

brew update

brew upgrade

关于 github 本期的更多信息:

https://github.com/caskformula/homebrew-caskformula/issues/74