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
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking