LoginSignup
7
2

More than 5 years have passed since last update.

OSX El Capitan、Sierraでapple-gcc42をインストールする

Posted at

railsの環境構築中にapple-gcc42がインストールできずに詰まったので、備忘録。

brew install apple-gcc42

でコケる場合

/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/apple-gcc42.rb

このファイルの13行目あたりがmarvericsになってる場合があるので、自分のOSのバージョンに書き換える。

depends_on MaximumMacOSRequirement => :el_capitan

これで再度installすれば入るはず。

7
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
2