[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation error - first objective c program
From: |
patrick dudjalija |
Subject: |
Re: compilation error - first objective c program |
Date: |
Sat, 12 Jan 2013 14:07:44 +0100 |
Hello David !
You're perfectly right ! Thank you very much !
I'm very confused to have bothered you with this : i should have better checked the syntax @interface.
Gcc is installed by default with the package gnustep on openBSD.
I think that to get things as simple as possible, i will stick to it until i'm able to easily find my way and compile simple programs.
Now, for the future, i understand that i should use another compiler ? Any suggestion ?
Again, thanks a lot for your help !
Have a nice day,
Patrick
2013/1/12 David Chisnall
<theraven@sucs.org>
Hi Patrick,
Your first error is using gcc, which only supports an archaic dialect of Objective-C and has quite incomprehensible error messages.
Your second error is here:
On 12 Jan 2013, at 12:47, patrick dudjalija wrote:
> @interface Test class
Why do you write class at the end here? You probably mean to write:
@interface Test : NSObject
David
-- Sent from my STANTEC-ZEBRA