http://bugs.winehq.org/show_bug.cgi?id=7564
------- Additional Comments From winehq@richardneill.org 2007-24-03 13:56 ------- I have tried to do the regression tests, but I can't get wine to build. I get errors like:
make[2]: Entering directory `/home/rjn/winetest/2005-01-01/tools/wrc' gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR=""/usr/local/include/wine"" -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c lex.yy.c:9173: error: expected ;, , or ) before numeric constant
The offending line (9173) in lex.yy.c is: YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) which looks OK to me.
Help?
In the meantime, I also found the oldest deb I can locate, namely for 0.9.3, in which this is also broken. Is there an archive of old (2004-2005 era) wine binary packages anywhere?
Thanks for your help,
Richard