|
From: | Riccardo Mottola |
Subject: | signature error NSPopUpButton with clang |
Date: | Thu, 25 Dec 2014 16:45:31 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |