[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trying to use GNUstep and libdispatch in an ARC based objective-C pr
From: |
Patryk Laurent |
Subject: |
Re: Trying to use GNUstep and libdispatch in an ARC based objective-C program |
Date: |
Tue, 07 Jan 2014 21:44:22 -0800 |
> On Jan 7, 2014, at 15:11, Mathias Bauer <mathias_bauer@gmx.net> wrote:
>
> For libdispatch I used the configure provided by the repository at
>
> https://github.com/nickhutchinson/libdispatch.git
>
> I assume that the culprit is in the libdispatch build. I manually patched the
> generated config.h file to support OBJC, but this obviously isn't enough.
For your libdispatch configure did you try to use the parameters on this wiki
page instead of editing config.h?
http://wiki.gnustep.org/index.php/GNUstep_under_Ubuntu_Linux
Patryk