> I don't see why I should have to install GNUstep on OS X when it already has
> a perfectly good Foundation. I'll look into creating a cross-compiling
> environment.

So you have some GNUstep code that you want to run natively on OSX?
And compile on OSX?

Then, your preferred "cross-compiling environment" is called Xcode
(but is in fact a *native* compiling environment).

Just open a new Xcode project for use of a makefile (or a "command
line tool"), drag your Obj-C source files from the GNUstep project
into your Xcode project, add the resources, add the Cocoa
Foundation.framework, update the makefile and do a "build".

-- hns
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to