> I downloaded tetex-src-1.0.7.tar.gz, ran './configure --prefix=$HOME'
> and then 'make'.  The compilation halted part way through with
> 
> gcc -DHAVE_CONFIG_H  -I. -I. -I../.. -I../.. -I.. -I./..   -g -O2  -c x11.c
> x11.c:19: X11/Xlib.h: No such file or directory
> x11.c:20: X11/Intrinsic.h: No such file or directory
> x11.c:21: X11/StringDefs.h: No such file or directory
> 
> Shouldn't the --configure stage check for the presence of these
> headers?

That's right but a bug prevents this from working everywhere. It is
fixed in teTeX-beta 20021025 (see: http://tug.org/teTeX/)

If you want to use teTeX-1.0.7 instead of the current beta, try
  ./configure --without-x

Thomas

Reply via email to