On 30.09.2012 18:01, Carl Thorn wrote: > [Installing X with XORG_PREFIX=/usr] > When install XORG libraries xtrans-1.2.7 installs without error. But > libX11-1.5.0 fails during configure with this error:checking keysym > definitions... configure: error: Cannot find keysymdef.h. How do I locate > what > is causing the problem and how do I fix it?
Hello, the first step is to verify that the file 'keysymdef.h' is actually installed. It should live in /usr/include/X11 and should have been installed with xproto-7.0.23. So, first, verify that it is installed correctly. Instructions for xproto are on the Xorg Protocol Headers page of the book. Lars -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
