Ho installato brew
(v 0.9.5) insieme a Xcode (Versione 5.1.1 (5B1008)). Quando tento di installare MacVim come tale, ho riscontrato il seguente messaggio di errore:
$ brew install macvim
==> Downloading https://github.com/b4winckler/macvim/archive/snapshot-73.tar.gz
Already downloaded: /Library/Caches/Homebrew/macvim-7.4-73.tar.gz
==> ./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 -
==> make
make[1]: *** [objects/os_mac_conv.o] Error 1
make[1]: *** Waiting for unfinished jobs....
1 error generated.
make[1]: *** [objects/os_macosx.o] Error 1
make: *** [first] Error 2
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
These open issues may also help:
macvim failed to build on 10.9 because of x11 (https://github.com/Homebrew/homebrew/issues/30253)
Come posso risolvere questo problema?
NOTA: Gran parte di ciò che ho trovato sembra indicare che ho bisogno di installare alcuni componenti da riga di comando su Xcode, ma non sono stato in grado di capire cosa comportava effettivamente.