after configuring tk 8.5 with enable 64 bit on a sparc
solaris 8 system and sun's c compiler, I did a make all
and then a make test.
The test suite halted early with this error:
unixWm.test
Error in startup script: wrong # args: should be "test
name desc ?options?"
while executing
"test unixWm-41.2 {ConfigureEvent procedure, menubars}
{nonPortable testmenubar}
unix {
catch {destroy .t}
toplevel .t -width 300 -height 200 -..."
(file "/vol/tclsrcsol/tcl85/tk/tests/unixWm.test"
line 1368)
invoked from within
"::source /vol/tclsrcsol/tcl85/tk/tests/unixWm.test"
("uplevel" body line 1)
invoked from within
"uplevel 1 [list ::source $file]"
(procedure "tcltest::runAllTests" line 57)
invoked from within
"tcltest::runAllTests"
(file
"/vol/tclsrcsol/tcl85/tk/unix/../tests/all.tcl" line 19)
*** Error code 1
make: Fatal error: Command failed for target `test'
Logged In: YES
user_id=80530
My bad. Fixed now.