Hello Yakov I have tried to configure manualy, but to not avail. (By the way, I have KDE)
Tried compiling with: --enable-gui=gtk2 but when I try to start gvim I get the following error: E25: GUI cannot be used: Not enabled at compile time PS. I am not sure how I can start the old gvim (if its still present) to check the settings it was compiled with. Again thanks for your help, Boris On 8/31/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
On 8/31/06, Boris Dinkevich <[EMAIL PROTECTED]> wrote: > Hello, > > I have used the AAP utility for installation. > Is there a way to reconfigure & recompile for GTK2 (a howto/help perhaps) aap downloaded all sources whcih contain, among other things, configure script. Go to the directory of sources and do ./configure --enable-gui=gtk2 --with-features=huge ./make && make install The --with-features=huge part is optional, up to you. Yuu can also use my script vim7-install.sh , attached, which doanloads latest vim sources & builds & instals them. With my script, command is: ./vim7-install.sh --enable-gui=gtk2 --with-features=huge To see all available configure options, do ./configure --help, or /vim7-install.sh --help Yakov