discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Problem with my first app


From: Nicola Pero
Subject: Re: Problem with my first app
Date: Sat, 13 Oct 2001 21:06:00 +0200 (CEST)

Hi,

>  I have been trying to compile the Firstapp given as example :
> 
> #include <Fondation/Fondation.h>

#include <Foundation/Foundation.h>


> Making all for app Encod...
> gcc Encod.c -c   

the file should be called Encod.m - not Encod.c - otherwise gcc will try
to compile it as C source ... and obviously barf and spit on ObjC syntax. 
:-) 





reply via email to

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