After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 150887 - libxklavier 1.02 and 1.03 won't compile on slackware 10
libxklavier 1.02 and 1.03 won't compile on slackware 10
Status: RESOLVED OBSOLETE
Product: GARNOME
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jeff Waugh
garnome list
Depends on:
Blocks:
 
 
Reported: 2004-08-23 22:05 UTC by Kristof Vansant
Modified: 2005-04-10 23:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kristof Vansant 2004-08-23 22:05:05 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#
Comment 1 Kristof Vansant 2004-08-23 22:12:50 UTC
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 
Comment 2 Paul Drain 2004-10-15 09:08:57 UTC
Is this issue still present in libxlavier 1.04 (included in the 2.8.1
pre-release archive?)