[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can't compile when add Foundation.h
From: |
bazad |
Subject: |
Re: can't compile when add Foundation.h |
Date: |
Thu, 14 Oct 2004 09:29:54 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) |
Nicola Pero <n.pero@mi.flashnet.it> writes:
>> [snip...]
>> > objc.make is for software which is in ObjC but it's not using GNUstep. If
>> > you are using GNUstep, you should use tool.make ... try --
>> >
>> > include $(GNUSTEP_MAKEFILES)/common.make
>> >
>> > TOOL_NAME = hello
>> > hello_OBJC_FILES = main.m
>> >
>> > include $(GNUSTEP_MAKEFILES)/tool.make
>> >
>> > Thanks
>>
>> I did and I've got the following error message:
>>
>> gmake: Nothing to be done for `all'.
>>
>
> Hmmm ... it definitely works for me. Can you double check that you typed
> exactly the GNUmakefile I sent you ? Try copying & pasting the exact code
> I sent you into a GNUmakefile. (sorry to be pedantic, it's that I can't
> really think of anything which would cause that problem)
I copied the code from your message and it worked!
I guess I looked at my own creation for too long :(
Thank you