On 12 Jun 2012, at 11:24, Ivan Vučica wrote: > On Tue, Jun 12, 2012 at 11:58 AM, Graham Lee <[email protected]> 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. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
