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.
________________________________________________________________________