compiling huge + lua but no lua...

2013-06-24 Thread Chris Lott
I'm trying to compile MacVim with Lua support on OS X 10.8.4 -- I have grabbed the latest code from: https://github.com/b4winckler/macvim Lua and Cscope are installed, which I understand are necessary But when I compile using the configure: ./configure --with-features=huge --with-lua-prefix=/usr

Re: compiling huge + lua but no lua...

2013-06-24 Thread björn
On Mon, Jun 24, 2013 at 9:00 PM, Chris Lott wrote: > I'm trying to compile MacVim with Lua support on OS X 10.8.4 -- I have > grabbed the latest code from: https://github.com/b4winckler/macvim > > Lua and Cscope are installed, which I understand are necessary > > But when I compile using the config