LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: tram

[==LFS精华系列==]中文终端rxvt

[复制链接]
发表于 2002-12-22 17:25:35 | 显示全部楼层

我用tram的方法不行,不能make

he following are set in config.h

  multichar glyph languages:  yes
  pty/tty type:               GLIBC
  utmp support:               enabled
  utmp file:                  /var/run/utmp
  utmpx file:
  wtmp file:                  /var/log/wtmp
  wtmpx file:
  lastlog file:               /var/log/lastlog
  ttys/ttytab file:

  *** Please check src/feature.h for further options ***

root:/usr/src/rxvt-2.7.9# make
make: *** No targets.  Stop.
root:/usr/src/rxvt-2.7.9#
发表于 2002-12-22 17:44:47 | 显示全部楼层
 楼主| 发表于 2002-12-22 17:48:53 | 显示全部楼层
sorry,我上面打字的时候,把disable-utmp打成了disable-ntmp
用前面的那个就能编译了。现在贴子时间太长了,它都不让我改,Gao兄,帮我改改?
发表于 2002-12-22 17:50:14 | 显示全部楼层
晕倒
改成disable-utmp就ok了?
 楼主| 发表于 2002-12-22 17:52:03 | 显示全部楼层
应该是的,我原来编译的时候,就是一定要disable-utmp才行。我想可能是关于utmp的一些设置还没搞好,要不就是根本不支持。我对这个东东不太明白,好像就是能知道有谁登陆过。
发表于 2002-12-22 17:58:28 | 显示全部楼层
失败
我以后用gnome的那个终端吧
中文也不错的
背景透明哦 ...
 楼主| 发表于 2002-12-22 18:10:03 | 显示全部楼层
怎么会还不行呢?我那时候因为要在LFS下做记录,不得不找一个中文的term,呵呵。gnome的那个好些,不过rxvt小啊!
发表于 2002-12-22 21:46:16 | 显示全部楼层

失败!

zp:/home/zp/DownSoft/rxvt-2.7.9# make
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/src'
gcc -DHAVE_CONFIG_H   -g -O2  -DDEBUG_STRICT    -I.. -I. -I. -c rxvt.c
In file included from rxvt.c:1:
rxvtlib.h:46: X11/Intrinsic.h: No such file or directory
make[1]: *** [rxvt.o] Error 1
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/src'
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/doc'
/usr/bin/tbl ./rxvt.tbl | grep -v '^.lf' > rxvt.1
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/doc'
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/rclock'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/rclock'
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/src/graphics'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/src/graphics'
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/src/test'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/src/test'
zp:/home/zp/DownSoft/rxvt-2.7.9# make clock
(cd rclock; make)
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/rclock'
cat ./rclock.1.in\
|sed -e 's%@RXVT_VERSION@%2.7.9%g;'\
|sed -e 's%@RXVT_DATE@%04 OCTOBER 2002%g;'\
|sed -e 's%@RXVT_MAINT@%Geoff Wing%g;'\
> rclock.1
gcc -c   -I. -I.. -I. -DHAVE_CONFIG_H -g -O2  rclock.c
rclock.c:70: X11/Intrinsic.h: No such file or directory
rclock.c:958: warning: garbage at end of `#ifdef' argument
make[1]: *** [rclock.o] Error 1
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/rclock'
make: *** [clock] Error 2
zp:/home/zp/DownSoft/rxvt-2.7.9# make install
./autoconf/mkinstalldirs /usr/local/bin
./autoconf/mkinstalldirs /usr/local/man/man1
mkdir /usr/local/man/man1
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/src'
gcc -DHAVE_CONFIG_H   -g -O2  -DDEBUG_STRICT    -I.. -I. -I. -c rxvt.c
In file included from rxvt.c:1:
rxvtlib.h:46: X11/Intrinsic.h: No such file or directory
make[1]: *** [rxvt.o] Error 1
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/src'
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/doc'
/usr/bin/install -c -m 644 rxvt.1 /usr/local/man/man1/rxvt.1
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/doc'
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/rclock'
gcc -c   -I. -I.. -I. -DHAVE_CONFIG_H -g -O2  rclock.c
rclock.c:70: X11/Intrinsic.h: No such file or directory
rclock.c:958: warning: garbage at end of `#ifdef' argument
make[1]: *** [rclock.o] Error 1
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/rclock'
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/src/graphics'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/src/graphics'
make[1]: Entering directory `/home/zp/DownSoft/rxvt-2.7.9/src/test'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/zp/DownSoft/rxvt-2.7.9/src/test'
发表于 2002-12-22 22:01:54 | 显示全部楼层
看起来是缺少/usr/include/X11/Intrinsic.h文件造成的。你是不是少装了什么Xfree的安装包?
发表于 2002-12-23 13:43:10 | 显示全部楼层
上bbs输入乱码应该是telnet 的问题,用telnet -8
.Xresources是XFree86的资源文件,指明可用的X资源(还不是特别懂,很多X应用程序都用到X资源
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表