Make error installing Ruby 1.9.2 via rvm OSX Lion 10.7.2 XCode 4.2

后端 未结 5 1887
一生所求
一生所求 2021-01-23 02:33

I\'m getting the following error when trying to install 1.9.2 with rvm

/Users/craigspaeth/.rvm/scripts/functions/utility: line 152: date: command not found
Insta         


        
5条回答
  •  抹茶落季
    2021-01-23 02:54

    Do not use Xcode 4.2. It currently has problems building manuy of the rubies and native-extension gems, as well as Homebrew and MacPort builds. This is due to the change over to LLVm that Apple has made. This is a compiler issue, not an RVM issue. Please use, at most, Xcode 4.1 plus any patches Apple has provided for the 4.1 series.

提交回复
热议问题