pkg-config returns
Package geany was not found in the pkg-config search path. Perhaps you should add the directory containing `geany.pc' to the PKG_CONFIG_PATH environment variable No package 'geany' found
but geany is installed in /usr/local/bin.
As I have said, I have installed geany from svn.
2009/4/18 Enrico Tröger enrico.troeger@uvena.de:
On Sat, 18 Apr 2009 18:32:15 +0200, Filip wrote:
I am using svn version and got this: No package 'geany' found when run autogen.sh. Do I have to do something with geany besides make install to register this package?
How/where did you install Geany? The configure script of geanygdb is using pkg-config to find the Geany installation. So, check on the command line with the following command whether your installation is correct: pkg-config --modversion geany
this should return 0.16 or 0.17 or whatever version you have installed :).
If you installed Geany into a custom prefix (that is, != /usr), the you might need to specify the path to the installation dir like
PKG_CONFIG_PATH=/wherever/you/installed/geany/lib/pkgconfig pkg-config --modversion geany
resp. in the geanygdb sources:
PKG_CONFIG_PATH=/wherever/you/installed/geany/lib/pkgconfig ./configure --prefix=/wherever/you/installed/geany
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.asc
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany