tags 445761 +patch thanks Hi!
The attached patch includes the /usr/include/tcl8.4 directory in the search path, and resolves this bug. HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
diff -urN wbd-1.0ucl4.0/makefile wbd-1.0ucl4/makefile --- wbd-1.0ucl4.0/makefile 2007-10-19 00:01:04.000000000 +0530 +++ wbd-1.0ucl4/makefile 2007-10-19 00:01:25.000000000 +0530 @@ -22,7 +22,7 @@ # Uncomment these lines for Linux (RedHat 4.2, 2.0.30). CC = gcc LIBFLAGS = -L$(LIBDIR) -L/usr/X11R6/lib -IFLAGS = -I$(INCDIR) -I/usr/X11R6/include +IFLAGS = -I$(INCDIR) -I/usr/X11R6/include -I/usr/include/tcl8.4 LIBS = -ltk8.4 -ltcl8.4 -lm -lX11 -ldl # Uncomment these lines for Sun (SunOS 4.1.4).