[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #39082] Build error building base extensions on non-GS systems
From: |
Graham Lee |
Subject: |
[bug #39082] Build error building base extensions on non-GS systems |
Date: |
Mon, 27 May 2013 16:30:20 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13 |
URL:
<http://savannah.gnu.org/bugs/?39082>
Summary: Build error building base extensions on non-GS
systems
Project: GNUstep
Submitted by: leeg
Submitted on: Mon 27 May 2013 04:30:19 PM GMT
Category: Base/Foundation
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Where, by non-GS systems, I mean OpenStep or (in my case) Cocoa. There's an
@end missing from the GSCleanup category if you're building for apple.
--- a/Source/Additions/NSObject+GNUstepBase.m
+++ b/Source/Additions/NSObject+GNUstepBase.m
@@ -319,5 +319,6 @@ handleExit()
return NO;
}
+@end
#endif
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?39082>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #39082] Build error building base extensions on non-GS systems,
Graham Lee <=