Non riesco a installare MacVim 7.4 su OS X Maverick 10.9.4?

1

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.

    
posta slm 05.08.2014 - 21:03
fonte

1 risposta

2

Ho risolto questo problema grazie al seguente suggerimento che ho trovato su come installare Xcode dalla pagina MacPorts .

estratto

2.1.1. Install Xcode on OS X 10.9 or later

Download the latest version of Xcode from the Apple developer website or get it using the Mac App Store. Once you have Xcode installed, open a terminal, run xcode-select --install, and click the Install button to install the required command line developer tools. Don't worry if you see a message telling you the software cannot be installed because it is not currently available from the Software Update Server. This usually means you already have the latest version installed. You can also get the command line tools from the Apple developer website.

L'informazione chiave era eseguire questo comando:

$ xcode-select --install

Dopo aver installato gli strumenti della riga di comando dovresti riuscire a installare macvim usando brew .

$ 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
==> Caveats
.app bundles were installed.
Run 'brew linkapps' to symlink these to /Applications.
==> Summary
                                    
risposta data 05.08.2014 - 21:03
fonte

Leggi altre domande sui tag