On Mon, Oct 02, 2006 at 12:42:52AM +0800, Zheng Da wrote:
> Hello.
> I try to install vim7.0
> But I can't install vim with GUI.
> It seems that configure automatically looks for a GUI, but it always
> tells no in my system.
> "checking --enable-gui argument... no GUI support"
> And I'm sure there isn't gvim in my system.
> I read src/INSTALL. It tells me that I need glib and gtk+ at least
> version 1.1.16, but below 2.0.
> I use Debian, and in my system, there are libgtk1.2, libgtk1.2-common,
> libgtk1.2-dev, libglib1.2, libglib1.2-dev.
> So what else do I need?
>
> --
> With regards
> Zheng Da
I had this same problem, and I think that it was fixed by installing
the xwindows dev libraries. The output of ./configure told me what
was missing from an X11 dev perspective.
You might also want to try the following to install all of the
compilation dependencies:
sudo apt-get build-dep vim-gnome
HTH!
Tom Purl