On Fri 30 May 2003 at 22:23:42 -0400, Michael George wrote:
> gram.y: In function `yyparse':
> gram.y:686: error: parse error before '}' token
> make: *** [gram.o] Error 1
> 
> I didn't see anything in README or PROBLEMS about bison...

This is a bug in the original gram.y file, which was apparently fixed in
the 3.7 alpha version. Line 686 should read, I think (according to the
copy I have here)

wingeom_entry   : string string { AddToList (&Scr->WindowGeometries, $1, $2); }

Iirc, the ; was missing.

> Thanks!
> -Michael
-Olaf.
-- 
___ Olaf 'Rhialto' Seibert      -- The evil eye is caused by the black
\X/ rhialto/at/xs4all.nl        -- tongue - Tom Poes, "Het boze oog", 4456.

Reply via email to