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

gcc header problem



Hi,
when I'm comping C file 
there header error..
Can smbd help me?

========================
shahin@gateway:~$ gcc -o myC myC.c
In file included from /usr/include/stdio.h:57,from myC.c:1:
/usr/include/libio.h:263: parse error before `size_t'
/usr/include/libio.h:272: parse error before `size_t'
/usr/include/libio.h:368: parse error before `_IO_sgetn'
/usr/include/libio.h:368: parse error before `size_t'
/usr/include/libio.h:368: warning: data definition has no type or storage  class
In file included from myC.c:1:
/usr/include/stdio.h:237: parse error before `size_t'
/usr/include/stdio.h:243: parse error before `size_t'
/usr/include/stdio.h:273: parse error before `size_t'
/usr/include/stdio.h:277: parse error before `size_t'
/usr/include/stdio.h:281: parse error before `size_t'
/usr/include/stdio.h:446: parse error before `fread'
/usr/include/stdio.h:446: parse error before `size_t'
/usr/include/stdio.h:447: warning: data definition has no type or storageclass
/usr/include/stdio.h:449: parse error before `fwrite'
/usr/include/stdio.h:449: parse error before `size_t'
/usr/include/stdio.h:450: warning: data definition has no type or storageclass
/usr/include/stdio.h:454: parse error before `fread_unlocked'
/usr/include/stdio.h:454: parse error before `size_t'

shahin
thanks



-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: