On October 30, 2014 11:28:37 AM CDT, Mayuresh Kathe <mayuresh@sdf.org> wrote:
hello,
i have finally got gnustep-make and gnustep-base compiled
and installed on netbsd 6.1.5 amd64.
now since i am just beginning to learn obj-c, i used a
sample helloWorld snippet from wikipedia (below);
#import <stdio.h>
#import <Foundation/Foundation.h>
int main(void)
{
NSLog(@"Hello, world!\n");
return 0;
}
and i can't figure out how to get it compiled.
i tried running 'gcc helloWorld.m', but got the
following message;
helloWorld.m:2:34: fatal error: Foundation/Foundation.h: No such file or directory
compilation terminated.
can someone please point out a resource which could do some amount
of initial hand holding?
thanks.
-mayuresh
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep