3
I'm working on a "SUSE Linux Enterprise Server 10 (x86_64)" machine, which has GVim version 6.4.6, which is quite old, and not supported by some plugins.
This is a corporate machine, and no one will do any administrative changes just because I want to have an alignment plugin...
I've downloaded and successfully compiled version 7.3, with "configure --prefix=/my/local/dir" command.
However, it doesn't recognize GTK2, and keep using the ugly Motif GUI. It seems that I have too old GTK installed: "checking for GTK - version >= 2.2.0... no"
I've tried to manually install the GTK2 dev package into local path, but it failed. Any ideas how can I continue?..
Thanks...
EDIT
"It failed" - means that I installed glib2, but pango didn't see it. Then I tried jhbuilder, but it just gave strange errors that Googling didn't gave solution...