in reply to Re: Tk, Tcl/Tk, Tkx
in thread Tk, Tcl/Tk, Tkx

Tcl::pTk fails all the tests It also complains that Tix is not included. Is this true (something I can ignore... ??) Am I missing something?
[~/Downloads/Tcl-pTk-0.90] make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/after.t ..................... 1/8 Tcl::pTk::Error: Undefined subrout +ine &Tcl::_current_refs_widget called at /Users/sandy/Downloads/Tcl-p +Tk-0.90/blib/lib/Tcl/pTk/Widget.pm line 1214. while executing "::perl::CODE(0x7ff211520ea8)" ("after" script) Error Started at t/after.t line 36. Stack Trace: at /Users/sandy/Downloads/Tcl-pTk-0.90/blib/lib/Tcl/pTk.pm line 891. eval {...} called at /Users/sandy/Downloads/Tcl-pTk-0.90/blib/lib +/Tcl/pTk.pm line 891 Tcl::pTk::DoOneEvent('Tcl::pTk=SCALAR(0x7ff211005e80)', 0) called + at /Users/sandy/Downloads/Tcl-pTk-0.90/blib/lib/Tcl/pTk.pm line 869 Tcl::pTk::MainLoop() called at t/after.t line 36 t/after.t ..................... Failed 1/8 subtests t/afterDestroy.t .............. Undefined subroutine &Tcl::_current_re +fs_widget called at /Users/sandy/Downloads/Tcl-pTk-0.90/blib/lib/Tcl/ +pTk/Widget.pm line 1308. at t/afterDestroy.t line 15.

Replies are listed 'Best First'.
Re^3: Tk, Tcl/Tk, Tkx
by Anonymous Monk on Mar 04, 2016 at 02:33 UTC

    Tcl::pTk fails all the tests It also complains that Tix is not included. Is this true (something I can ignore... ??) Am I missing something?

    Can't really ignore it, Tix plays a part in the "looks".

    Should be simple to install, last time I did it with http://downloads.activestate.com/ActiveTcl/releases/

    teacup update-self teacup verify teacup install Tix teacup install Plotchart teacup install ctext
      Aah... that may be the problem, I was not using ActiveState.

      Something to think about

      Thank you

        activestate will require you to pay for commercial use.

        If you can live with pre-installed tcl/tk without Activetcl - then this could be better option

        You can install tix have you tried it on your MAC device?
        Still, programs could actually be easily re-done without Tix, (I - personally - now code without tix, there are lot of ways to avoid it.)