On 11/6/07, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote: > > While installing numlockx (a little tool to have numlock on just after > boot under xdl or kdm), I uncouter problems in the configure process : > > checking for X... configure: error: Can't find X includes. Please check > your installation and add the correct paths!
That is just a horrible use of autoconf. The offender is the K_PATH_X macro in acinclude.m4 which is totally unnecessary because there's already a default autoconf macro for finding X. Try adding x_includes=/usr/include x_libraries=/usr/lib to the end of your ./configure command. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
