On Wed, Jul 18, 2012 at 10:50 PM, grussell86 wrote:
> I have been trying to install vim 7.3 on my mac. I am using the default 
> install options having not edited the Makefile. I simply run:
>
> make
> make install
>
> The following output looks to indicate why the GUI is not enabled:
>
> defaulting to: don't HAVE_X11
> checking --enable-gui argument... auto - Carbon GUI is outdated - disable GUI 
> support
>
> I can see that I have X11 install under /usr. Any ideas on how to get the GUI 
> to build? Full build output below:

If you want to build with with the MacVim GUI then you need to pull
the source from [1].  Build instructions are at [2].

You seem to be using the "vanilla" Vim source which does not include
the MacVim GUI.  If you *really* want to build with the outdated
Carbon GUI then you'll need to pass the --enable-gui=carbon to
configure (if you are unsure, then the answer is most likely that you
do NOT want to build the Carbon GUI and should instead build from the
sources at [1]).

Björn

[1] https://github.com/b4winckler/macvim
[2] https://github.com/b4winckler/macvim/wiki/Building

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