FS#5900 - gtksourceview installs pkgconfig files in non-standard location
Attached to Project:
Arch Linux
Opened by Rob Page (robrob) - Sunday, 26 November 2006, 20:45 GMT
Last edited by Roman Kyrylych (Romashka) - Tuesday, 28 November 2006, 01:14 GMT
Opened by Rob Page (robrob) - Sunday, 26 November 2006, 20:45 GMT
Last edited by Roman Kyrylych (Romashka) - Tuesday, 28 November 2006, 01:14 GMT
|
Details
gtksourceview installs in /opt/gnome/, and puts its
pkgconfig file in /opt/gnome/lib/pkgconfig, which,
unfortunately is not in the pkgconfig search path, and
therefore when I attempt to compile something that requires
it, it can't find the pkgconfig file.
Either the pkgconfig needs to be moved to be in the pkgconfig path, (ie: /usr/lib/pkgconfig) or PKG_CONFIG_PATH needs to be set so that this directory is searched by pkgconfig. As a workaround for now, i'm just doing: # export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig when I need to compile something. |
This task depends upon
Closed by arjan timmerman (blaasvis)
Saturday, 02 December 2006, 11:42 GMT
Reason for closing: Fixed
Additional comments about closing: add gnome-common as dep in -3
Saturday, 02 December 2006, 11:42 GMT
Reason for closing: Fixed
Additional comments about closing: add gnome-common as dep in -3
PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig:/opt/kde/lib/pkgconfig:/opt/mozilla/lib/pkgconfig:/opt/qt/lib/pkgconfig