smart install gtk2-devel Loading cache... Updating cache... ######################################## [100%]
warning: [EMAIL PROTECTED] is already installed Computing transaction... Saving cache... I have two computer. I installed ubuntu 6.06 in other computer that I have successfully compiling vim7 from source. I installed suse 10.2 to other computer and get crazy installing vim 7 from source. On 9/26/06, Bohdan Ganický <[EMAIL PROTECTED]> wrote:
Hi Akbar, do you have gtk2-devel package (or something similar) installed as well? I switched to Ubuntu recently and I can't remember exactly names of the packages needed. But generally the hint from Mark should work properly. Wish you luck in your compiling :) -- BG P.S: you should have stuck with Ubuntu Dapper Drake...I think it works overall better then SuSE 10.1 P.S.S.: ...or you can wait until October Ubuntu Edgy Eft release and quit SuSE then :) Akbar wrote: > I have the same problem. Installing Suse 10.1, I always get > --enable-gui argument... no GUI support > > I have xorg-x11-devel installed. I have installed libgnome-devel. No > luck. Any idea? > > In Ubuntu 6.06, installing vim 7.0 is easy. > > On 5/28/06, Bohdan Ganický <[EMAIL PROTECTED]> wrote: >> Mark Woodward píše v Ne 28. 05. 2006 v 20:39 +1000: >> > 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 >> > >> > >> Hi Mark, >> I've installed xorg-x11-devel package and everything is allright now...I >> have my Vim with nice Gnome2 GUI ;) >> >> Thank you very much indeed, >> >> -- >> BG >> >>
