2014-01-12 5 views
0

OSX 10.8을 실행 중입니다. 내 Mac에는 Snow Leopard가 있었지만 이후 Lion으로 업그레이드 한 후 Mountain Lion으로 업그레이드했습니다. 내 루비 레일에 환경 설정 얻으려고, 나는 브루의 "양조 의사"명령을 실행할 때, 나는이 얻을 :Lion에서 업그레이드 한 후 Mountain Lion에 Xcode를 다시 설치하십시오.

Warning: You seem to have osx-gcc-installer installed. 
Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and 
is an unlicensed distribution of really old Xcode files. 
Please install the CLT or Xcode 5.0.1. 

Warning: Your compilers are different from the standard versions for your Xcode. 
If you have Xcode 4.3 or newer, you should install the Command Line Tools for 
Xcode from within Xcode's Download preferences. 
Otherwise, you should reinstall Xcode. 

그래서 내가 제거하고 엑스 코드를 다시 설치 (현재 V 5.0.2이) 그리고 명령 행 도구와 같은 메시지를 받는다. 나는 일을 시도했다 :

sudo /Developer/Library/uninstall-devtools --mode=xcodedir 

하지만 응답이 얻을 :

sudo: /Developer/Library/uninstall-devtools: command not found 

감사합니다 사전에 어떤 도움을.

답변

0

which gcc을 사용하여 사용중인 gcc를 확인하십시오.

그런 다음 which -a gcc을 실행하여 설치된 모든 gcc를 확인하십시오.

아마도 osx 버전을 사용하고 있으며 쉘 설정에서 경로 설정을 변경하는 경우가있을 것입니다. bash.rc이 (가) brew doctor 오류를 해결합니다.