http://bugs.winehq.org/show_bug.cgi?id=8886
Summary: Cannot compile git bisect between wine 0.9.1 and wine 0.9.2 Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
I'm trying to run a regression test between these two older wine versions to figure out where bug 4935 appeared at. Every time I attempt to compile, the build fails while building tools/wrc. I'll attach the full log shortly. The actual error is:
lex.yy.c:9174: error: expected ;, , or ) before numeric constant make[2]: *** [lex.yy.o] Error 1 make[2]: Leaving directory `/home/austin/wine-git/tools/wrc' make[1]: *** [wrc] Error 2 make[1]: Leaving directory `/home/austin/wine-git/tools' make: *** [tools] Error 2
Sorry for posting code, but it's quite short. I'm assuming that the problem may be that gcc is having trouble compiling such old code against newer libraries, but I'm not a programmer, so it's obviously just a guess.