[bug #25309] Compilation issue GSInlineArray missing in GSArray.m

2009-01-15 Thread Richard Frith-Macdonald
Update of bug #25309 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #25309] Compilation issue GSInlineArray missing in GSArray.m

2009-01-13 Thread Doug Simons
Follow-up Comment #1, bug #25309 (project gnustep): A simple fix to this is to add the following line near the top of GSArray.m: @class NSInlineArray; ANOTHER compile error occurs later in building base, when compiling NSNotificationCenter.m. It can be resolved by removing the first line of the

[bug #25309] Compilation issue GSInlineArray missing in GSArray.m

2009-01-13 Thread Gregory John Casamento
URL: Summary: Compilation issue GSInlineArray missing in GSArray.m Project: GNUstep Submitted by: gcasa Submitted on: Tue 13 Jan 2009 05:12:18 PM EST Category: Base/Foundation