1

Mac と Xcode 4.5.2 で Mountain Lion v. 10.8.2 を実行しています。

私が実行している ruby​​ のバージョンは、デフォルトのバージョン 1.8.7 です。1.9.3 にアップグレードしたいのですが、うまくいきません。

gcc コンパイラをインストールしました。

$ gcc --version 

i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ git --version
git version 1.7.8

$ rvm --version
rvm 1.17.0 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]

次に、次のコマンドラインで Ruby 1.9.3 をインストールしようとしました。

$ rvm install 1.9.3

出力は次のとおりです。

No binary rubies available for: downloads/ruby-1.9.3-p327.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing Ruby from source to: /Users/eduardo/.rvm/rubies/ruby-1.9.3-p327, this may take a while depending on your cpu(s)...

ruby-1.9.3-p327 - #downloading ruby-1.9.3-p327, this may take a while depending on your connection...

ruby-1.9.3-p327 - #extracted to /Users/eduardo/.rvm/src/ruby-1.9.3-p327 (already extracted)

ruby-1.9.3-p327 - #configuring

ruby-1.9.3-p327 - #compiling

Error running 'make', please read /Users/eduardo/.rvm/log/ruby-1.9.3-p327/make.log
There has been an error while running make. Halting the installation.

私の make.log は、最後の数行で次のようになります。

collect2: ld returned 1 exit status
make[2]: *** [../../.ext/x86_64-darwin12.2.0/tcltklib.bundle] Error 1
make[1]: *** [ext/tk/all] Error 2
make: *** [build-ext] Error 2

これについて何か助けてください。この問題を修正する方法がわかりません。

4

1 に答える 1

2

今日、Macbook Pro を入手し、このチュートリアルを使用してルビーを魔法のようにインストールしました: https://gist.github.com/3237860

于 2012-11-28T18:52:46.757 に答える