Platform: CYGWIN_NT-5.1 1.5.19(0.150/4/2) 2006-01-20 13:28


The error returned is:
--------------------------------------------
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -g -O2 -c tangleboot.c -o tangleboot.o
In file included from tangleboot.c:94:
tangleboot.h:34: error: conflicting types for 'getline'
/usr/include/sys/stdio.h:31: error: previous declaration of 'getline' was here
--------------------------------------------
In tetex-src-3.0/texk/web2c/tangleboot.h is:
   void getline AA((void));


In /usr/include/sys/stdio.h its defined as:
ssize_t _EXFUN(getline, (char **, size_t *, FILE *));

-----------------------------------------------

Can you think of something I can do to fix this?

Regards,
 Darel

Reply via email to