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-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep