Hi,

Janos Blazi <[EMAIL PROTECTED]> writes:

> > export PKG_CONFIG_PATH=/opt/gtk/bin
> > 
> > 
> > Salut, Sven
> 
> This does not help either. Now I have tried so many things... For example I
> set PKG_CONFIG instead of PKG_CONFIG_PATH and the I got the message my
> pkg-config was too old version 0.5 or greater was required.

oops, my fault. PKG_CONFIG_PATH of course points to the location of the
.pc files, so you will want to use:

export PKG_CONFIG_PATH=/opt/gtk/lib/pkgconfig

the PKG_CONFIG environment variable can be used to specify the pkg-config
executable to use. This might be necessary if you want to use a different
version than the one in your PATH.


Salut, Sven
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to