Kenneth Reitzのアドバイスに従って、「xcode-lite」(つまり、私の MAC OS X 10.7.4 に xcode 用のコマンド ライン ツール (CLT)) をインストールしました。
ただし、次のbrew install macvim
エラーが表示されます。
xcode-select: Error: No Xcode is selected. Use xcode-select -switch /Applications/Xcode.app to select /Applications/Xcode.app, or see the xcode-select manpage (man xcode-select) for further information.
xcodebuild
私は下に持っていません/Applications
。/Developer
ディレクトリもありません。で持っています/usr/bin/xcodebuild
が、
xcode-select -switch /usr/bin
brew install macvim
このエラーが表示されます:
Error: Can't run /usr/bin/usr/bin/xcodebuild (no such file).
xcodebuild
さらに、 inを強制的に検索しようとすると、/usr/bin
brew が無期限にハングします。だから私は立ち往生しています。
xcode の CLT では不十分であり、xcode のフル バージョン (1.5GB) をダウンロードする必要があることをいくつかの場所で読みました。他の人は、brew が実際に xcode の CLT で動作すると主張していますが、brew install macvim
(多くのグーグルと一緒に) 数時間試行しても結果は得られませんでした. xcodeのbrewとCLTに関する基本的な何かが欠けているに違いありません。本格的な xcode が本当に必要ですか、それとも xcode 用の CLT が正しいディレクトリにインストールされていませんか?
ps: バイナリ ディレクトリをインストールするのではなく、醸造したい理由は、Python 開発機能を使用してビルドしたいからです。python-dev 統合で macvim を入手する簡単な方法があれば、喜んでそれを採用します。