GNOME Bugzilla – Bug 150887
libxklavier 1.02 and 1.03 won't compile on slackware 10
Last modified: 2005-04-10 23:39:26 UTC
checking for X... libraries , headers configure: error: The path /X11/xkb does not denote the directory make: *** [configure-work/main.d/libxklavier-1.03/configure] Error 1 root@lupus:/home/lupus/garnome--kenny/garnome/desktop/libxklavier#
AC_ARG_WITH( xkb_base, [ --with-xkb-base=DIR XKB base path (by default it is /usr/X11R6/lib/X11/xkb)], xkb_base="$withval", xkb_base="$x_libraries/X11/xkb" ) if ! test -d $xkb_base; then AC_MSG_ERROR([The path $xkb_base does not denote the directory]) this in configure.in
Is this issue still present in libxlavier 1.04 (included in the 2.8.1 pre-release archive?)