http://bugs.winehq.org/show_bug.cgi?id=24262
--- Comment #3 from Jakub Szafrański samaelszafran@kretyn.com 2010-09-04 13:18:38 CDT --- (In reply to comment #1)
Can you retest with the latest development version of Wine (1.3.2)?
Well, I could, but:
configure: error: Your flex version is too old. Please install flex version 2.5.33 or newer. # pkg_info -Ix flex flex-2.5.35_4 Fast lexical analyzer generator
And after I edit 'configure' so that it won't check flex:
gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -o ppy.tab.o ppy.tab.c flex -oppl.yy.c ppl.l "ppl.l", line 124: unrecognized '%' directive "ppl.l", line 125: bad character: # "ppl.l", line 125: unknown error processing section 1 "ppl.l", line 125: bad character: " "ppl.l", line 125: bad character: . "ppl.l", line 125: bad character: " "ppl.l", line 126: bad character: # "ppl.l", line 126: bad character: " "ppl.l", line 126: bad character: / "ppl.l", line 126: bad character: . "ppl.l", line 126: bad character: " "ppl.l", line 127: bad character: } *** Error code 1
I'll try an older version, perhaps.