2013-08-23 78 views
-1

每次運行rvm install ruby-1.9.2-p320時,都會收到以下消息。ruby​​-1.9.2將不會安裝 - 無法找到編譯器和'make'工具

Searching for binary rubies, this might take some time. 
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.2-p320. 
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. 
Checking requirements for osx. 
Can not find compiler and 'make' tool - make sure Xcode and/or Command Line Tools are installed. 
Requirements installation failed with status: 11. 

我剛開始試着學習計劃,我明白我需要能夠安裝並運行不同版本不是默認1.8.something其他紅寶石。我幾乎不知道我在做什麼,所以請減少任何答案。提前致謝。

+3

這行說,這一切:**找不到編譯器和「做」的工具 - 使安裝確保Xcode和/或命令行工具** – 2013-08-23 02:25:35

+0

它的建議(例如,在這裏。 :http://stackoverflow.com/questions/4360110/installing-gcc-to-mac-os-x-leopard-without-installing-xcode)來安裝Xcode。 – lurker

回答

相關問題