Re: [gnome-love] jhbuild problem
- From: "Elijah Newren" <newren gmail com>
- To: "Ghislain MARY" <nospam lunacymaze org>
- Cc: gnome-love gnome org
- Subject: Re: [gnome-love] jhbuild problem
- Date: Mon, 10 Apr 2006 18:53:43 -0600
On 4/10/06, Ghislain MARY <nospam lunacymaze org> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]