Alle 00:54, domenica 16 luglio 2006, Arnie Stender ha scritto: > "configure: error: Xft version 2 is required for x11 target" > I have the libXft.so.2.1.2 out there. The pkgconfig directory has the > xft.pc file but I still get the error. I looked at the configure script > and found it is running "pkg-config --exists xft" so I ran that from the > command prompt and it returned 1. I don't know much about pkg-config.
Well, to know the version of a program you have installed you should issue: [EMAIL PROTECTED]:~$ pkg-config --modversion xft 2.1.8 If you're going to see something like: [EMAIL PROTECTED]:~$ pkg-config --modversion xff Package xff was not found in the pkg-config search path. Perhaps you should add the directory containing `xff.pc' to the PKG_CONFIG_PATH environment variable No package 'xff' found then you should add /usr/X11R6/lib/pkgconfig in your PKG_CONFIG_PATH Try this to see if it works: export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/X11R6/lib/pkgconfig HTH, Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
