XFT and xorg-macros

2011-02-21 Thread Krosh Ivanov
Hi,
I know XFT depends on xorg-macros to be installed, but I keep getting the
error must install xorg-macros  1.8... despite having had installed the
most recent version of xorg-macros and copied the *.pc of xorg-macros to
/usr/local/lib/pkgconfig and to /usr/lib/pkgconfig. Why is it happening?

Thanks in advance,
Ivan
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: XFT and xorg-macros

2011-02-21 Thread Julien Cristau
On Mon, Feb 21, 2011 at 11:11:13 -0300, Krosh Ivanov wrote:

 Hi,
 I know XFT depends on xorg-macros to be installed, but I keep getting the
 error must install xorg-macros  1.8... despite having had installed the
 most recent version of xorg-macros and copied the *.pc of xorg-macros to
 /usr/local/lib/pkgconfig and to /usr/lib/pkgconfig. Why is it happening?
 
Tell aclocal to look for xorg-macros.m4 in the right place?

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: XFT and xorg-macros

2011-02-21 Thread Gaetan Nadon
On Mon, 2011-02-21 at 11:11 -0300, Krosh Ivanov wrote:

 Hi,
 I know XFT depends on xorg-macros to be installed, but I keep getting
 the error must install xorg-macros  1.8... despite having had
 installed the most recent version of xorg-macros and copied the *.pc
 of xorg-macros to /usr/local/lib/pkgconfig and to /usr/lib/pkgconfig.
 Why is it happening?


util-macros is installed in /usr/share as it is architecture
independent.

For my part. I set:

PKG_CONFIG_PATH=
/home/nadon/xorg/src/lib/pkgconfig:/home/nadon/xorg/src/share/pkgconfig

This path is searched before the default search path. See man
pkg-config.

Once you have sorted it out, remove excess files copied and install
util-macros using make install.
Also check if PKG_CONFIG_LIBDIR is set which changes the default search
path.
That makes several places were an older copy can hide.

This should tell you where it is, based on env vars:

pkg-config --variable pkgdatadir xorg-macros




 Thanks in advance,
 Ivan
 
 ___
 xorg@lists.freedesktop.org: X.Org support
 Archives: http://lists.freedesktop.org/archives/xorg
 Info: http://lists.freedesktop.org/mailman/listinfo/xorg
 Your subscription address: mems...@videotron.ca


signature.asc
Description: This is a digitally signed message part
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com