[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cross Compiling for OS X?
From: |
address@hidden |
Subject: |
Re: Cross Compiling for OS X? |
Date: |
Fri, 2 May 2008 23:49:34 -0700 (PDT) |
User-agent: |
G2/1.0 |
> 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
- Re: Cross Compiling for OS X?, TMC, 2008/05/02
- Re: Cross Compiling for OS X?, Blake Nicholson, 2008/05/03
- Re: Cross Compiling for OS X?, Nicolas Roard, 2008/05/04
- Re: Cross Compiling for OS X?, Tim McIntosh, 2008/05/04
- Re: Cross Compiling for OS X?, Blake Nicholson, 2008/05/04