xrobots - fight off villainous robots (X Windows). Changes for HPUX 10.20: Imakefile: 'EXTRA_INCLUDES = -I/usr/contrib/X11R5/include' changed to 'EXTRA_INCLUDES = -I/usr/contrib/X11R6/include' because of a compiler error- not being able to include Xaw header files. main.c: line 209 - argument 5 casted to (int *) . line 304 & 305 - 4th arguments casted to (XtEventHandler) . score.c: Lines 102 & 123 to remove warnings redefined function prototypes on line 70 from void output to static void output and moved to lines 73 &74. Line 131 - casted the 2nd argument of strncpy to (const char *) . Line 247 - casted the 3rd argument to (XtCallbackProc) . Compilation : simply ... xmkmf make To install the package, change the install path in the Imakefile to the desired location then type... make install to install the manual.. make install.man Please see the README file for more information. Chris Goodall; chrisg@csc.liv.ac.uk 10.20 Port: D.J. Burns; djburns@csc.liv.ac.uk