NSZoneMallocAtomic disappeared from NSZone.h in -trunk

2009-03-24 Thread Sebastian Reitenbach
a bug report made me start investigating: http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=2025 in revision: 27630 NSZoneMallocAtomic disappeared from NSZone.h, due to: GC changes for MacOS-X compatiblity, since the svn log entry. NSZoneMallocAtomic was added: Fri May 21 16:40:00

Re: NSZoneMallocAtomic disappeared from NSZone.h in -trunk

2009-03-24 Thread hns
On 24 Mrz., 07:30, Sebastian Reitenbach sebas...@l00-bugdead- prods.de wrote: a bug report made me start investigating:http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=2025 in revision: 27630 NSZoneMallocAtomic disappeared from NSZone.h, due to: GC changes for MacOS-X compatiblity,

Re: NSZoneMallocAtomic disappeared from NSZone.h in -trunk

2009-03-24 Thread Richard Frith-Macdonald
On 24 Mar 2009, at 06:30, Sebastian Reitenbach wrote: sope doesn't compile anymore with gnustep-base trunk. When I take a look at the code in sope, how it is using NSZoneMallocAtomic there I see, it is using NSZoneMallocAtomic everywhere but for NeXT_Foundation_LIBRARY I guess, it may

Re: NSTextfield

2009-03-24 Thread Fred Kiefer
ici...@mail.cg.tuwien.ac.at wrote: I have a question: is NSCell's setSendsActionOnEndEditing currently broken in svn trunk? It doesn't work for me, but I am sure it worked some time ago. I have a subclass of NSWindoController which implements the windowDidLoad method, and in there I send

Re: Audio

2009-03-24 Thread Fred Kiefer
Matthew Weinstein wrote: I'm in the process of refactoring quicktime parts of my qualitative analysis software so I can port the latest version to gnustep. I'm wondering what the best audio framework or class is out there for gnustep. I'm considering Etoile's mediakit, but I'm afraid that

Re: NSTextfield

2009-03-24 Thread Thomas Gamper
Hi! I worked around the issue by implementing controlTextDidEndEditing: for the NSTextfields delegate. TOM Fred Kiefer schrieb: ici...@mail.cg.tuwien.ac.at wrote: I have a question: is NSCell's setSendsActionOnEndEditing currently broken in svn trunk? It doesn't work for me, but I am