You are not logged in.
Hi there,
I am trying to compile the latest vim7 but couldn't do it with gtk2 GUI.
Did this:
./configure --enable-pythoninterp --enable-cscope --enable-multibyte --enable-xim --enable-gui=gtk2 --with-vim-name=vim7
and always end with a gtk1 version. The configure log says:
checking for gtk-config... (cached) /usr/bin/gtk-config
checking for pkg-config... (cached) no
checking for GTK - version >= 2.2.0... no
checking for GTK - version >= 1.1.16... yes; found version 1.2.10
checking for X11/SM/SMlib.h... (cached) yes
checking for X11/xpm.h... (cached) yes
checking for X11/Sunkeysym.h... (cached) yes
checking for XIMText in X11/Xlib.h... yes
Anything wrong?
Offline
Yes, install pkgconfig and put it in makedepends of your package.
Offline
That worked. Thanks!
Offline