Subject: | Tk800.024 MainWindow.pm dumps the core |
I am using perl5 (revision 5.0 version 6 subversion 1) on my FreeBSD 5.1 RELEASE. I am trying to install Tk800.024. When I run "make test" I receive the following errors:
----
t/create............ok 1/419810d598 is not a hash at blib/lib/Tk/MainWindow.pm line 55.
t/create............dubious
Test returned status 0 (wstat 134, 0x86)
test program seems to have generated a core
DIED. FAILED tests 2-419
Failed 418/419 tests, 0.24% okay
t/dash..............81142ac is not a hash at blib/lib/Tk/MainWindow.pm line 55.
t/dash..............dubious
Test returned status 0 (wstat 134, 0x86)
test program seems to have generated a core
t/fbox..............ok 1/6Subroutine SetPath redefined at blib/lib/Tk/FBox.pm line 466.
t/fbox..............ok 2/683a2180 is not a hash at blib/lib/Tk/MainWindow.pm line 55.
t/fbox..............dubious
Test returned status 0 (wstat 134, 0x86)
test program seems to have generated a core
DIED. FAILED tests 3-6
....
etc.
----
Maybe this is a well-known problem, but any try to create window from Tk fails. Do you know any solution for this problem, because I have no luck to find it in the Internet.