bugGNUstep - Bugs: bug #27044, NSoperation fails to compile

Group
 
 

bug #27044: NSoperation fails to compile

Submitter:  Riccardo Mottola <rmottola>
Submitted:  Thu 16 Jul 2009 11:09:30 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
   

Mon 20 Jul 2009 07:50:43 PM UTC, comment #1: 

Richard fixed this.

Riccardo Mottola <rmottola>
Group Member
Thu 16 Jul 2009 11:09:30 PM UTC, original submission:  

on linux/x86 and linux/ppc I get:

 Compiling file NSNotificationCenter.m ...
 Compiling file NSOperation.m ...
NSOperation.m: In function '-[NSOperation dealloc]':
NSOperation.m:59: error: '_internal' undeclared (first use in this function)
NSOperation.m:59: error: (Each undeclared identifier is reported only once
NSOperation.m:59: error: for each function it appears in.)
NSOperation.m: In function '-[NSOperation init]':
NSOperation.m:71: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperation start]':
NSOperation.m:82: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperation addDependency:]':
NSOperation.m:147: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperation removeDependency:]':
NSOperation.m:152: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperation dependencies]':
NSOperation.m:157: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperation queuePriority]':
NSOperation.m:163: error: '_internal' undeclared (first use in this function)
NSOperation.m:164: warning: control reaches end of non-void function
NSOperation.m: In function '-[NSOperation setQueuePriority:]':
NSOperation.m:168: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperationQueue dealloc]':
NSOperation.m:196: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperationQueue init]':
NSOperation.m:208: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperationQueue isSuspended]':
NSOperation.m:219: error: '_internal' undeclared (first use in this function)
NSOperation.m:220: warning: control reaches end of non-void function
NSOperation.m: In function '-[NSOperationQueue setSuspended:]':
NSOperation.m:224: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperationQueue maxConcurrentOperationCount]':
NSOperation.m:229: error: '_internal' undeclared (first use in this function)
NSOperation.m:230: warning: control reaches end of non-void function
NSOperation.m: In function '-[NSOperationQueue setMaxConcurrentOperationCount:]':
NSOperation.m:234: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperationQueue addOperation:]':
NSOperation.m:240: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperationQueue operations]':
NSOperation.m:245: error: '_internal' undeclared (first use in this function)
NSOperation.m: In function '-[NSOperationQueue cancelAllOperations]':
NSOperation.m:250: error: '_internal' undeclared (first use in this function)
make[3]: * [obj/NSOperation.m.o] Error 1
make[2]: * [internal-library-all_] Error 2
make[1]: * [libgnustep-base.all.library.variables] Error 2
make: * [internal-all] Error 2

Riccardo Mottola <rmottola>
Group Member

 

(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 rmottola (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-07-20 rmottola StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code