Tengo brew
instalado (v 0.9.5) junto con Xcode (Versión 5.1.1 (5B1008)). Cuando intento instalar MacVim como, me aparece el siguiente mensaje de error:
$ 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)
¿Cómo puedo resolver este problema?
NOTA: Gran parte de lo que he encontrado parece indicar que necesito instalar algún componente de línea de comandos en Xcode, pero no pude averiguar lo que realmente implicaba.