http://bugs.winehq.org/show_bug.cgi?id=21912
Summary: Flex with 1.1.39 Product: Wine Version: 1.1.39 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wildwolfofdark@hotmail.com
Here's the problem.
checking whether flex is recent enough... no configure: error: Your flex version is too old. Please install flex version 2.5.33 or newer. [root@localhost wine-1.1.39]# flex -V flex 2.5.33
I have the version it needs, but it's saying it's too old.
http://bugs.winehq.org/show_bug.cgi?id=21912
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |build-env Summary|Flex with 1.1.39 |Wrong Flex version | |detection
http://bugs.winehq.org/show_bug.cgi?id=21912
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-03 21:57:14 --- Wine doesn't check version, it checks for features provided in your version. Apparently those features are not present in your Flex version. So you still need to upgrade.
http://bugs.winehq.org/show_bug.cgi?id=21912
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Severity|major |normal
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-03 21:59:08 --- Closing - not a bug intended behavior. Wine does require thread safe flex which old versions do not provide.