http://bugs.winehq.org/show_bug.cgi?id=23275
Summary: Will not compile using with flex version 2.5.4a
installed via yum
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhoward1231(a)yahoo.com
Created an attachment (id=29011)
--> (http://bugs.winehq.org/attachment.cgi?id=29011)
config.log from failed install
CentOS 5.4 x86_64
System Dual - Dual Core XEON 3.0 G Hz
running configure I get an error that I need 2.5.33 o later and flex says it is
2.5.4
I removed the flex version check from configure and it ran ./conigure ok but
then make failed.
removed 2.5.4 and compiled the rpm for flex 2.5.33 and everything worked.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3023
Eliot Blennerhassett <ewblen+wine(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ewblen+wine(a)gmail.com
--- Comment #21 from Eliot Blennerhassett <ewblen+wine(a)gmail.com> 2010-06-20 05:23:25 ---
This bug still exists on wine git head at 2010-06-20.
(I have just suffered through building wine again, on 64 bit OS this time for
extra difficulty, in order to have working Orcad)
The commented line in comment #3 is in EndDialog(), which is supposed to be
called from the dialog's own process, eg when OK or cancel is pressed, with the
hwnd of the dialog. It is hard to imagine that the window is not already
active. I.e. it doesn't need to activate itself as if it is another window?
Someone with more knowledge of what this code was trying to do in the first
place needs to comment! (it predates git history...)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8025
Johannes Svensson <abadaar(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|abadaar(a)gmail.com |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8025
--- Comment #45 from Leeroy <wherearelove(a)hotmail.com> 2010-06-20 01:06:03 ---
64bit Ubuntu 10.04
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8025
--- Comment #44 from Leeroy <wherearelove(a)hotmail.com> 2010-06-20 01:02:21 ---
forgive for the double post, mistake on my part.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8025
--- Comment #43 from Leeroy <wherearelove(a)hotmail.com> 2010-06-20 01:01:19 ---
GFX Model: Sapphire Radeon 4870
CPU: Intel i7 920
OS: Ubuntu 10.04 64bit (fresh no updates after installation)
ATI Restricted Driver installed (approved by ubuntu)
ATI Driver Packaging Version 8.7231-100408a-098580C-ATI
2D Driver Version 8.72.11
Catalyst Conter Center Versio 2.12
RandR Version 1.3
Wine: 1.2 - 1.1.42-0ubuntu4
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
Experiencing immediate after launch freeze and crash presumably, because in the
terminal wine stops, Counter-Strike launches and freezes on screen if in
full-screen mode, or if in windowed freezes after any button press. Effectively
though it's already crashed, if wine stopped in terminal. Although the window
needs to be closed manually.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8025
Leeroy <wherearelove(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wherearelove(a)hotmail.com
--- Comment #42 from Leeroy <wherearelove(a)hotmail.com> 2010-06-20 00:57:01 ---
GFX Model: Sapphire Radeon 4870
CPU: Intel i7 920
OS: Ubuntu 10.04 (fresh no updates after installation)
ATI Restricted Driver installed (approved by ubuntu)
ATI Driver Packaging Version 8.7231-100408a-098580C-ATI
2D Driver Version 8.72.11
Catalyst Conter Center Versio 2.12
RandR Version 1.3
Steam version as of June 20th. CS 1.6 fully updated.
Wine: 1.2 - 1.1.42-0ubuntu4
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
Experiencing immediate after launch freeze and crash presumably, because in the
terminal wine stops, Counter-Strike launches and freezes on screen if in
full-screen mode, if in windowed freezes after any option click. Effectively
though it's already crashed, if wine stopped in terminal. Although the window
needs to be closed manually.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1719
--- Comment #21 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-20 00:47:40 ---
(In reply to comment #19)
> Created an attachment (id=28994)
--> (http://bugs.winehq.org/attachment.cgi?id=28994) [details]
> user32: Prevent resize of icon title from SetWindowPos
>
> Attached is my proposed fix for the bug based on my analysis.
Is it possible to write a test case for this behaviour?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7078
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|1.2-rc4 |unspecified
Summary|Wine crashes on |Installation of Army Men 2
|installation of Army Men 2 |crashes
--- Comment #17 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-20 00:40:05 ---
The version filed needs to be set to one when this bug has been reported.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.