On Tue, Jun 24, 2003 at 03:30:22PM +0200, Thierry Vignaud wrote: > Name : vim Relocations: (not relocateable) > Version : 6.2 Vendor: MandrakeSoft > Release : 1mdk Build Date: Tue Jun 24 14:21:20 2003 > Install date: (not installed) Build Host: ke.mandrakesoft.com > Group : Editors Source RPM: (none) > Size : 4023265 License: Charityware > Packager : Thierry Vignaud <[EMAIL PROTECTED]> > URL : http://www.vim.org > Summary : VIsual editor iMproved > Description : > VIM (VIsual editor iMproved) is an updated and improved version of the vi > editor. Vi was the first real screen-based editor for UNIX, and is still > very popular. VIM improves on vi by adding new features: multiple windows, > multi-level undo, block highlighting and more. The vim-common package > contains files which every VIM binary will need in order to run. [..] > @@ -144,7 +142,7 @@ > --disable-acl --with-x=yes --enable-gui=gtk --exec-prefix=%_prefix/X11R6 \ > --enable-gtk2-check \
This --enable-gtk2-check doesn't seem to work. Gvim is still linked against gtk1. Changing --enable-gui=gtk to --enable-gui=gtk2 and recompiling vim fixed it; gvim then uses gtk2. Please change the gui to gtk2 (or gnome2:). > --enable-multibyte --enable-xim --enable-fontset --mandir=%_mandir \ > ---libdir=%_libdir --with-compiledby="Thierry Vignaud <[EMAIL PROTECTED]>" > +--libdir=%_libdir --with-compiledby="%packager" > Thanks. -- Regards, Olav
