Hi,
My problem with pkg-config turned out to be user-error, I was missing a section
of the PKG_CONFIG_PATH from the normal user environment (snuck onto another
line)
FWIW, in my NAnt test builds I now use the following code to create a Subversion
repository hook script in Linux:
The Mo
sourceforge.net'
Subject: Re: [Nant-users] pkg-config and environment variables
Hi Simon,
the pkg-config functions spawn the pkg-config binary behind
the scenes.
It might be worth trying to pkg-config yourself and
see what it
returns. As far as I know PKG_CONFIG_PATH is what pkg-config us
[EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Ian MacLean
> Sent: donderdag 11 augustus 2005 4:25
> To: McKenna, Simon (RGH)
> Cc: 'nant-users@lists.sourceforge.net'
> Subject: Re: [Nant-users] pkg-config and environment variables
>
> Hi Simon,
> the pk
Hi Simon,
the pkg-config functions spawn the pkg-config binary behind the scenes.
It might be worth trying to pkg-config yourself and see what it
returns. As far as I know PKG_CONFIG_PATH is what pkg-config uses to
find packages.
You could also try iterating over the contents of System.Envi