Re: weak import on gcc

2013-06-21 Thread Luboš Doležel
On Fri, 21 Jun 2013 09:39:15 +0200, Luboš Doležel wrote: Searching on the net, it appears the attribute should be supported since gcc 3.4 though. But I found posts about it being supported only on certain targets Riccardo Hi, my bad, it appears __attribute__((weak)) does what I wanted to

Jenkins build is back to normal : gnustep #884

2013-06-21 Thread greg . casamento
See http://gnustep.dnsalias.org:8080/job/gnustep/884/changes ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

NSClassSwapper leaving dangling pointers?

2013-06-21 Thread Luboš Doležel
Hi, I'm still working on getting the latest The Unarchiver for OS X http://wakaba.c3.cx/s/apps/unarchiver.html working under GNUstep/Darling/Linux and I'm seeing crashes after the application's NIB file is loaded. Now I'm sort of helpless. The crash happens when using the target of a

Re: NSClassSwapper leaving dangling pointers?

2013-06-21 Thread Fred Kiefer
Could you please provide a longer bavktrace to verify your statement that the instantiateRealObject: call is about an NSPopupButton object? I am currently away from my computer and wont be able to inspet the code for two more weeks, but I would like to help in understanding the issue. Fred On