home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / rec / games / go / 2888 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.6 KB

  1. Path: sparky!uunet!scifi!acheron!philabs!linus!agate!zonker.cs.berkeley.edu!ocrow
  2. From: ocrow@zonker.cs.berkeley.edu (Oliver Crow)
  3. Newsgroups: rec.games.go
  4. Subject: Re: Request xgospel help
  5. Date: 27 Jan 1993 20:42:33 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 31
  8. Distribution: world
  9. Message-ID: <1k6s3p$cb4@agate.berkeley.edu>
  10. References: <1k4odu$srq@agate.berkeley.edu>
  11. NNTP-Posting-Host: zonker.cs.berkeley.edu
  12.  
  13. In article <1k4odu$srq@agate.berkeley.edu>, I wrote:
  14. |> 
  15. |> I'm trying to install xgospel on our Sparcs, but I can't
  16. |> get the observe window to come up.  On clicking an entry
  17. |> in the game, window, I get the message:
  18. |> 
  19. |> Warning: parse error, expecting `OBSERVE':
  20. |> Somewhere in
  21. ....
  22.  
  23. I got an answer from the program's author, which clears this up.
  24. The answer is ... to toggle bell on (boy do I feel stupid - I
  25. knew it had to be something simple).  He also sent me a code
  26. patch to make it work in either mode.  The patch, by the author,
  27. Ton Hospel is:
  28.  
  29. > The solution however is 
  30. > very easy: look in the file goserver.l, the lines starting with ^"2  "
  31. > (these arev the rules for OBSERVE and KIBITZ). Replace them by:
  32. > ^"2 "{BELL}                       ;
  33. > "2"{WNL}{WNL}"11 Kibitz "       { BEGIN(THENAMES);
  34. >                                   return KIBITZ; }
  35. > "2"{WNL}                        { return OBSERVE; }
  36. > and all should work. Notice however that you need flex to be able to make the
  37. > file goserver.c, and that I probably made a mistake in the Imakefile and put
  38. > goserver.c instead of goserver.l in the list of source files. You'll have to
  39. > change this back, or it will probably not use the new goserver.l 
  40.  
  41. Thanks Ton.
  42.  
  43. Oliver
  44.