Re: how to update the gtk lib??
Christophe Fergeau <[email protected]> 03 Aug 2002 10:39:02 +0200
| Newsgroups | gmane.comp.gnome.lib.devel |
|---|---|
| Message-ID | <[email protected]> |
> but the glib-config and gtk-config shell in the /usr/bin/ is still for > > glib1.2 and gtk1.2,at every time the configure of my code will use the > These two scripts are no longer used in gtk2, the new way of doing that is to use pkgconfig, have a look at http://developer.gnome.org/dotplan/porting/ar01s05.html#pkg-config for a detailed overview of the changes you need to make to compile your program against gtk2 Christophe