Akbar wrote:
Ok, I finally made it out. I think this is the case. First I don't
have gtk2-devel installed, then I try to configure the vim 7 source.
Vim tell me that gui is not supported. I installed gtk2-devel. With
the same folder, I try to configure it again. No luck. Until today....
I try new and fresh source, and then configure it again. It recognize
my GTK+. My stupid.
[...]
Well, at least you finally succeeded. :-)
BTW, maybe you forgot to "make reconfig" after you downloaded software?
Whenever configure runs, it caches the results. After the first time, make
only runs configure if you explicitly tell it to. Otherwise it re-uses what
configure had found before. If you have installed or uninstalled software in
the meantime, or if your configure settings have changed, that cache is no
more valid.
Best regards,
Tony.