<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2011-02-21 at 11:11 -0300, Krosh Ivanov wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    Hi,<BR>
    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?<BR>
</BLOCKQUOTE>
<BR>
util-macros is installed in /usr/share as it is architecture independent.<BR>
<BR>
For my part. I set:
<BLOCKQUOTE>
<PRE>
PKG_CONFIG_PATH=        /home/nadon/xorg/src/lib/pkgconfig:/home/nadon/xorg/src/share/pkgconfig
</PRE>
</BLOCKQUOTE>
This path is searched before the "default search path". See man pkg-config.<BR>
<BR>
Once you have sorted it out, remove excess files copied and install util-macros using make install.<BR>
Also check if PKG_CONFIG_LIBDIR is set which changes the default search path.<BR>
That makes several places were an older copy can hide.<BR>
<BR>
This should tell you where it is, based on env vars:
<BLOCKQUOTE>
<PRE>
pkg-config --variable pkgdatadir xorg-macros
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    Thanks in advance,<BR>
    Ivan
<PRE>
_______________________________________________
<A HREF="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</A>: X.Org support
Archives: <A HREF="http://lists.freedesktop.org/archives/xorg">http://lists.freedesktop.org/archives/xorg</A>
Info: <A HREF="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</A>
Your subscription address: <A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>