Thanks, adding xdevel.rpm worked, that got me by the missing files, now I have a 
pointer error.  Any ideas?  Error is near the bottom.

root@kak-pc2:/tmp/rxvt-2.6.3 >  ./configure --enable-xpm-background 
--enable-transparency --enable-menubar --enable-graphics --enable-xterm-scroll 
--disable-mousewheel --disable-old-selection --enable-dlmalloc--with-term=rxvt
loading cache ./config.cache
configuring for rxvt 2.6.3
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for a BSD compatible install... (cached) /usr/bin/ginstall -c
checking for mv... (cached) /bin/mv
checking for rm... (cached) /bin/rm
checking for cp... (cached) /bin/cp
checking for sed... (cached) /bin/sed
checking for awk... (cached) /bin/awk
checking for echo... (cached) /bin/echo
checking for cmp... (cached) /usr/bin/cmp
checking for tbl... (cached) /usr/bin/tbl
checking for AIX... no
checking for POSIXized ISC... no
checking for X... (cached) no
checking for libXpm... (cached) -I/usr/X11/include, -L/usr/X11/lib
checking for XPointer... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for assert.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for grp.h... (cached) yes
checking for libc.h... (cached) no
checking for lastlog.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/byteorder.h... (cached) no
checking for sys/ioctl.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/sockio.h... (cached) no
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for ANSI C header files... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking size of int *... (cached) 4
checking for int16_t... (cached) yes
checking for u_int16_t... (cached) yes
checking for int32_t... (cached) yes
checking for u_int32_t... (cached) yes
checking for int64_t... (cached) yes
checking for u_int64_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for atexit... (cached) yes
checking for unsetenv... (cached) yes
checking for setutent... (cached) yes
checking for seteuid... (cached) yes
checking for _getpty... (cached) no
checking for grantpt... (cached) yes
checking for unlockpt... (cached) yes
checking where ttys/ttytab is located... 
checking for working Xlocale... (cached) no
checking for working X setlocale... (cached) no
checking for working plain setlocale... (cached) yes
checking for getpt... (cached) yes
checking for tty/pty type... (cached) GLIBC
checking for setlocale in -lxpg4... (cached) no
creating ./config.status
creating autoconf/Make.common
creating Makefile
creating doc/Makefile
creating src/Makefile
creating src/graphics/Makefile
creating src/rsizes.h
creating rclock/Makefile
creating doc/yodl/rxvt.yo
creating doc/yodl/rxvtRef.yo
creating config.h
config.h is unchanged
Configuration:

  Rxvt version:               2.6.3 : 21 JULY 2000
  Source code location:       .
  Install path:               /usr/local/bin
  Compiler:                   gcc
  Compiler flags:             -O
  malloc support:             system default
  Xpm library:                -L/usr/X11/lib -lXpm

The following are set in config.h

  pty/tty type:               GLIBC
  utmp support:               disabled

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

root@kak-pc2:/tmp/rxvt-2.6.3 > make
make[1]: Entering directory `/tmp/rxvt-2.6.3/src'
gcc -DHAVE_CONFIG_H  -c -DHAVE_LIBXPM -I/usr/X11/include  -I. -I.. -I.  -O  command.c
In file included from command.c:44:
rxvt.h:128: redefinition of `XPointer'
/usr/X11/include/X11/Xlib.h:100: `XPointer' previously declared here
make[1]: *** [command.o] Error 1
make[1]: Leaving directory `/tmp/rxvt-2.6.3/src'
make[1]: Entering directory `/tmp/rxvt-2.6.3/doc'
/usr/bin/tbl ./rxvt.tbl | grep -v '^.lf' > rxvt.1
make[1]: Leaving directory `/tmp/rxvt-2.6.3/doc'
make[1]: Entering directory `/tmp/rxvt-2.6.3/rclock'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/rxvt-2.6.3/rclock'
make[1]: Entering directory `/tmp/rxvt-2.6.3/src/graphics'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/rxvt-2.6.3/src/graphics'
root@kak-pc2:/tmp/rxvt-2.6.3 > 

On Tue, Aug 15, 2000 at 05:34:19PM +0200, Mike Fabian wrote:
> Keith Kaple <[EMAIL PROTECTED]> writes:
> 
> > Anybody know what i need to add to SuSE 6.3 to get these header files on my box?
> 
> [...]
> 
> > root@kak-pc2:/tmp/rxvt-2.6.3 > make
> > make[1]: Entering directory `/tmp/rxvt-2.6.3/src'
> > gcc -DHAVE_CONFIG_H  -c -DHAVE_LIBXPM -I/usr/X11/include  -I. -I.. -I.  -O  
>command.c
> > In file included from command.c:44:
> > rxvt.h:122: X11/Intrinsic.h: No such file or directory
> > rxvt.h:123: X11/cursorfont.h: No such file or directory
> > rxvt.h:124: X11/keysym.h: No such file or directory
> 
> Intrinsic.h is in the package xdevel.rpm on SuSE 6.3.
> 
> -- 
> Mike Fabian   <[EMAIL PROTECTED]>
> 

-- 
Keith Kaple                 |      |           |        
919-392-5759 or 392-3550    |     |||         |||       
RTP, NC                     |    |||||       |||||    
H323 Packet Telephony       | .:|||||||:...:|||||||:.

Reply via email to