From: hlu@luke.eecs.wsu.edu (HJ Lu) Subject: Re: >Why I cant compile anything. Date: 29 Mar 1993 05:14:49 GMT
In article <C4Mq7A.2t2@news.cso.uiuc.edu> ran59961@uxa.cso.uiuc.edu (Richnut) writes:
>well here you go..
>
Did you miss something here? We need the whole message from gcc.
>composer.c:1414: macro `isblank' used with too many (3) args
>composer.c:1417: macro `isblank' used with too many (3) args
>composer.c:1442: macro `isblank' used with too many (3) args
>composer.c:2314: macro `isblank' used with too many (3) args
>
>this is strange because the code compiles on other systems.. just not mine :)
>and it is unlikely that the file is corrupt, because idownloaded it twice.
>
isblank () is a macro in <ctype.h> under Linux. You can turn it off.
Please read <ctype.h> and <features.h>. If I got paid, I could spent
some time to write some docs for the Linux C library. For now, please
read the header files and the library source codes.
H.J.