On Sun, Nov 4, 2012 at 8:00 AM, George V. Reilly wrote:
> I have successfully built MacVim many times in the past from source.
> I am no longer able to do so.
>
> When I run the MacVim.app that I've built, it starts up,
> but no Vim window opens.

You are most likely building Vim with gcc and MacVim with clang.  Try

make clean
CC=clang ./configure
make

If that doesn't work and you're not comfortable debugging build issues
I always recommend using the prebuilt binaries that I provide.

> BTW, the MacVim repo is about 60 patches behind Vim.

Updated now.  Thanks for the nudge.

Björn

-- 
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

Reply via email to