discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling GNUstep under Debian


From: David Chisnall
Subject: Re: Compiling GNUstep under Debian
Date: Fri, 15 Apr 2011 14:20:25 +0100

On 15 Apr 2011, at 14:14, Ivan Vučica wrote:

> I could submit a patch. Would just including objc/objc.h in 
> ObjectiveC2runtime.h be correct?


No, absolutely not.  runtime.h is designed to be included instead of the GCC 
libobjc headers, but includes some guards for the case where it's included 
after them.  The correct patch would be to move the include of runtime.h to 
below the include of objc.h and friends.

David

-- Sent from my brain




reply via email to

[Prev in Thread] Current Thread [Next in Thread]