You are not logged in.

#1 2006-02-18 19:40:48

lang2
Member
Registered: 2006-02-10
Posts: 386

gtk-config not working for gtk2?

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

#2 2006-02-18 20:13:05

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: gtk-config not working for gtk2?

Yes, install pkgconfig and put it in makedepends of your package.

Offline

#3 2006-02-18 21:38:16

lang2
Member
Registered: 2006-02-10
Posts: 386

Re: gtk-config not working for gtk2?

That worked. Thanks!

Offline

Board footer

Powered by FluxBB