私はbrewを使ってhtopをインストールしようとしています:
➜ ~ brew install htop
Error: You must `brew link autoconf' before htop-osx can be installed
それから私はやっています
brew link autoconf
Linking /usr/local/Cellar/autoconf/2.69... Warning: Could not link autoconf. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/autoconf/2.69/share/emacs/site-lisp/autotest-mode.elc
Target /usr/local/share/emacs/site-lisp/autotest-mode.elc already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
問題の根本は何ですか?
他のバイナリを使用してインストールされたemacs、それを削除してbrewを使用してemacsをインストールする必要がありますか?
—
Voldemar Duletskiy 2013年
ええ、完全に同じバージョンである必要がない場合は、他のバージョンを削除して、醸造バージョンを再インストールします。少し異なる可能性があります。
—
slhck 2013年
emacs
すでにHomebrewからインストールしましたか?もしそうなら、あなたはおそらくそれを単に上書きすることができます。