Re: jhbuild build issues
Wouter Bolsterlee <[email protected]>
| Newsgroups | gmane.comp.gnome.devel |
|---|---|
| Message-ID | <[email protected]> |
2008-01-11 klockan 09:57 skrev Djihed Afifi:
> Namely, some packages (like evolution and epiphany) seem to be using the
> local glib library (/usr/lib/libglib-2.0.so.0) instead of the one just
> built by jhbuild.
The library locations are found using pkg-config. What is your
$PKG_CONFIG_PATH set to in your jhbuild environment? Try this:
$ jhbuild shell # (a new shell opens)
$ echo $PKG_CONFIG_PATH
It should list something like
/opt/gnome-2-20/lib/pkgconfig:/opt/gnome-2-20/share/pkgconfig:/usr/share/pkgconfig:/usr/lib/pkgconfig.
If not, you may manually it adjust is by setting the values in your
~/.jhbuildrc:
addpath('PKG_CONFIG_PATH', os.join(prefix, 'lib/pkgconfig'))
addpath('PKG_CONFIG_PATH', os.join(prefix, 'share/pkgconfig'))
Hope this helps.
mvrgr, Wouter
--
:wq mail [email protected]
web http://uwstopia.nl
spread your love like a fever -- black rebel motorcycle club
_______________________________________________
gnome-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-devel-list
signature.asc
(application/pgp-signature, 245 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: This message was signed/encrypted using GnuPG. iD8DBQFHh5SjP7QTTiUKY+sRAg5yAJ9ru+d4HD8mQmAQNvsvMoYHA+YhiwCfRzxm /ntTlMyWc8c9wR/M8cy4nlw= =jsaw -----END PGP SIGNATURE-----