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