Bug in pkg-config 0.7.0
Status: Beta
Brought to you by:
lotr
|
From: Chema C. <ch...@xi...> - 2001-07-10 05:11:07
|
Found another bug in pkg-config 0.7.0 (the source for this pkg-config was fetched with the vicious-build-scripts so I don't know where it came from). After installing libcapplet2 I get this error : ------------- checking for pkg-config... (cached) /usr/bin/pkg-config checking for libcapplet2 libglade-gnome gdk_pixbuf bonobo_conf ... Package libcapplet2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libcapplet2.pc' to the PKG_CONFIG_PATH environment variable No package 'libcapplet2' found -------------- which looks like libcapplet2.pc was not installed, but it was. If i as root link /usr/lib/pkgconfig to /usr/lib/pkg-config it all works fine as can be shown here : ---------------------------- [root@sarados lib]# pkg-config --debug Cannot open directory '/usr/lib/pkg-config' in package search path: No such file or directory Must specify package names on the command line [root@sarados lib]# ln -s pkgconfig/ pkg-config [root@sarados lib]# cd pkg-config/ [root@sarados pkg-config]# pkg-config --debug Scanning directory '/usr/lib/pkg-config' Ignoring file '.' in search directory; not a .pc file Ignoring file '..' in search directory; not a .pc file ----------------------------- Another little but blocker bug ;-). Why was this not caught before ? Don't know, it might have been a bug in the tarball fethced from gnome.org/~marting/.... regards, Chema |