Vim configure keeps complaining about the lack of gtk-config while

trying to use GTK 2.03. This is correct, since in GTK 2 they moved to using the generic pkg-config. I can get pkg-config to list the various includes and libs for gtk, but for some reason the configure script still isn’t picking this up. Use the following shell script named gtk-config:

    #!/bin/sh

    pkg-config gtk+-2.0 $1 $2

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind