I snagged what was in moon:grass/incoming and tried to compile
using gcc 2.5.5 and Solaris 2.3. After a slew of warnings such as:
view.c: In function `viewEventHandler':
view.c:297: warning: passing arg 1 of `Tk_DoWhenIdle' from incompatible pointer type
it died when it couldn't find tkConfig.h and tkInt.h.
Is this part of tk or is it missing from the distribution?
(I'm trying to get by with the tk/tcl includes/libs already
installed here - did the sys admins forget to install these files?)
--Darrell