64bit GNUstep Was: Problem with Cenon

2013-01-26 Thread Fred Kiefer
On 26.01.2013 11:10, David Chisnall wrote: I'm having problems building AppKit code on 64-bit systems at the moment because we haven't done the int - NSInteger switch in a load of places where it's required. Do we have a plan for a clean transition for this, or do we just have a break-the-ABI

Re: 64bit GNUstep Was: Problem with Cenon

2013-01-26 Thread Luboš Doležel
On 01/26/2013 02:10 PM, Fred Kiefer wrote: I am not sure I understand this mail correctly. Are you revering to places in GNUstep gui where we aren't properly using NSInteger and NSUInteger? In this case we should fix the code. If this once more breaks the ABI it is a shame, but we have to do it

Re: Problem with Cenon

2013-01-26 Thread Fred Kiefer
On 25.01.2013 12:00, Georg Fleischmann wrote: On 24.01.2013, at 09:59, Fred Kiefer fredkie...@gmx.de wrote: I had some problems compiling Cenon on a current GNUstep version. The code there still uses sel_eq() where GNUstep has switched to sel_isEqual() and it is not prepared for the switch

Re: 64bit GNUstep Was: Problem with Cenon

2013-01-26 Thread David Chisnall
On 26 Jan 2013, at 13:10, Fred Kiefer wrote: I am not sure I understand this mail correctly. Are you revering to places in GNUstep gui where we aren't properly using NSInteger and NSUInteger? In this case we should fix the code. If this once more breaks the ABI it is a shame, but we have

Re: 64bit GNUstep Was: Problem with Cenon

2013-01-26 Thread Fred Kiefer
On 26.01.2013 17:37, David Chisnall wrote: On 26 Jan 2013, at 13:10, Fred Kiefer wrote: I am not sure I understand this mail correctly. Are you revering to places in GNUstep gui where we aren't properly using NSInteger and NSUInteger? In this case we should fix the code. If this once more

Re: 64bit GNUstep Was: Problem with Cenon

2013-01-26 Thread David Chisnall
On 26 Jan 2013, at 18:05, Fred Kiefer wrote: Any volunteers to help with that? It is too much work for one alone... Yes, absolutely. Do you want to give me a list of classes to look at, or shall I just go through the ones that had errors that I saw? David -- Send from my Jacquard Loom

Re: 64bit GNUstep Was: Problem with Cenon

2013-01-26 Thread Fred Kiefer
On 26.01.2013 19:51, David Chisnall wrote: On 26 Jan 2013, at 18:05, Fred Kiefer wrote: Any volunteers to help with that? It is too much work for one alone... Yes, absolutely. Do you want to give me a list of classes to look at, or shall I just go through the ones that had errors that I