gnustep-dev
[Top][All Lists]
Advanced

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

[PATCH] libobjc2 pthread and NSBlock


From: Quentin Mathé
Subject: [PATCH] libobjc2 pthread and NSBlock
Date: Wed, 30 Dec 2009 16:22:49 +0100

Hi,

Here is a patch to support compiling GNUstep Base and the Etoile trunk repository against libobjc2 on Ubuntu Linux.

Without it, GNUstep Base configure fails to compile a basic test objc program with GCC because of undefined pthread references.
On the Étoilé side, LanguageKit compilation fails because of an undefined NSBlock reference in EtoileFoundation: libobjc2/NSBlock.m declares @interface NSBlock (but no @implementation NSBlock unlike ObjectiveC2/NSBlocks.m) while EtoileFoundation defines a category NSBlock(SmalltalkCompatibility).

Cheers,
Quentin.


Attachment: libobjc2-pthread-block.patch
Description: Text Data


reply via email to

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