[Bug 787] - wine-20020605 compile error (`perl_parse' from incompatible pointer type)

wine-bugs at winehq.com wine-bugs at winehq.com
Thu Aug 1 15:44:41 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=787





------- Additional Comments From dalgoda at ix.netcom.com  2002-08-01 15:44 -------
Try the following patch:

Index: winetest.c
===================================================================
RCS file: /home/wine/wine/programs/winetest/winetest.c,v
retrieving revision 1.5
diff -u -r1.5 winetest.c
--- winetest.c  10 Mar 2002 00:21:20 -0000      1.5
+++ winetest.c  1 Aug 2002 20:38:29 -0000
@@ -152,7 +152,7 @@
 
 
 /* perl extension initialisation */
-static void xs_init(void)
+static void xs_init(pTHX)
 {
     extern void boot_wine(CV *cv);
     newXS("wine::bootstrap", boot_wine,__FILE__);


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.



More information about the wine-bugs mailing list