Did you try breaking on libobjc2's objc_selector_type_mismatch()? http://svn.gna.org/svn/gnustep/libs/libobjc2/trunk/sendmsg2.c
On Thu, Dec 25, 2014 at 3:45 PM, Riccardo Mottola < [email protected]> wrote: > Hi, > > while running GWorkspace with clang, I get the following: > > Calling [NSPopUpButton -itemAtIndex:] with incorrect signature. Method has > @12@0:4i8, selector has @12@0:4I8 > > > what's the problem? most probably an int vs. NSInteger mismatch? I don't > remember exactly the shorthands used in signature. > > But the real question is how can I know where it is coming from? I checked > if GWorkspace would give compilation warnings with itemAtIndex somewhere > and it didn't. Can I trap that in gdb? or Perhaps it is coming from gui? > > Riccardo > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep > -- Ivan Vučica [email protected]
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
