[Bug 2550] Won't build with GCC-3.4.2

Wine Bugs wine-bugs at winehq.org
Sat Jan 22 16:25:26 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=2550





------- Additional Comments From dalgoda at ix.netcom.com  2005-22-01 16:25 -------
Any word on this issue?

I'm still having problems as of 2005-01-17T10:03:03 with gcc-3.4.3.

I use this patch to work around this issue:

--- wine-2005-01-04-08-16-02.orig/include/winbase.h     2005-01-04
08:15:18.000000000 -0800
+++ wine-2005-01-04-08-16-02/include/winbase.h  2005-01-04 13:46:53.000000000 -0800
@@ -2049,7 +2049,7 @@
 
 /* a few optimizations for i386/gcc */
 
-#if defined(__i386__) && defined(__GNUC__) && defined(__WINESRC__) &&
!defined(_NTSYSTEM_)
+#if 0
 
 extern inline LONG WINAPI InterlockedCompareExchange( PLONG dest, LONG xchg,
LONG compare );
 extern inline LONG WINAPI InterlockedCompareExchange( PLONG dest, LONG xchg,
LONG compare )


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list