0
當我嘗試在終端中運行brew醫生時,它給了我幾個警告。我如何擺脫他們最簡單的方法。我可以刪除這些文件嗎??!另外我安裝了當前的命令行工具,但是它沒有更新?Brew Doctor警告moncefbelyamani.com如何安裝Xcode,Homebrew,Git,RVM,Ruby&Rails
我正嘗試通過本教程的部分,現在跟着http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/
這是運行釀造醫生,當返回:
Warning: /Library/Frameworks/Mono.framework detected
This can be picked up by CMake's build system and likely cause the build to
fail. You may need to move this file out of the way to compile CMake.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libosxfuse_i32.2.dylib
/usr/local/lib/libosxfuse_i64.2.dylib
/usr/local/lib/libprotobuf.6.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libosxfuse_i32.la
/usr/local/lib/libosxfuse_i64.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/osxfuse.pc
Warning: A newer Command Line Tools release is available
Update them from Software Update in the App Store.
還當我運行gcc -v它給了我這一點,所以我的命令行工具是最新的,是嗎?
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
我固定的四步這些問題:1)卸載單框架(參見:discussions.apple.com/message/ 23529126#23529126)2)卸載OSXFuse(獲得系統首選項,首先更新它,它沒有卸載之前,我這樣做)3)確保你得到最新版本的XCode,我的版本並沒有因爲某種原因更新所以我不得不安裝一個新的。 4)鍵入:sudo rm /usr/local/lib/libprotobuf.6.dylib – Nico