On 5/28/07, Baho Utot <[EMAIL PROTECTED]> wrote: > LFS 6.2 > BLFS 6.2 Stable > > I am trying to compile Xorg 7.1 > I have compiled and installed everything previous to Xorg Utilities > > When compiling libXfont-1.1.0.tar.bz2 part of Xorg Utilities > > I get the following > > checking for XFONT... configure: error: Package requirements (xproto xtrans > fontsproto fontenc) were not met: > > No package 'xtrans' found > No package 'fontenc' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix.
This very much sounds like PKG_CONFIG_PATH isn't set to the location that you're trying to install Xorg. Make sure that you have PKG_CONFIG_PATH=$XORG_PREFIX/lib/pkgconfig and you have that exported in the shell you're building in. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
