[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:12138] Re: My Xemacs has two problems.
From: TAKAHASHI Hideaki <htaka@xxxxxxxxxxx>
Subject: [debian-users:12111] Re: My Xemacs has two problems.
Date: Thu, 21 Jan 1999 00:05:27 +0900
Message-ID: <36A5F0131FE.3B93HTAKA@xxxxxxxxxxxxxxxxxxx>
htaka> configure で --with-xim と --with-xfs を指定すれば
htaka> ちゃんと日本語メニューが化けずに表示できると思います。
htaka> --with-xim だけだと、フォントが正しく設定されないのでしょう。
リプライ恐れ入ります。
早速やってみました。
(1)dpkg-source -d xemacs20_20.4-13.dsc
(2)debian/rules を編集
                  :
                  :
canna-wnn-build:
./configure ${non_ver_specific_opts} 
--doc_file_name="DOC-mule-canna-wnn"
--with-mule --with-canna --with-wnn6 --with-xfs 
--with-xim=xlib $(debianconfig)           ↑
                  :                 これを追加
                  :
(3)./debian/rules build でエラー発生。
/hoge/xemacs20-20.4/lib-src/profile.c: In function `reset_watch':
/hoge/xemacs20-20.4/lib-src/profile.c:51: 
                  too few arguments to function `gettimeofday'
/hoge/xemacs20-20.4/lib-src/profile.c: In function `get_time':
/hoge/xemacs20-20.4/lib-src/profile.c:64: 
                  too few arguments to function `gettimeofday'
make[2]: *** [profile] Error 1
make[2]: Leaving directory `/hoge/XEMACS/xemacs20-20.4/lib-src'
make[1]: *** [lib-src] Error 2
make[1]: Leaving directory `/hoge/xemacs20-20.4'
make: *** [canna-wnn-build] Error 2
高橋(秀)さんは、このあたり問題なく行けてたんでしょうか?
情報ありましたらお願いします。
--金原