bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Doug Simons
Subject: [bug #25309] Compilation issue GSInlineArray missing in GSArray.m
Date: Tue, 13 Jan 2009 22:53:56 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1

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
_postAndRelease: method (beginning "IF_NO_GC(GarbageCollector..." ), which
appears to be an incorrect and redundant reference to the collector.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25309>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]