Sergei Steshenko wrote:
Here are some warnings/errors during 'make test', though it doesn't fail: t/GtkDialog........................Gtk-CRITICAL **: gtk_box_reorder_child: assertion `GTK_IS_WIDGET (child)' failed at t/GtkDialog.t line 74. Gtk-CRITICAL **: gtk_box_reorder_child: assertion `GTK_IS_WIDGET (child)' failed at t/GtkDialog.t line 74. Gtk-CRITICAL **: gtk_box_reorder_child: assertion `GTK_IS_WIDGET (child)' failed at t/GtkDialog.t line 75. Gtk-CRITICAL **: gtk_box_reorder_child: assertion `GTK_IS_WIDGET (child)' failed at t/GtkDialog.t line 75. Gtk-CRITICAL **: gtk_box_reorder_child: assertion `GTK_IS_WIDGET (child)' failed at t/GtkDialog.t line 75. Gtk-CRITICAL **: gtk_box_reorder_child: assertion `GTK_IS_WIDGET (child)' failed at t/GtkDialog.t line 75.
These are the same as in your last message.
t/GtkIMContext.....................Gtk-WARNING **: Input method am_et should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61. Gtk-WARNING **: Input method cedilla should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61. Gtk-WARNING **: Input method cyrillic_translit should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61. Gtk-WARNING **: Input method inuktitut should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61. Gtk-WARNING **: Input method ipa should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61. Gtk-WARNING **: Input method ti_er should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61. Gtk-WARNING **: Input method ti_et should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61. Gtk-WARNING **: Input method viqr should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61. Gtk-WARNING **: Input method xim should not use GTK's translation domain gtk20 at t/GtkIMContext.t line 61.
And these look like they are totally unrelated to the bindings. But I don't know much about input methods.
-Torsten