Hi Bohdan,

On Sun, 28 May 2006 12:19:11 +0200
Bohdan Ganický <[EMAIL PROTECTED]> wrote:

> Hi,
> I've just switched to SuSE 10.1 (and Gnome) recently and one of the
> first things I wanted to do was to compile Vim 7.0.
> 
> But! While configuring, I always get the same line about GUI:
> 
> --enable-gui argument... no GUI support
> 
> ...no matter what arguments I use. Until now I've tried:
> 
> ./configure
> ./configure --enable-gui=gnome2
> ./configure --enable-gui=gtk2
> ./configure --enable-gui=gtk
> 
> I have GTK and GTK2 installed. Do I miss something? Anything else
> needed to configure with GUI? 
> 
> Thanks for any help.
> 
> Note: I had no such problems on SuSE 9.3!
> 

Could it be you need the development libraries?

try installing libx11-dev, xlibs-dev and libgtk2.0-dev
One of these did it for me ( I think xlibs-dev?)

Also make sure libncurses5-dev is installed
For scripting support:
  libperl-dev
  python-dev
  ruby(version)-dev eg ruby1.8-dev

./configure --with-features=huge --enable-perlinterp
--enable-pythoninterp --enable-rubyinterp --enable-cscope


-- 
Mark

Reply via email to