mrxvt 0.3.10 is released
这个版本主要加入了用户自定义键盘快捷键功能,并修正了很多bugs. 没搞错。贴个链接出来啊。:shock: http://materm.sourceforge.net Can't display or inputchinese in FC3.
Does it support utf8 ?
How to configure it to diaplay chinese in utf8 locale? no, this release does not support utf-8. Occur error under MagicLinux 1.2 beta3
==============================================
kernel-2.6.8.1
gcc-3.4.3
glibc-2.3.3-53.4
==============================================
error information during "make"
tabbar.c: In function `rxvt_tabbar_set_title':
tabbar.c:1342: warning: implicit declaration of function `strndup'
tabbar.c:1342: warning: assignment makes pointer from integer without a cast
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fPIC -I/usr/X11R6/include -c netdisp.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fPIC -I/usr/X11R6/include -c rxvt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fPIC -I/usr/X11R6/include -c xdefaults.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fPIC -I/usr/X11R6/include -c main.c
main.c: In function `rxvt_init_font_fixed':
main.c:1021: error: structure has no member named `xftbfont'
make[2]: *** [main.o] 错误 1
make[2]: Leaving directory `/home/bamfox/mrxvt-0.3.10/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/bamfox/mrxvt-0.3.10'
make: *** [all] 错误 2
How to deal with it? that's a bug, the function rxvt_init_font_fixed should be included in macro #ifdef XFT_SUPPORT. or you just enable xft support. yeah, I see 我下载了mrxvt 0.3.11,configure时用了这几个选项,但是中文还是有问题:
$ ./configure --enable-everything --disable-debug --enable-cjk --enable-xim
请指教 加上了几个参数,中文显示和输入没有问题了:
$ ./configure --enable-cjk --with-encoding=gb --with-save-lines=1000 --enable-jpeg --enable-png --enable-xpm --enable-xim --enable-xft --enable-delete-key --enable-backspace-key --enable-everything --disable-debug --enable-linespace --enable-24bits --enable-mousewheel
页:
[1]