<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>メッセージ</TITLE>
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=046165112-10032006><FONT size=2>Hello, everyone! I am
Yang.</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2>I have been fighting with a
problem when compiling X kdrive server but couldnt resolve
it.</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2>X version: </FONT></SPAN><SPAN
class=046165112-10032006><FONT size=2>XFree86 3.9.17</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2>Cross
compiling</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2>Target's platform is
MIPS.</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2>I have succeed to build
X-server but the mouse did not work, so I changed the
host.def</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2>as the
following.</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT
size=2>-----<Start>-----</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>#define
BuildXInputExt
YES</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>#define
XInputDrivers mouse</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>#define
UsbMouseSupport
YES</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>#define
HasLibUsb
YES</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT
size=2>-----<End>-----</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2>But while I compile X
with</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT size=2>#make World</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック"
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>The following
error occured and I have no idea to resolve it.</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック"
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック"
size=2>---<Start>---</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック"
size=2>mipsel-linux-gnu-gcc -mhard-float -o XVR
-O2 -L../../exports/lib dix/libdix.a
os/libos.a ../../lib/Xau/libXau.a ../../lib/Xdmcp/libXdmcp.a
hw/kdrive/fbdev/libfbdev.a hw/kdrive/vr/libvr.a hw/kdrive/libkdrive.a
hw/kdrive/linux/liblinux.a fb/libfb.a Xext/libext.a
Xi/libxinput.a<BR>
dix/libxpstubs.a mi/libmi.a Xext/libext.a
Xi/libxinput.a
-L/x_riku/local/mipsel-linux-gnu/lib -L../../exports/lib
-lXfont dix/libxpstubs.a -lz -lm
-lusb<BR>Xi/libxinput.a(listdev.o)(.text+0xc8): In function
`ProcXListInputDevices':<BR>: undefined reference to
`AddOtherInputDevices'<BR>Xi/libxinput.a(opendev.o)(.text+0x118): In function
`ProcXOpenDevice':<BR>: undefined reference to
`OpenInputDevice'<BR>Xi/libxinput.a(setdval.o)(.text+0x248): In function
`ProcXSetDeviceValuators':<BR>: undefined reference to
`SetDeviceValuators'<BR>Xi/libxinput.a(setmode.o)(.text+0x208): In function
`ProcXSetDeviceMode':<BR>: undefined reference to
`SetDeviceMode'<BR>Xi/libxinput.a(chgkbd.o)(.text+0x274): In function
`ProcXChangeKeyboardDevice':<BR>: undefined reference to
`ChangeKeyboardDevice'<BR>Xi/libxinput.a(chgdctl.o)(.text+0x280): In function
`ProcXChangeDeviceControl':<BR>: undefined reference to
`ChangeDeviceControl'<BR>Xi/libxinput.a(chgptr.o)(.text+0x2e4): In function
`ProcXChangePointerDevice':<BR>: undefined reference to
`ChangePointerDevice'<BR>Xi/libxinput.a(closedev.o)(.text+0x18c): In function
`ProcXCloseDevice':<BR>: undefined reference to `CloseInputDevice'<BR>collect2:
ld returned 1 exit status</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック"
size=2>---<End>---</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック"
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>Is there anyone
know the reason of the error above?</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>Xi/libxinput.a
has already been created, and `AddOtherInputDevices' is defined in
xc/programs/Xserver/include/XIstubs.h</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>I think it is a
problem in include file path or library path definition, but dont know where it
is.</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック" size=2>I really need
your help. Thanks a lot.</FONT></SPAN></DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック"
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=046165112-10032006><FONT face="MS Pゴシック"
size=2></FONT></SPAN> </DIV></BODY></HTML>