On Fri, 15 Jun 2001, Gaƫl de Chalendar wrote:
Hi,
As I wrote on comp.emulators.ms-windows.wine, I have the same problem (on 2 machines, a third one works well). What caused the problem is the last patch on wrc (I got the previous version of wrc files and it works).
A preprocessed version of what do you want ?
I wanted a preprocessed version of the user32.rc file. But Bang Jun-Young sent me the files generated by flex/bison which allowed me to reproduce the problem. I have not yet found a fix but the problem is in the y.tab.c file.
Bang Jun-Young is using byacc while I'm using bison so the files are quite different and about impossible to compare. When I compile parser.y I get:
bison -y -d -t ./parser.y conflicts: 2 shift/reduce
Maybe that's the source of the problem: byacc resolves the conflicts differently from bison which causes tehe parse to fail.
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Linux, WinNT, MS-DOS - also known as the Good, the Bad and the Ugly.