fla*_*urn 4 homebrew meld macos-sierra
我homebrew在我的机器上安装了.使用brew我安装meld.当我运行它时,git我收到以下错误:
Couldn't bind the translation domain. Some translations won't work.
'module' object has no attribute 'bindtextdomain'
2016-10-20 10:14:08.422 Python[22212:158273] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
(meld:22212): Gdk-WARNING **: GdkQuartzDisplay does not implement the monitor vfuncs
我不明白究竟是如何brew运作的.事实上,我从来没有挖过它的代码,只用它来(un)安装软件.
做了一些在线搜索,但似乎没有解决方案.有没有人想出来?
jfl*_*lay 11
Homebrew只是MacOS的包管理器.与Linux不同,Mac并不总是具有开箱即用的所有外部库,例如wget,pip等.Homebrew试图弥合这一差距.
至于解决你的问题,按照Homebrew的故障排除步骤帮助我......你可能只是陷入了依赖性地狱,因为Homebrew将很多库与Xcode集成在一起(对我来说需要将Xcode更新到最新版本):https:// github.com/Homebrew/brew/blob/master/docs/Troubleshooting.md#troubleshooting
让事物保持最新状态brew update然后运行brew doctor并brew prune为我解决很多问题非常重要.
如果所有其他方法都失败了,那么自制软件似乎已经将meld公式从homebrew/core转移到了caskroom/cask.所以我记得在运行和更新Xcode 之后必须运行以下命令brew doctor:
$ brew uninstall meld
$ brew install meld
Error: No available formula with the name "meld"
It was migrated from homebrew/core to caskroom/cask.
You can access it again by running:
brew tap caskroom/cask
$ brew tap caskroom/cask
$ brew cask install meld
==> Downloading https://github.com/yousseb/meld/releases/download/osx-9/meldmerge.dmg
######################################################################## 100.0%
==> Verifying checksum for Cask meld
==> Moving App 'Meld.app' to '/Applications/Meld.app'.
==> Linking Binary 'Meld' to '/usr/local/bin/meld'.
  meld was successfully installed!
| 归档时间: | 
 | 
| 查看次数: | 1307 次 | 
| 最近记录: |