bugGNUstep - Bugs: bug #11414, -base doesn't build on Darwin...

Group
 
 

bug #11414: -base doesn't build on Darwin because of multiple definitions with NSDistributedNotificationCenterDummy

Submitter:  Quentin Mathé <qmathe>
Submitted:  Tue 28 Dec 2004 12:19:47 AM UTC
   
 
Category:  Base/Foundation Severity:  6 - Security
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 28 Dec 2004 08:36:05 AM UTC, comment #1: 

As the comment in the source says ... the implementation is required to work around a compiler bug.
As a hack to work around the darwin linker feature, I simply renamed the class in gdnc.m

Richard Frith-Macdonald <CaS>
Group Member
Tue 28 Dec 2004 12:19:47 AM UTC, original submission:  

GNUstep cvs 2004/12/25 version
Mac OS X 10.3.7
GCC 3.3.5

NSDistributedNotificationCenterDummy is implemented two times in both Source/NSDistributedNotificationCenter.m and Tools/gdnc.m, Darwin linker refuses to link the gdnc.m code because of this fact.

The solution is probably to remove the NSDistributedNotificationCenterDummy implementation part in gdnc.m to keep only the interface declaration.

Quentin Mathé <qmathe>
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

 

CC list is empty

 

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
2004-12-28 CaS StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code