[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation error - first objective c program
From: |
Tom Davie |
Subject: |
Re: compilation error - first objective c program |
Date: |
Sat, 12 Jan 2013 13:15:43 +0000 |
On 12 Jan 2013, at 13:07, patrick dudjalija <patrick.dudjalija@gmail.com> wrote:
> 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 !
You're right, you should indeed use a different compiler – clang. Clang also
has the benefit of producing much better error messages than gcc, so it should
help you as you start out :)
Thanks
Tom Davie