Hi,

after a quick and dirty run thru Xorg-7.6 (some errors and restarts of 
building) I restarted from scratch and encountered the following:

To me it seems that util-macros (part of "util") needs to be installed before 
the "proto" part can be done. To be more exact, the "proto" needs to be 
installed before makedepend (which is the second and last pkg in "util") can 
be successfully built.
The other thing is that util-macro installs the xorg-macros.pc in 
$XORG_PREFIX/shared/pkgconfig. A sed like

  sed -i "s/^pkgconfigdir = \$(datadir)/pkgconfigdir = \$(libdir)/" \
    Makefile.in

makes storing it in $XORG_PREFIX/lib/pkgconfig.  I know, in the introduction 
is a command to add $XORG_PREFIX/shared/pkgconfig to the PKGCONFIG_PATH.
But as it is the only package beside xkeyboardconfig (to which applies the 
same sed) which stores its .pc in the shared dir, the sed might be an option.

--
Thomas
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to