|
From: | Timothy Larkin |
Subject: | Re: Tool distribution |
Date: | Sun, 7 Dec 2008 11:43:02 -0500 |
If I compile my tool with "make", it works fine. If I compile it with "make shared=no", it fails, even on the same machine. The failure is caused when I call setValue:forKey on an object that has an instance variable with the same name as key. The stack shows (bottom to top) My tool's call to setValue:forKey GSInvocationCallback -[NSObject forwardInvocation:] -[NSObject doesNotRecognizeSelector:] +[NSException raise:format:] etc. This is, I believe, the first occasion that my program calls setValue:forKey. As far as my environment goes, I have GNUSTEP_HOST=x86_64-unknown-linux-gnu GNUSTEP_HOST_CPU=x86_64 GNUSTEP_HOST_OS=linux-gnu -- Timothy Larkin Abstract Tools Caroline, NY On Dec 7, 2008, at 9:52 AM, Adam Fedor wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |