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/



_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to