discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNUmakefile errors


From: Craig Bakalian
Subject: GNUmakefile errors
Date: Mon, 09 Nov 2015 18:56:01 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi,

Here is my GNUmakefile

include $(GNUSTEP_MAKEFILES)/common.make

TOOL_NAME = LogTest
LogTest_OBJC_FILES = source.m

include $(GNUSTEP_MAKEFILES)/tool.make

Here is my simple source.m
#import <Foundation/Foundation.h>
int
main (void)
{
  NSLog (@"Executing");
  return 0;
}

And here is my errors

craig@craig-desktop ~ $ cd '/home/craig/Desktop/tool'
craig@craig-desktop ~/Desktop/tool $ make
GNUmakefile:1: /common.make: No such file or directory
GNUmakefile:6: /tool.make: No such file or directory
make: *** No rule to make target `/tool.make'.  Stop.
craig@craig-desktop ~/Desktop/tool $


What is up with this. I am an old objective-c programmer from way back. However I used xcode. Now I am on linux, so...
Please help.

Craig Bakalian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]