[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Cannot find GLib and GNOME Keyring .pc files

From: Yudong Sun <yudong_at_nag.co.uk>
Date: Fri, 06 Aug 2010 14:05:00 +0100

Hi,

I'm installing Subversion 1.6.12 on a Linux system. Since I have no root
permission, I install everything in my own directory. I have installed
Glib 2.24.0 and GNOME Keyring 2.30.3 in my directory to support password
storing.

I have included /path/to/glib-2.24.0/lib/pkgconig and
/path/to/gnome-keyring-2.30.3/lib/pkgconfig into PKG_CONFIG_PATH.

I have also set CPPFLAGS and LDFLAGS to the corresponding paths to Glib
and GNOME Keyring on the ./configure line:

./configure --prefix=/path/to/svn-1.6.12 \
--with-ssl --with-gnome-keyring \
CPPFLAGS="-I/path/to/glib-2.24.0/include
-I/path/to/gnome-keyring-2.30.3/include" \
LDFLAGS="-L/path/to/gnome-keyring-2.30.3/lib -L/path/to/glib-2.24.0/lib"

Even so the configure still shows:

checking whether to look for GNOME Keyring... yes
checking for GLib and GNOME Keyring .pc files... no
configure: error: cannot find GLib and GNOME Keyring .pc files

The .pc files do exist in the corresponding lib/pkgconfig. I wonder how
I can point the configure to these paths? Is it necessary to install
Glib and GNOME Keyring in the root directory (e.g. /usr)?

Thanks,

Yudong

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
Received on 2010-08-06 15:05:59 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.