[Bug 577951] Review Request: mingw32-wine-gecko - MinGW Gecko library required for Wine

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 17 20:38:08 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=577951

--- Comment #14 from Erik van Pienbroek <erik-fedora at vanpienbroek.nl> 2010-11-17 15:38:05 EST ---
The build can be fixed by applying this small patch:

--- js/src/jslock.cpp.orig      2010-11-17 19:34:59.449610055 +0100
+++ js/src/jslock.cpp   2010-11-17 20:07:18.980134638 +0100
@@ -66,7 +66,7 @@

 /* Implement NativeCompareAndSwap. */

-#if defined(_WIN32) && defined(_M_IX86)
+#if defined(_WIN32) && defined(_M_IX86) && !defined(__MINGW32__)
 #pragma warning( disable : 4035 )
 JS_BEGIN_EXTERN_C
 extern long __cdecl

A scratch build of this was done at
http://koji.fedoraproject.org/koji/taskinfo?taskID=2607153
For this build I added this patch to the wine-mozilla-gcc4-compile-fix.patch
file

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list