discuss-gnustep
[Top][All Lists]
Advanced

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

Trying to learn ObjC


From: Stefan Bidigaray
Subject: Trying to learn ObjC
Date: Fri, 10 Nov 2006 21:28:29 -0500

I've read a few online documentation on ObjC (mainly Apple's) and I feel I'm ready to start understand Yen-Ju's GSTutorial.  The problem is that I went through his HelloWorld program and I'm getting this error:

===Start===
 Compiling file main.m ...
In file included from /usr/GNUstep/System/Library/Headers/Foundation/NSDebug.h:211,
                 from /usr/GNUstep/System/Library/Headers/Foundation/Foundation.h:32,
                 from main.m:2:
/usr/GNUstep/System/Library/Headers/Foundation/NSProcessInfo.h:32: error: syntax error before 'CPP_AT_NAME' token
/usr/GNUstep/System/Library/Headers/Foundation/NSProcessInfo.h:61: error: syntax error before 'CPP_AT_NAME' token
/usr/GNUstep/System/Library/Headers/Foundation/NSProcessInfo.h:83: error: cannot find interface declaration for `NSProcessInfo'
===End===

This is using -base version 1.13.0!  Can anyone let me know what I'm doing wrong (chances are it's me, not Yen-Ju's code)?

Thanks
Stefan

reply via email to

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