|
From: | Fred Kiefer |
Subject: | Re: About objc/runtime.h No such file or directory found error. |
Date: | Fri, 30 Sep 2011 19:47:00 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.22) Gecko/20110907 SUSE/3.1.14 Thunderbird/3.1.14 |
On 29.09.2011 16:21, Richard Frith-Macdonald wrote:
On 28 Sep 2011, at 13:09, swapnil nandgave wrote:Respected Sir, I develop Objective-C programming on Windows Environment by GNUStep but it got a error like objc/runtime.h "No such file or directory found". Please send me solutionThe file objc/runtime.h is the header for the ObjectiveC-2.0 runtime ... only recently adopted ... so you need to get the latest release of GNUstep if you want to use it.
I think it is even worse. The code uses the function objc_setAssociatedObject() which is only present in libobjc2. No idea whether the libobjc from gcc 4.5 includes it. So rather you should use a current libobjc implementation as the compatibility layer of GNUstep base wont be enough.
[Prev in Thread] | Current Thread | [Next in Thread] |