Xref: utzoo comp.sources.bugs:1019 comp.sources.games.bugs:277 Path: utzoo!attcan!uunet!ispi!jbayer From: jbayer@ispi.UUCP (id for use with uunet/usenet) Newsgroups: comp.sources.bugs,comp.sources.games.bugs Subject: gnuchess on Xenix Keywords: gnuchess chess xenix bugs Message-ID: <144@ispi.UUCP> Date: 13 Jun 88 21:37:55 GMT Organization: Intelligent Software Products, Inc. Lines: 34 I just got the gnu-chess release 2. I had to make the following changes to make it compile on my system. I am currently running an SCO Xenix 386 Release 2.2.1, Development System 2.2 in gnuchess.h: I added the following definition at the end: #define W_OK 2 /* Added by JB */ in gnuchess.c: I added the following include statement: #include #include /* added by JB */ #include in nondsp.c: I added the same line as in gnuchess.c in uxdsp.c: I added the same line as in gnuchess.c I also had to move the following include statement to the beginning of the includes: #include /* moved here by JB from #1 */ Jonathan Bayer Intelligent Software Products, Inc. 19 Virginia Ave. Rockville Centre, NY 11570 ...uunet!ispi!jbayer