Hi, I'm trying to compile teTeX in BLFS, and I get this error:
Code:
In file included from tangleboot.c:94:
tangleboot.h:34: error: conflicting types for â
/usr/include/stdio.h:651: note: previous declaration of â was here
tangleboot.c:2175: error: conflicting types for â
/usr/include/stdio.h:651: note: previous declaration of â was here
make[2]: *** [tangleboot.o] Error 1
make[2]: Leaving directory `/sources/tetex/tetex-src-3.0/texk/web2c'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/sources/tetex/tetex-src-3.0/texk'
make: *** [all] Error 1
I guess ever since teTeX development stopped, this error has been bugging it's compilation on systems with newer glibc. I just wanna know if there's a fix available for this. I know future BLFS builds are gonna switch to TeXLive, but I really don't want to install such a huge package on my system. Please advise.