Thursday, September 30, 2010

Re: building vim with gui on Fedora 13

On Thu, Sep 30, 2010 at 9:52 PM, Stahlman Family <brettstahlman@comcast.net> wrote:


Steven wrote:
Hi, I am having trouble building vim with gui on Fedora 13. I am
using ./configure --enable-gui=auto --with-features=huge --prefix=
$HOME/myvim but I get
"checking for X... (cached) no
checking if X11 header files can be found... no
checking --enable-gui argument... no GUI support".
I have installed GTK and X11 dev packages. What's missing?

Have you installed the development packages? E.g.,
libx11-dev
libxt-dev
libgtk2.0-dev

Brett Stahlman



configure output: http://pastebin.com/Z98KrXrR
installed packages: http://pastebin.com/NvJEcM7V

Thanks


--
You received this message from the "vim_use" 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

libxt-dev was the one I missed, thanks.

--
You received this message from the "vim_use" 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

No comments: