On Sun, Nov 4, 2012 at 1:40 AM, björn <[email protected]> wrote: > 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.
Thanks, Bjorn. The CC=clang ./configure did the trick. Perhaps https://github.com/b4winckler/macvim/wiki/Building should be updated to point out that it also applies now to 10.7. /George -- 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
