[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Even weirder
From: |
Richard Frith-Macdonald |
Subject: |
Re: Even weirder |
Date: |
Tue, 12 Jun 2012 11:36:17 +0100 |
On 12 Jun 2012, at 11:24, Ivan Vučica wrote:
> On Tue, Jun 12, 2012 at 11:58 AM, Graham Lee <iamleeg@gmail.com> wrote
>
> Yes. I usually develop on a Mac with make and the base extensions, then
> deploy to Linux.
>
>
> I meant, not just the extensions, but the entire thing. :-)
>
> I'm aware that gnustep-make already works for targeting Cocoa.
The base library itsself does not work with the apple runtime afaik (certainly
its not supported) ... when you try to build with the apple runtime, it assume
that you are going to use the apple Foundation framework too, so only the base
extensions are built.
I'm not sure why anyone would want to use the base library with the apple
runtime ... certainly it makes no sense on gnu/linux as the apple runtime has
nothing to offer there.