http://bugs.winehq.com/show_bug.cgi?id=787
Summary: wine-20020605 compile error (`perl_parse' from
incompatible pointer type)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: corporal_pisang(a)counter-strike.com.my
Im currently using Wine 20020509, Im having problem compiling 20020605.
The error as follows:
make[2]: Entering directory `/usr/src/wine-20020605/programs/winetest'
gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e
perl_inc` -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT
-DNONAMELESSUNION -DNONAMELESSSTRUCT `perl -MExtUtils::Embed -e ccflags`
-D_REENTRANT -I/usr/X11R6/include -o winetest.o winetest.c
winetest.c: In function `xs_init':
winetest.c:158: `my_perl' undeclared (first use in this function)
winetest.c:158: (Each undeclared identifier is reported only once
winetest.c:158: for each function it appears in.)
winetest.c:158: warning: passing arg 3 of `Perl_newXS' from incompatible pointer
type
winetest.c: In function `main':
winetest.c:178: warning: passing arg 2 of `perl_parse' from incompatible pointer
type
make[2]: *** [winetest.o] Error 1
make[2]: Leaving directory `/usr/src/wine-20020605/programs/winetest'
make[1]: *** [winetest] Error 2
make[1]: Leaving directory `/usr/src/wine-20020605/programs'
make: *** [programs] Error 2
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=787>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=786
tom(a)platte.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Version|unspecified |20020509
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=786>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=786
Summary: wrc gives parse error if resource nameID has quotes
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tom(a)platte.com
Given file wrcbug.rc:
#include <windows.h>
dialog_id DIALOG 90, 22, 192, 100 STYLE WS_POPUP BEGIN END
"dialog_id" DIALOG 90, 22, 192, 100 STYLE WS_POPUP BEGIN END
Compile it with the command:
wrc -I/usr/include/wine wrcbug.rc
Gives this error:
wrcbug.rc:3:13: Error: parse error
Compile it using the Microsoft rc compiler using the command:
rc -IC:\msstudio\vc98\include wrcbug.rc
And it compiles with no errors.
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=786>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
------- Additional Comments From farmboy1(a)subdimension.com 2002-06-11 18:15 -------
I think I have seen this error somewhere before
If just I had a better memory (no 512mb isnt nearly enough :-)
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=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=777
------- Additional Comments From apa3a(a)yahoo.com 2002-06-11 10:34 -------
Does it work if you remove the exclamation character?
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=777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=705
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-11 09:26 -------
does wineinstall have options ?
I would make use of gcc3, not gcc, to compile wine, as
RedHat's gcc 2.96 is known to be buggy.
running wineinstall --help just starts the compilation giving nor help neither
an error message indicating a wrong option.
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=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-11 09:22 -------
for the moment, I only know only Nvidia's Chameleon Mark.
we could implement only a stub (to try if the demo starts,is the adding of a line
in the spec file the only thing that is needed ?)
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=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=777
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-11 09:18 -------
After reflexion, I must say no, i can't import these files.
Or only when launching regedit in the directory they reside.
I got strange results because of the "!" in the name of the directory.
launching regedit "C:\Program Files\Yahoo!\Messenger\default.reg" returns:
bash: !\Messenger\default.reg": event not found
I must launch it with qoutes. but here i got file not found.
Even launching regedit with the exact path given by winfile, I got file not found.
Launching with +file,+dosfs doesn't report anything at all.
what i launched : regedit 'C:\PROG~FBU\YAHOO!\MESS~QZM\DEFAULT.REG'
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=777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
------- Additional Comments From apa3a(a)yahoo.com 2002-06-11 08:40 -------
Is there any application which requires this call?
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=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=705
------- Additional Comments From apa3a(a)yahoo.com 2002-06-11 08:39 -------
Try to reconfigure Wine to run with default installation (yes, this means using
wineinstall ;-).
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=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.