Martin Hoffmann wrote:
> 
> Sorry, but how is the xlist.c file supposed to be compiled ? (Maybe stupid
> question)
> 
> If i simply use gcc xlist.c i get a lot of undeclared things...
> Here is the output of gcc:
> 
> xlist.c: In function `main':
> xlist.c:29: parse error before `int'
> xlist.c:31: `f' undeclared (first use in this function)

seems to me as non ansi var declaration is used here.

try to compile with g++ instaed of gcc.

best regards ...
clemens


-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to