#27-01 [Mac]あきらめて Xcode 4.3.2 を入れる
そういえば xz が入ってないなあ…とインストールしたら
$ brew install xz
Warning: You have Xcode 4.2, which is outdated.
Please install Xcode 4.3.
==> Downloading http://tukaani.org/xz/xz-5.0.3.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-debug --prefix=/usr/local/Cellar/xz/5.0.3
==> make install
/usr/local/Cellar/xz/5.0.3: 51 files, 1.4M, built in 29 seconds
と言われてしまった。しかたないので入れるよ…。
先人の知恵を借りて Xcode > Preferences > Downloads > Components > Command Line Tools と進める。 こんな事もあろうかと、だいぶ前に Apple Developer ID を取得しておいたのですんなりインストール完了。
試しに brew uninstall xz して再度インストール。今度は警告は出なかった。よしよし。 念のために sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer もやっておく。
旧 Xcode でビルドした emacs もそのまま動いているので、あとで何か不具合出たら調べることにしよう。