[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compile bug in NSApplication.m (win32)
From: |
Stephen Brandon |
Subject: |
compile bug in NSApplication.m (win32) |
Date: |
Tue, 15 Jan 2002 16:21:32 +0000 |
hi,
I don't know how this managed to compile before, but as of
today NSApplication.m stopped compiling on
Win32/MinGW32/Cygwin, due to a declaration conflict. Here's
the diff to fix it (just removed the "static" since there's
a declaration of APPKIT_EXTERN in a header file):
$ cvs diff NSApplication.m
Index: NSApplication.m
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Source/NSApplication.m,v
retrieving revision 1.190
diff -r1.190 NSApplication.m
245c245
< static NSString *NSAbortModalException =
@"NSAbortModalException";
---
> NSString *NSAbortModalException =
@"NSAbortModalException";
Cheers,
Stephen Brandon
stephen@brandonitconsulting.co.uk
- compile bug in NSApplication.m (win32),
Stephen Brandon <=