http://bugs.winehq.com/show_bug.cgi?id=1440
pwl(a)yseda.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From pwl(a)yseda.com 2003-05-05 02:14 -------
*** This bug has been confirmed by popular vote. ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1440>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1440
Summary: cannot build several dll's when building on solaris 9
Product: Wine
Version: 20030408
Platform: PC
URL: http://www.yseda.com/~peter/wine/bugs/ddraw.spec.s
OS/Version: Solaris
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pwl(a)yseda.com
building solaris 9 x86 (12/02) with GCC 3.2, gmake and solaris assembler
(/usr/ccs/bin/as) --> not GNU as since it doesn't cope with PIC [?]
trying to make ddraw.dll yeilds the following fatal error from as:
Assembler: ddraw.spec.c
"ddraw.spec.s", line 30 : Syntax error
"ddraw.spec.s", line 717 : Illegal mnemonic
"ddraw.spec.s", line 717 : Syntax error
"ddraw.spec.s", line 718 : Illegal mnemonic
"ddraw.spec.s", line 718 : Syntax error
"ddraw.spec.s", line 719 : Illegal mnemonic
"ddraw.spec.s", line 719 : Syntax error
"ddraw.spec.s", line 720 : Illegal mnemonic
"ddraw.spec.s", line 720 : Syntax error
"ddraw.spec.s", line 721 : Illegal mnemonic
"ddraw.spec.s", line 721 : Syntax error
"ddraw.spec.s", line 722 : Illegal mnemonic
"ddraw.spec.s", line 722 : Syntax error
"ddraw.spec.s", line 723 : Illegal mnemonic
"ddraw.spec.s", line 723 : Syntax error
"ddraw.spec.s", line 724 : Illegal mnemonic
"ddraw.spec.s", line 724 : Syntax error
"ddraw.spec.s", line 725 : Illegal mnemonic
"ddraw.spec.s", line 725 : Syntax error
"ddraw.spec.s", line 726 : Illegal mnemonic
"ddraw.spec.s", line 726 : Syntax error
"ddraw.spec.s", line 727 : Illegal mnemonic
"ddraw.spec.s", line 727 : Syntax error
"ddraw.spec.s", line 728 : Illegal mnemonic
"ddraw.spec.s", line 728 : Syntax error
"ddraw.spec.s", line 729 : Illegal mnemonic
"ddraw.spec.s", line 729 : Syntax error
"ddraw.spec.s", line 730 : Illegal mnemonic
"ddraw.spec.s", line 730 : Syntax error
"ddraw.spec.s", line 731 : Illegal mnemonic
"ddraw.spec.s", line 731 : Syntax error
Too many errors - Goodbye
tried using GNU as but it failed to build user.o in ddraw directory
(didn't get to ddraw.o)
tried GCC 2.95.3 - same result as GCC 3.2
tried using forte 6.2 (ie sun cc) but entire wine source is predicated
on GCC (hard-coded use of -fpic, etc)
ddraw.spec.s (assembler source generated by GCC) can be found at
http://www.yseda.com/~peter/wine/bugs/ddraw.spec.s
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1440>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1439
Summary: commdlg.dll.so comdlg32.dll.so, a possible font dialog
bug ?
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gabriele.giorgetti(a)teamfab.it
I was told to submit here the problem I've noticed.
Here is the initial post to the wine newsgroup:
Hi all, I'm using the latest Wine release 20030408 and I noticed
a problem in the Select Font Dialog (using the wine dlls):
all the fonts that are loaded in the dialog can be either Normal or Bold,
but there's no Italic or Bold Italic option in the Style Box.
This is happening only when using the Wine's commdlg and comdlg32 dlls,
everything is OK if I copy the Microsoft Windows dlls into Wine's Windows/System
directory.
I'm using the latest wine release available, which is 20030408 which I built myself using gcc-2.95.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1425
winebugzilla(a)sun.consumer.org.il changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|1424 |
nThis| |
AssignedTo|wine-bugs(a)winehq.com |winebugzilla(a)sun.consumer.or
| |g.il
Status|UNCONFIRMED |ASSIGNED
Component|test |wine-gui
everconfirmed|0 |1
Platform|Other |All
Summary|get calc to work perfectly |Implement BiDi Edit control
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2003-05-04 22:59 -------
The problem happens because hatky's calc was taken from an Hebrew Windows. Calc
uses an edit control to display the results. This is uninteresting for Calc's
operation (thus removing block of bug 1424), but is a side effect of the fact
that EditControl does not implement BiDi (and as a side effect, does not
implement "GetProcessDefaultLayout" either).
Removing the "Fixme" may be in order.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1425>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=66
------- Additional Comments From fgouget(a)codeweavers.com 2003-05-04 22:58 -------
Retested with CVS Wine 2003/05/04 and the bug is still there.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=66>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1350
------- Additional Comments From juan(a)virtual-orbis.com 2003-05-04 22:43 -------
Output is diverted to console (bug). It should be inside the text area of
TCMD32.EXE window (below the menu bar).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=54
------- Additional Comments From fgouget(a)codeweavers.com 2003-05-04 22:41 -------
Retested in CVS Wine 2003/05/04 and the problem is still there.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=54>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=50
------- Additional Comments From fgouget(a)codeweavers.com 2003-05-04 22:16 -------
Retested with CVS Wine 2003/05/04, the bug is still there.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=50>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=11
------- Additional Comments From fgouget(a)codeweavers.com 2003-05-04 22:14 -------
Retested with CVS Wine 2003/05/04, the bug is still there.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=11>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.