home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / vmsnet / sources / games / 480 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.7 KB  |  57 lines

  1. Newsgroups: vmsnet.sources.games
  2. Path: sparky!uunet!caen!spool.mu.edu!umn.edu!news
  3. From: rao@moose.cccs.umn.edu (Rao Akella)
  4. Subject: XCHESS compilation problems.
  5. Message-ID: <1993Jan6.011723.13859@news2.cis.umn.edu>
  6. Lines: 42
  7. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  8. Nntp-Posting-Host: knife.cccs.umn.edu
  9. Reply-To: rao@moose.cccs.umn.edu
  10. Organization: Colon Cancer Control Study, University of Minnesota, Minneapolis
  11. References: <1992Dec21.105423.1@madre.dasd.honeywell.com> <1992Dec30.152621.27@iwsd01.itwol.bhp.com.au> <1993Jan4.223622.22884@news2.cis.umn.edu>
  12. Date: Wed, 6 Jan 1993 01:17:23 GMT
  13. Lines: 42
  14.  
  15.  
  16. A couple of days back, I announced that I was making Gnu Xchess available for
  17. anonymous ftp from my site.  Since then, I have received e-mail from at least
  18. one person informing me that BUILD.COM is unable to compile Xchess, bombing
  19. while compiling scrolltext.c.
  20.  
  21. Much to my shock and horror and dismay, I was able to duplicate the problem. 
  22. The reason for the compilation errors is that the definition of caddr_t is
  23. missing from 3 files: scrolltext.c, xlookassoc.c and xmakeassoc.c.
  24.  
  25. I have since fixed the problem, and a debugged version of Gnu Xchess version 2
  26. for VMS workstations running DECwindows or Motif is now available via anonymous
  27. ftp from moose.cccs.umn.edu [128.101.133.53].  If you experienced any problems
  28. building Xchess the last time, I request you to obtain the latest version and
  29. try again.  The file to get is XCHESS.VMS_SHARE.  This is a text file, so you
  30. can GET it in ASCII mode.
  31.  
  32. This file is a VMS-SHARE package of 85 XCHESS source files.  To unpack it, use
  33. ftp to GET a local copy of the file; then, at your VMS $ prompt, do:
  34.     $ @XCHESS.VMS_SHARE
  35. This will split this share file into its component files.
  36.  
  37. To build Xchess, at the VMS $ prompt, do:
  38.     $ @BUILD
  39. This will execute the command procedure BUILD.COM to compile and link Xchess
  40. (you'll need a C compiler).  When it's done:
  41.     $ RUN XCHESS
  42.  
  43. I apologize humbly for any pain/anguish/frustration/anger/puzzlement/distress
  44. you may have experienced as a result of my carelessness.  I obtained my copy
  45. about 1.5 years back, and it compiled and linked perfectly then ("I swear I
  46. haven't changed a thing!" :-) but that was a few VMS upgrades ago.  I don't
  47. have the faintest idea why this problem cropped up now, but computers move in
  48. mysterious ways their wonders to perform, and I blame it all on software rot.
  49. However, I did make damn sure that the blasted source compiles properly this
  50. time (I sat there and glared at it until it meekly finished building).
  51.  
  52. My abject apologies again for my carelessness and for not confirming that the
  53. product worked as advertised.  Please get the source and try again.  It's neat!
  54.  
  55. -- Rao Akella    <rao@moose.cccs.umn.edu, rao%moose@umnacvx.bitnet>
  56.  
  57.