On 4/10/06, Ghislain MARY <[EMAIL PROTECTED]> wrote:
> Hi Martin!
>
> I suppose you have started by doing a "jhbuild bootstrap" command.
>
> Therefore, the version of pkgconfig you are using is the one built
> during this step, that doesn't know where to look for your *.pc files.
> You must then start by doing something like that (for bash) before
> starting "jhbuild build":
>         export PKG_CONFIG_PATH=/path/to/pc/files
> with /path/to/pc/files probably being /usr/lib/pkgconfig

The better way of handling adding /usr/lib/pkgconfig to the
PKG_CONFIG_PATH is as defined in the jhbuild README: Add the line
  addpath('PKG_CONFIG_PATH', '/usr/lib/pkgconfig')
to your ~/.jhbuildrc file.


Cheers,
Elijah
_______________________________________________
gnome-love mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-love

Reply via email to