Looking at 
http://www.cygwin.com/ml/libc-alpha/1998-q2/msg00152.html
might help :

>the gcc error is:
> mknodes.c:92: initializer element is not constant
> to fix it, ive just changed all the infp usages to stdin. but what's the real 
> fix?
> 

FILE *infp;
main ()
{
  infp = stdin;
}


Hope that will help you...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to