<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi all,<BR>
 <BR>
I've been building xserver from git by build.sh. When I entered<BR>
xserver, my keyboard wasn't working. Xorg.0.log showed that<BR>
xkb couldn't find any rules in my new xserver in<BR>
/opt/modular/share/X11/xkb. Only folder compiled/ in this xkb/.<BR>
I installed my new xserver into /opt/modular. And I ran<BR>
git clone git://anongit.freedesktop.org/git/xkeyboard-config<BR>
to get rules. However, I don't know how to install it into my<BR>
new xserver. I stored xkeyboard-config into /opt/src/, including<BR>
all the source of xserver. I added <BR>
 <BR>
    build xkeyboard-config ""<BR>
 <BR>
into /opt/src/util/modular/build.sh, and ran<BR>
 <BR>
    PATH=/opt/modular/bin:$PATH /opt/src/util/modular/build.sh \<BR>
        -D /opt/modular<BR>
 <BR>
Of course, I commented all the other build lines, from build_doc<BR>
to build_util because I had done them.<BR>
However, when build.sh was building xkeyboard, an error happened.<BR>
 <BR>
autoreconf: running: acloca -I /opt/modular/share/aclocal<BR>
configure.in:47: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library<BR>
......<BR>
autoreconf: running: /usr/bin/autoconf<BR>
configure.in:41: error: possibly undefined macro: AC_PROG_INTLTOOL<BR>
     If this token and others are legitimate, please use m4_pattern_allow<BR>
     See the Autoconf documentation<BR>
configure.in:47: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT<BR>
autoreconf: /usr/bin/autoconf failed with exit status: 1<BR>
 <BR>
Does it mean that I didn't install package gettext? I can find GETTEXT in<BR>
my xserver by dpkg -l. Why didn't I compile it???<BR>
 <BR>
Thanks........<BR>
Wayne<BR><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>