Re: plmerge crash in latest trunk

2009-01-29 Thread David Chisnall
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

Re: plmerge crash in latest trunk

2009-01-29 Thread Richard Frith-Macdonald
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

Re: plmerge crash in latest trunk

2009-01-29 Thread David Chisnall
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

Re: plmerge crash in latest trunk

2009-01-29 Thread Richard Frith-Macdonald
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

Re: plmerge crash in latest trunk

2009-01-28 Thread Richard Frith-Macdonald
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

Re: plmerge crash in latest trunk

2009-01-28 Thread Fred Kiefer
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

Re: plmerge crash in latest trunk

2009-01-28 Thread Riccardo Mottola
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

plmerge crash in latest trunk

2009-01-28 Thread David Chisnall
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