On Thursday, June 20, 2013 4:59:12 PM UTC+9, dsim wrote: > Did anyone have working build for os x 10.9? > I used `brew install macvim --with-cscope --with-lua` in Mountain Lion but > this build crashing on Mavericks.
My Mavericks build, https://github.com/akioito/macvim/releases it was compiled with: CC=clang CFLAGS=-O3 ./configure --with-features=huge \ --enable-rubyinterp \ --enable-pythoninterp \ --enable-perlinterp \ --enable-cscope \ --enable-luainterp \ --with-luajit \ --with-lua-prefix=/usr/local -- -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
