On Sat, 18 Apr 2009 20:03:19 +0200, Filip wrote:
I tried running:
localhost geanygdb-0.0.2 # PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
localhost geanygdb-0.0.2 # pkg-config --exists --print-errors "geany
= 0.15"
You must specify the PKG_CONFIG_PATH on the same line as the pkg-config/./configure command:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
(the above must be one line)
Or alternatively, make it available for this shell using:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
and then run again: ./configure
Regards, Enrico