Showing posts with label Lua (programming language). Show all posts
Showing posts with label Lua (programming language). Show all posts

Tuesday, September 13, 2016

macOS Sierra: Vim: Installing Lua Required for NeoBundle (Plug-in Manager): Fail

Command:

$ vim --version | grep lua


Result:

+dialog_con      -lua             -rightleft       +windows


Command:

$ brew install vim --with-lua


Result:

==> Auto-updated Homebrew!
Updated Homebrew from 4fb691e to 5a264cf.
Updated 2 taps (homebrew/core, homebrew/python).
==> New Formulae
hashcat                                                     httpstat                                                    tldr                                                    
==> Updated Formulae
afl-fuzz              cli53                 format-udf            homebrew/python/h5py  macvim                pam_yubico            svtplay-dl            wireshark        
antigen               collectd              freetype ✔            hub                   mkvtoolnix            planck                swagger-codegen       youtube-dl        
apache-flink          cryptopp              gd                    ibex                  mldonkey              pre-commit            texinfo          
autojump              dropbear              gnutls                imagemagick           mysql                 prometheus            tile38            
buku                  etcd                  gron                  jenkins               nghttp2               protobuf              vert.x            
carthage              fabio                 gtk+                  kapacitor             nodeenv               roswell               vim              
cattle                folly                 h2o                   libbluray             noti                  shadowsocks-libev     voms              
chromedriver          fontconfig            hadoop                libdrawtext           notmuch               simple-tiles          watchman          
==> Renamed Formulae
sonar -> sonarqube

Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
==> Installing dependencies for vim: lua
==> Installing vim dependency: lua
==> Downloading https://homebrew.bintray.com/bottles/lua-5.2.4_4.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring lua-5.2.4_4.sierra.bottle.tar.gz
==> Caveats
Please be aware due to the way Luarocks is designed any binaries installed
via Luarocks-5.2 AND 5.1 will overwrite each other in /usr/local/bin.

This is, for now, unavoidable. If this is troublesome for you, you can build
rocks with the `--tree=` command to a special, non-conflicting location and
then add that to your `$PATH`.
==> Summary
🍺  /usr/local/Cellar/lua/5.2.4_4: 143 files, 697.4K
==> Installing vim
==> Using the sandbox
==> Downloading https://github.com/vim/vim/archive/v8.0.0002.tar.gz
==> Downloading from https://codeload.github.com/vim/vim/tar.gz/v8.0.0002
######################################################################## 100.0%
==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/8.0.0002/share/man --enable-multibyte --with-tlib=ncurses --enable-cscope --with-compiledby=Homebrew --enable-l
==> make
==> make install prefix=/usr/local/Cellar/vim/8.0.0002 STRIP=/usr/bin/true
🍺  /usr/local/Cellar/vim/8.0.0002: 1,703 files, 23.2M, built in 1 minute 23 seconds


Command:

$ vim --version | grep lua


Result:

+dialog_con      -lua             -rightleft       +windows