Thanks, I managed to figure out that I needed the GUI .
Yeah, I slapped my myself and went DOH!!! when I realized it...
But thanks for the verification!
Cheers,
Lloyd
On Nov 5, 2006, at 9:24 PM, Christopher Armstrong wrote:
Basically I want to build a tool that does some processing of
NSIm
Hi
On Sun, 5 Nov 2006 21:47:29 -0800 (PST), "Matt Rice" <[EMAIL PROTECTED]>
said:
> > --- Christopher Armstrong
> > <[EMAIL PROTECTED]>
> > wrote:
> >
> > > > Basically I want to build a tool that does some
> > > processing of NSImages
> > > > (but never displays them).
> > > >
> > > > Okay, bu
On 1 Nov 2006, at 00:22, [EMAIL PROTECTED] wrote:
Basically I want to build a tool that does some processing of NSImages
(but never displays them).
Okay, but when I use the following make file:
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = ObjectiveC
ObjectiveC_OBJC_FILES = ObjectiveC
--- Matt Rice <[EMAIL PROTECTED]> wrote:
>
>
> --- Christopher Armstrong
> <[EMAIL PROTECTED]>
> wrote:
>
> > > Basically I want to build a tool that does some
> > processing of NSImages
> > > (but never displays them).
> > >
> > > Okay, but when I use the following make file:
>
>
>
> it
--- Christopher Armstrong <[EMAIL PROTECTED]>
wrote:
> > Basically I want to build a tool that does some
> processing of NSImages
> > (but never displays them).
> >
> > Okay, but when I use the following make file:
it might also worth noting that you may be required to
run [NSApplication sha
> Basically I want to build a tool that does some processing of NSImages
> (but never displays them).
>
> Okay, but when I use the following make file:
>
> include $(GNUSTEP_MAKEFILES)/common.make
>
> TOOL_NAME = ObjectiveC
> ObjectiveC_OBJC_FILES = ObjectiveC.m
>
> include $(GNUSTEP_MAKEFILES)
Basically I want to build a tool that does some processing of NSImages
(but never displays them).
Okay, but when I use the following make file:
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = ObjectiveC
ObjectiveC_OBJC_FILES = ObjectiveC.m
include $(GNUSTEP_MAKEFILES)/tool.make
I get a bu