Help for this page

Select Code to Download


  1. or download this
    t/GtkComboBox......................Gtk-CRITICAL **: gtk_tree_model_get
    +_path: assertion `iter != NULL' failed at t/GtkComboBox.t line 38.
    ok
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    $mw->show_all;
       
    Gtk2->main();
    
  3. or download this
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h
    +arness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/00.Gtk2..........................# Testing Gtk2 1.244
    #    Running against gtk+ 2.10.4
    ...
    21 tests and 420 subtests skipped.
    Failed 4/229 test scripts, 98.25% okay. 129/4838 subtests failed, 97.3
    +3% okay.
    make: *** [test_dynamic] Error 255