Re: Building dia-0.95



On Tue, Jul 25, 2006 at 11:14:41PM +1000, Suse Enterprise wrote:
> 
> station 3:~ # pkg-config --modversion
> --variable=prefix gtk+-2.0
> 2.2.4
> /opt/gnome

So it finds the old version, like configure.

> station 3:~ # PKG_CONFIG_DEBUG_SPEW=1
> station 3:~ # pkg-config --modversion
> --variable=prefix gtk+-2.0
> 2.2.4
> /opt/gnome
> station 3:~ # pkg-config 2>&1 | grep gtk+-2.0

This does not work, to pass PKG_CONFIG_DEBUG_SPEW to pkg-config
you have to either export it or set it locally for a particular
command as I wrote (this is *one* command):

   PKG_CONFIG_DEBUG_SPEW=1 pkg-config 2>&1 | grep gtk+-2.0

If it does not find the right .pc file at all, look at the
start of full output where it prints directories it's going
to scan.

Yeti


--
Anonyms eat their boogers.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]