I used to think rxvt came with Red Hat, but I guess it doesn't. Then I thought it would be easy to compile on Red Hat, or maybe on Debian, but I can't get it to work. Are there no binary files precompiled for Linux?

Below is some info about what I did and what happend on Red Hat Linux.

Thanks in advance for any tips!

Mike


# uname -a Linux [host] 2.4.21-15.0.4.ELsmp #1 SMP Sat Jul 31 01:25:25 EDT 2004 i686 i686 i386 GNU/Linux

# ./configure --prefix=/home/mbmiller/local --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib --enable-rxvt-scroll

[snip]

# make
make[1]: Entering directory `/home/mbmiller/local/src/rxvt-2.7.10/src'
gcc -DHAVE_CONFIG_H   -g -O2  -DDEBUG_STRICT   -I/usr/X11R6/include  -I.. -I. -I. -c 
rxvt.c
In file included from rxvt.c:1:
rxvtlib.h:46:73: X11/Intrinsic.h: No such file or directory
In file included from rxvt.c:1:
rxvtlib.h:114: syntax error before "Window"
rxvtlib.h:114: warning: no semicolon at end of struct or union
rxvtlib.h:115: warning: data definition has no type or storage class
rxvtlib.h:116: syntax error before "gc"

[snip]

rxvt.c: In function `main':
rxvt.c:9: `rxvt_vars' undeclared (first use in this function)
rxvt.c:9: (Each undeclared identifier is reported only once
rxvt.c:9: for each function it appears in.)
make[1]: *** [rxvt.o] Error 1
make[1]: Leaving directory `/home/mbmiller/local/src/rxvt-2.7.10/src'
make[1]: Entering directory `/home/mbmiller/local/src/rxvt-2.7.10/doc'
/usr/bin/tbl ./rxvt.tbl | grep -v '^.lf' > rxvt.1
make[1]: Leaving directory `/home/mbmiller/local/src/rxvt-2.7.10/doc'
make[1]: Entering directory `/home/mbmiller/local/src/rxvt-2.7.10/rclock'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mbmiller/local/src/rxvt-2.7.10/rclock'
make[1]: Entering directory `/home/mbmiller/local/src/rxvt-2.7.10/src/graphics'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mbmiller/local/src/rxvt-2.7.10/src/graphics'
make[1]: Entering directory `/home/mbmiller/local/src/rxvt-2.7.10/src/test'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mbmiller/local/src/rxvt-2.7.10/src/test'

Reply via email to