http://bugs.winehq.com/show_bug.cgi?id=952
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-08-07 16:33 -------
In order to use a patch you need to build from source (tarball).Some really
helpfull stuff is available in the wine users guide
http://www.winehq.com/Docs/wine-user/
It includes how to set up wine using source and how to apply a patch.
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=952>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=951
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-08-07 16:27 -------
I should have been paying more attention to a recent discussion on wine devel
about this. This is one of the reasons for make depend.
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=951>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=954
Summary: compile fail on the first file :P
Product: Wine
Version: 20020804
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: sam(a)neutrino.phy.uct.ac.za
please don't flame me if you know about this already! i tried my best to look
for new bugs but didn't see any :)
i downloaded 20020804 source
"configure
make depend
make"
fails at the "make" stage very quickly with
Entering directory `/usr/src/wine-20020804/library'
gcc -c -I. -I. -I../include -I../include -march=i686 -O3 -ffast-math
-fno-exceptions -fomit-frame-pointer -malign-double -Wall
-mpreferred-stack-boundary=2 -fPIC -D__WINE__
-DDLLDIR="\"/usr/lib/wine/lib/wine\"" -D_REENTRANT -I/usr/X11R6/include -o ldt.o
ldt.c
/tmp/ccYuWLtV.s: Assembler messages:
/tmp/ccYuWLtV.s:167: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:167: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:167: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:167: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:167: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:173: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:173: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:173: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:173: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:173: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:179: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:179: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:179: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:179: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:179: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:185: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:185: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:185: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:185: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:185: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:191: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:191: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:191: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:191: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:191: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:197: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:197: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:197: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:197: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:197: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:203: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:203: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:203: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:203: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:203: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:210: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:210: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:210: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:210: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:210: Error: Unknown pseudo-op: `.endef'
make[1]: *** [ldt.o] Error 1
i have also tried 20020710, this file seems to compile OK in that version.
i use gcc-2.95.3 on linux-2.4.19
cheers,
Sam
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=954>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=746
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |andi(a)rhlx01.fht-esslingen.de
Status|NEW |ASSIGNED
------- Additional Comments From apa3a(a)yahoo.com 2002-08-07 13:20 -------
Forward to Andi as he started to work on it.
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=746>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=209
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-08-07 12:40 -------
Closing
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=209>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=327
This bug depends on bug 209, which changed state:
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
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=327>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=209
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From apa3a(a)yahoo.com 2002-08-07 12:39 -------
Now new information. Closing the bug.
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=209>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=880
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |juergen.schmied(a)debitel.net
Status|NEW |ASSIGNED
------- Additional Comments From apa3a(a)yahoo.com 2002-08-07 12:36 -------
SHFileOperationA operation 4 is operation FO_RENAME.
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=880>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=873
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |juergen.schmied(a)debitel.net
Status|NEW |ASSIGNED
------- Additional Comments From apa3a(a)yahoo.com 2002-08-07 12:25 -------
Forwarding to the developer responsible for shell.
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=873>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=874
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |juergen.schmied(a)debitel.net
Status|NEW |ASSIGNED
------- Additional Comments From apa3a(a)yahoo.com 2002-08-07 12:23 -------
Forwarding the bug to the developer, responsible for shell.
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=874>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.