Perhaps I'm missing something, but wouldn't leaving this line in
NSZone.m have avoided breaking the ABI:
NSZone* __nszone_private_hidden_default_zone = &default_zone;
Code including the new header would not access this variable, but code
already linked would.
David
On 29 Jan 2009, at 10:1
On 29 Jan 2009, at 10:06, David Chisnall wrote:
On 29 Jan 2009, at 08:14, Richard Frith-Macdonald wrote:
Changing the ABI even in svn trunk is sufficiently unusual that I
emailed the mailing list to highlight the issue at the point when
this change was made, but I guess you don't follow th
On 29 Jan 2009, at 08:14, Richard Frith-Macdonald wrote:
Changing the ABI even in svn trunk is sufficiently unusual that I
emailed the mailing list to highlight the issue at the point when
this change was made, but I guess you don't follow the gnustep lists?
I'm on gnustep-discuss and gnust
On 28 Jan 2009, at 21:33, David Chisnall wrote:
Since my last svn update I got errors complaining that an NSZone-
related symbol was missing (what is the reason for this? Breaking
the ABI is not considered friendly.). As a result I've had to
recompile everything.
Well, while I dislike c
On 28 Jan 2009, at 21:33, David Chisnall wrote:
Since my last svn update I got errors complaining that an NSZone-
related symbol was missing (what is the reason for this? Breaking
the ABI is not considered friendly.). As a result I've had to
recompile everything. This wouldn't be a major
David Chisnall wrote:
> Since my last svn update I got errors complaining that an NSZone-related
> symbol was missing (what is the reason for this? Breaking the ABI is
> not considered friendly.). As a result I've had to recompile
> everything. This wouldn't be a major problem, except that plmer
Hey,
- Original Message -
From: "David Chisnall"
To: "Developer GNUstep"
Sent: Wednesday, January 28, 2009 10:33 PM
Subject: plmerge crash in latest trunk
> Since my last svn update I got errors complaining that an NSZone-
> related symbol was missing (w
Since my last svn update I got errors complaining that an NSZone-
related symbol was missing (what is the reason for this? Breaking the
ABI is not considered friendly.). As a result I've had to recompile
everything. This wouldn't be a major problem, except that plmerge
keeps crashing.
T