[Geany] [New Release] geanygdb 0.0.2
Enrico Tröger
enrico.troeger at xxxxx
Sat Apr 18 16:52:17 UTC 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.geany.org/pipermail/users/attachments/20090418/28a899d1/attachment.pgp>
More information about the Users
mailing list