bugGNUstep - Bugs: bug #25309, Compilation issue GSInlineArray...

Group
 
 

bug #25309: Compilation issue GSInlineArray missing in GSArray.m

Submitter:  Gregory John Casamento <gcasa>
Submitted:  Tue 13 Jan 2009 10:12:18 PM UTC
   
 
Category:  Base/Foundation Severity:  5 - Blocker
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 13 Jan 2009 10:53:56 PM UTC, comment #1: 

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.


Doug Simons <theeggcamefirst>
Tue 13 Jan 2009 10:12:18 PM UTC, original submission:  

Making all for library libgnustep-base...
 Compiling file GSArray.m ...
GSArray.m: In function ‘+[GSArray initialize]’:
GSArray.m:102: error: ‘GSInlineArray’ undeclared (first use in this function)
GSArray.m:102: error: (Each undeclared identifier is reported only once
GSArray.m:102: error: for each function it appears in.)
make[2]: * [obj/GSArray.m.o] Error 1
make[1]: * [libgnustep-base.all.library.variables] Error 2
make: * [internal-all] Error 2

Gregory John Casamento <gcasa>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by CaS (Updated the item)
  • -email is unavailable- added by theeggcamefirst (Posted a comment)
  • -email is unavailable- added by gcasa (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-01-15 CaS StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code