From: Noah L. <nl...@co...> - 2002-02-03 00:28:11
|
Hello, On Sat, Feb 02, 2002 at 09:03:37PM +0900, Araki Ken wrote: > > Would you show me your XMODIFIERS and LC_CTYPE environmental variables ? XMODIFIERS is unset. LC_CTYPE is normally "en_US.UTF-8", but I get the same result even when it's "C". > And if you use an attached patch , mlterm starts normally ? Yes, it does. > > # Perhaps all the versions of mlterm have the same problems ? Until recently I was using a version I had checked out of cvs (maybe 3 weeks ago), and it worked. I noticed that I get these warnings when I compile (checked out from cvs Sat Feb 2 19:17:25 EST 2002, unpatched): ml_xim.c: In function `xim_server_destroyed': ml_xim.c:96: warning: passing arg 5 of `XRegisterIMInstantiateCallback' from inc ompatible pointer type ml_xim.c: In function `open_xim': ml_xim.c:142: warning: initialization from incompatible pointer type ml_xim.c: In function `ml_xim_init': ml_xim.c:328: warning: passing arg 5 of `XRegisterIMInstantiateCallback' from in compatible pointer type ml_xim.c: In function `ml_xim_final': ml_xim.c:349: warning: passing arg 5 of `XUnregisterIMInstantiateCallback' from incompatible pointer type Noah |