[patch #7822] [GNUstep Make] Bad code generator in Makefiles/Instance/framework.make, causes compiler errors

2013-12-20 Thread Fred Kiefer
Update of patch #7822 (project gnustep): Assigned to:None = thebeing Open/Closed:Open = Closed ___ Reply to this item at:

[patch #7822] [GNUstep Make] Bad code generator in Makefiles/Instance/framework.make, causes compiler errors

2012-08-16 Thread Niels Grewe
Follow-up Comment #3, patch #7822 (project gnustep): Hi Stanislav, Thanks alot for the pointer! I've updated gnustep-base to use the attribute for its root classes (when compiling with clang, that is). Cheers, Niels ___ Reply to this

[patch #7822] [GNUstep Make] Bad code generator in Makefiles/Instance/framework.make, causes compiler errors

2012-08-15 Thread Niels Grewe
Update of patch #7822 (project gnustep): Status:None = Ready For Test ___ Follow-up Comment #1: Please note that clang doesn't strictly emit an error here, but a warning which is then

[patch #7822] [GNUstep Make] Bad code generator in Makefiles/Instance/framework.make, causes compiler errors

2012-08-15 Thread Stanislav Yaglo
Follow-up Comment #2, patch #7822 (project gnustep): It seems that the new clang considers definition of a new root class an advanced feature by default, since base classes now should have __attribute__((objc_root_class)) before @interface. See:

[patch #7822] [GNUstep Make] Bad code generator in Makefiles/Instance/framework.make, causes compiler errors

2012-07-26 Thread Stanislav Yaglo
URL: http://savannah.gnu.org/patch/?7822 Summary: [GNUstep Make] Bad code generator in Makefiles/Instance/framework.make, causes compiler errors Project: GNUstep Submitted by: stam Submitted on: Fri 27 Jul 2012 12:17:55 AM MSD