問題:
私はRailsの初心者で、Railsのチュートリアルを始めようとしていました。別のバージョンのrubyにアップグレードしているときに、rubyバージョンを1.8.7から1.9.3-p374にアップグレードしようとすると、次のエラーが発生します。
エラー
Error running 'make', please read /usr/local/rvm/log/ruby-1.9.3-p374/make.log
There has been an error while running make. Halting the installation.
醸造リスト
apple-gcc42
cmake
libksba
libyaml
readline
autoconf
curl
libtool
make
sqlite
automake
git
libxml2
openssl
bash
libgpg-error
libxslt
pkg-config
GCCバージョン
i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
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.
cppパス
/usr/bin/cpp
私が従った手順
- XCodeコマンドラインツールをインストールしました
- RVMの安定バージョンを再インストールしました
- 醸造の更新
- ブリュータップ自作/デュープ
- brew install autoconf automake apple-gcc42
- rvm pkg install openssl
- brew install libksba
- moncefの記事のすべての指示に従いました