<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I was wondering while I was building xserver by build.sh, <BR>it showed:<BR>make[3]: Entering directory '/opt/src/xserver/hw/xfree86/common'<BR>make[3]: *** No rule to make target 'atKeynames.h', needed by 'distdir'. Stop.<BR>There is no atKeynames.h in xserver/hw/xfree86/common, but<BR>it needs it. So, does it mean the source code of xserver from x.org doesn't<BR>include all files it needs?<BR>I copied atKeynames.h from xserver/hw/dmx/input/atKeynames.h to<BR>xserver/hw/xfree86/common. I don't know if it is OK or not, but I did.<BR>And it worked. However, I got a similar problem later. It required<BR>xf86Version.h, and this file doesn't in xserver/hw/xfree86/common.<BR>Why did this happen?<BR>Could I just find the files xserver needs but doesn't have from the internet<BR>or somewhere, and copy them into xserver? Will it work?<BR> <BR>Wayne<BR><br /><hr />Discover the new Windows Vista <a href='http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>