Solaris 8 build
Brought to you by:
ghowlett
Make failed using gcc on Solaris 8 /sparc
bltNsUtil.h:51: conflicting types for `Tcl_FindCommand'
/homes/jgillesp/tcl/8.5/include/tclDecls.h:3212:
previous declaration of `Tcl_FindCommand'
plus 3 similar errors.
to fix I patched src/bltNsUtil.h :
changed 'char *name' to 'CONST char *name'
on line 51, 68, 73 and 76.
There were several warnings but BLT seemed
to run successfully.