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 [EMAIL PROTECTED] _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
