Errors compiling gen_gtk.c
[email protected] (Keisial)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
When trying to install php-gtk-2.0.0beta gen_gtk.c gives me lots of errors (attached if it's of any help). It's like if some #include were missing. gtk+ is 2.10.12 configure accepted all provided versions as valid. Any idea?
gen_gtk-errors.txt
(text/plain, 36.2 KB)
ext/gtk+/gen_gtk.c:2229: error: 'GtkCellEditable_editing_done' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2229: error: initializer element is not constant ext/gtk+/gen_gtk.c:2229: error: (near initialization for 'gtkcelleditable_methods[0].handler') ext/gtk+/gen_gtk.c:2230: error: 'GtkCellEditable_remove_widget' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2230: error: initializer element is not constant ext/gtk+/gen_gtk.c:2230: error: (near initialization for 'gtkcelleditable_methods[1].handler') ext/gtk+/gen_gtk.c:2231: error: 'GtkCellEditable_start_editing' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2231: error: initializer element is not constant ext/gtk+/gen_gtk.c:2231: error: (near initialization for 'gtkcelleditable_methods[2].handler') ext/gtk+/gen_gtk.c:2446: error: 'GtkCellLayout_add_attribute' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2446: error: initializer element is not constant ext/gtk+/gen_gtk.c:2446: error: (near initialization for 'gtkcelllayout_methods[0].handler') ext/gtk+/gen_gtk.c:2447: error: 'GtkCellLayout_clear' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2447: error: initializer element is not constant ext/gtk+/gen_gtk.c:2447: error: (near initialization for 'gtkcelllayout_methods[1].handler') ext/gtk+/gen_gtk.c:2448: error: 'GtkCellLayout_clear_attributes' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2448: error: initializer element is not constant ext/gtk+/gen_gtk.c:2448: error: (near initialization for 'gtkcelllayout_methods[2].handler') ext/gtk+/gen_gtk.c:2449: error: 'GtkCellLayout_pack_end' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2449: error: initializer element is not constant ext/gtk+/gen_gtk.c:2449: error: (near initialization for 'gtkcelllayout_methods[3].handler') ext/gtk+/gen_gtk.c:2450: error: 'GtkCellLayout_pack_start' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2450: error: initializer element is not constant ext/gtk+/gen_gtk.c:2450: error: (near initialization for 'gtkcelllayout_methods[4].handler') ext/gtk+/gen_gtk.c:2451: error: 'GtkCellLayout_reorder' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2451: error: initializer element is not constant ext/gtk+/gen_gtk.c:2451: error: (near initialization for 'gtkcelllayout_methods[5].handler') ext/gtk+/gen_gtk.c:2452: error: 'GtkCellLayout_set_attributes' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2452: error: initializer element is not constant ext/gtk+/gen_gtk.c:2452: error: (near initialization for 'gtkcelllayout_methods[6].handler') ext/gtk+/gen_gtk.c:2453: error: 'GtkCellLayout_set_cell_data_func' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2453: error: initializer element is not constant ext/gtk+/gen_gtk.c:2453: error: (near initialization for 'gtkcelllayout_methods[7].handler') ext/gtk+/gen_gtk.c:2700: error: 'GtkEditable_copy_clipboard' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2700: error: initializer element is not constant ext/gtk+/gen_gtk.c:2700: error: (near initialization for 'gtkeditable_methods[0].handler') ext/gtk+/gen_gtk.c:2701: error: 'GtkEditable_cut_clipboard' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2701: error: initializer element is not constant ext/gtk+/gen_gtk.c:2701: error: (near initialization for 'gtkeditable_methods[1].handler') ext/gtk+/gen_gtk.c:2702: error: 'GtkEditable_delete_selection' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2702: error: initializer element is not constant ext/gtk+/gen_gtk.c:2702: error: (near initialization for 'gtkeditable_methods[2].handler') ext/gtk+/gen_gtk.c:2703: error: 'GtkEditable_delete_text' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2703: error: initializer element is not constant ext/gtk+/gen_gtk.c:2703: error: (near initialization for 'gtkeditable_methods[3].handler') ext/gtk+/gen_gtk.c:2704: error: 'GtkEditable_get_chars' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2704: error: initializer element is not constant ext/gtk+/gen_gtk.c:2704: error: (near initialization for 'gtkeditable_methods[4].handler') ext/gtk+/gen_gtk.c:2705: error: 'GtkEditable_get_editable' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2705: error: initializer element is not constant ext/gtk+/gen_gtk.c:2705: error: (near initialization for 'gtkeditable_methods[5].handler') ext/gtk+/gen_gtk.c:2706: error: 'GtkEditable_get_position' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2706: error: initializer element is not constant ext/gtk+/gen_gtk.c:2706: error: (near initialization for 'gtkeditable_methods[6].handler') ext/gtk+/gen_gtk.c:2707: error: 'GtkEditable_get_selection_bounds' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2707: error: initializer element is not constant ext/gtk+/gen_gtk.c:2707: error: (near initialization for 'gtkeditable_methods[7].handler') ext/gtk+/gen_gtk.c:2708: error: 'GtkEditable_insert_text' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2708: error: initializer element is not constant ext/gtk+/gen_gtk.c:2708: error: (near initialization for 'gtkeditable_methods[8].handler') ext/gtk+/gen_gtk.c:2709: error: 'GtkEditable_paste_clipboard' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2709: error: initializer element is not constant ext/gtk+/gen_gtk.c:2709: error: (near initialization for 'gtkeditable_methods[9].handler') ext/gtk+/gen_gtk.c:2710: error: 'GtkEditable_select_region' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2710: error: initializer element is not constant ext/gtk+/gen_gtk.c:2710: error: (near initialization for 'gtkeditable_methods[10].handler') ext/gtk+/gen_gtk.c:2711: error: 'GtkEditable_set_editable' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2711: error: initializer element is not constant ext/gtk+/gen_gtk.c:2711: error: (near initialization for 'gtkeditable_methods[11].handler') ext/gtk+/gen_gtk.c:2712: error: 'GtkEditable_set_position' undeclared here (not in a function) ext/gtk+/gen_gtk.c:2712: error: initializer element is not constant ext/gtk+/gen_gtk.c:2712: error: (near initialization for 'gtkeditable_methods[12].handler') ext/gtk+/gen_gtk.c:3777: error: 'GtkFileChooser_add_filter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3777: error: initializer element is not constant ext/gtk+/gen_gtk.c:3777: error: (near initialization for 'gtkfilechooser_methods[0].handler') ext/gtk+/gen_gtk.c:3778: error: 'GtkFileChooser_add_shortcut_folder' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3778: error: initializer element is not constant ext/gtk+/gen_gtk.c:3778: error: (near initialization for 'gtkfilechooser_methods[1].handler') ext/gtk+/gen_gtk.c:3779: error: 'GtkFileChooser_add_shortcut_folder_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3779: error: initializer element is not constant ext/gtk+/gen_gtk.c:3779: error: (near initialization for 'gtkfilechooser_methods[2].handler') ext/gtk+/gen_gtk.c:3780: error: 'GtkFileChooser_get_action' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3780: error: initializer element is not constant ext/gtk+/gen_gtk.c:3780: error: (near initialization for 'gtkfilechooser_methods[3].handler') ext/gtk+/gen_gtk.c:3781: error: 'GtkFileChooser_get_current_folder' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3781: error: initializer element is not constant ext/gtk+/gen_gtk.c:3781: error: (near initialization for 'gtkfilechooser_methods[4].handler') ext/gtk+/gen_gtk.c:3782: error: 'GtkFileChooser_get_current_folder_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3782: error: initializer element is not constant ext/gtk+/gen_gtk.c:3782: error: (near initialization for 'gtkfilechooser_methods[5].handler') ext/gtk+/gen_gtk.c:3783: error: 'GtkFileChooser_get_do_overwrite_confirmation' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3783: error: initializer element is not constant ext/gtk+/gen_gtk.c:3783: error: (near initialization for 'gtkfilechooser_methods[6].handler') ext/gtk+/gen_gtk.c:3784: error: 'GtkFileChooser_get_extra_widget' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3784: error: initializer element is not constant ext/gtk+/gen_gtk.c:3784: error: (near initialization for 'gtkfilechooser_methods[7].handler') ext/gtk+/gen_gtk.c:3785: error: 'GtkFileChooser_get_filename' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3785: error: initializer element is not constant ext/gtk+/gen_gtk.c:3785: error: (near initialization for 'gtkfilechooser_methods[8].handler') ext/gtk+/gen_gtk.c:3786: error: 'GtkFileChooser_get_filenames' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3786: error: initializer element is not constant ext/gtk+/gen_gtk.c:3786: error: (near initialization for 'gtkfilechooser_methods[9].handler') ext/gtk+/gen_gtk.c:3787: error: 'GtkFileChooser_get_filter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3787: error: initializer element is not constant ext/gtk+/gen_gtk.c:3787: error: (near initialization for 'gtkfilechooser_methods[10].handler') ext/gtk+/gen_gtk.c:3788: error: 'GtkFileChooser_get_local_only' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3788: error: initializer element is not constant ext/gtk+/gen_gtk.c:3788: error: (near initialization for 'gtkfilechooser_methods[11].handler') ext/gtk+/gen_gtk.c:3789: error: 'GtkFileChooser_get_preview_filename' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3789: error: initializer element is not constant ext/gtk+/gen_gtk.c:3789: error: (near initialization for 'gtkfilechooser_methods[12].handler') ext/gtk+/gen_gtk.c:3790: error: 'GtkFileChooser_get_preview_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3790: error: initializer element is not constant ext/gtk+/gen_gtk.c:3790: error: (near initialization for 'gtkfilechooser_methods[13].handler') ext/gtk+/gen_gtk.c:3791: error: 'GtkFileChooser_get_preview_widget' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3791: error: initializer element is not constant ext/gtk+/gen_gtk.c:3791: error: (near initialization for 'gtkfilechooser_methods[14].handler') ext/gtk+/gen_gtk.c:3792: error: 'GtkFileChooser_get_preview_widget_active' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3792: error: initializer element is not constant ext/gtk+/gen_gtk.c:3792: error: (near initialization for 'gtkfilechooser_methods[15].handler') ext/gtk+/gen_gtk.c:3793: error: 'GtkFileChooser_get_select_multiple' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3793: error: initializer element is not constant ext/gtk+/gen_gtk.c:3793: error: (near initialization for 'gtkfilechooser_methods[16].handler') ext/gtk+/gen_gtk.c:3794: error: 'GtkFileChooser_get_show_hidden' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3794: error: initializer element is not constant ext/gtk+/gen_gtk.c:3794: error: (near initialization for 'gtkfilechooser_methods[17].handler') ext/gtk+/gen_gtk.c:3795: error: 'GtkFileChooser_get_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3795: error: initializer element is not constant ext/gtk+/gen_gtk.c:3795: error: (near initialization for 'gtkfilechooser_methods[18].handler') ext/gtk+/gen_gtk.c:3796: error: 'GtkFileChooser_get_uris' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3796: error: initializer element is not constant ext/gtk+/gen_gtk.c:3796: error: (near initialization for 'gtkfilechooser_methods[19].handler') ext/gtk+/gen_gtk.c:3797: error: 'GtkFileChooser_get_use_preview_label' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3797: error: initializer element is not constant ext/gtk+/gen_gtk.c:3797: error: (near initialization for 'gtkfilechooser_methods[20].handler') ext/gtk+/gen_gtk.c:3798: error: 'GtkFileChooser_list_filters' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3798: error: initializer element is not constant ext/gtk+/gen_gtk.c:3798: error: (near initialization for 'gtkfilechooser_methods[21].handler') ext/gtk+/gen_gtk.c:3799: error: 'GtkFileChooser_list_shortcut_folder_uris' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3799: error: initializer element is not constant ext/gtk+/gen_gtk.c:3799: error: (near initialization for 'gtkfilechooser_methods[22].handler') ext/gtk+/gen_gtk.c:3800: error: 'GtkFileChooser_list_shortcut_folders' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3800: error: initializer element is not constant ext/gtk+/gen_gtk.c:3800: error: (near initialization for 'gtkfilechooser_methods[23].handler') ext/gtk+/gen_gtk.c:3801: error: 'GtkFileChooser_remove_filter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3801: error: initializer element is not constant ext/gtk+/gen_gtk.c:3801: error: (near initialization for 'gtkfilechooser_methods[24].handler') ext/gtk+/gen_gtk.c:3802: error: 'GtkFileChooser_remove_shortcut_folder' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3802: error: initializer element is not constant ext/gtk+/gen_gtk.c:3802: error: (near initialization for 'gtkfilechooser_methods[25].handler') ext/gtk+/gen_gtk.c:3803: error: 'GtkFileChooser_remove_shortcut_folder_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3803: error: initializer element is not constant ext/gtk+/gen_gtk.c:3803: error: (near initialization for 'gtkfilechooser_methods[26].handler') ext/gtk+/gen_gtk.c:3804: error: 'GtkFileChooser_select_all' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3804: error: initializer element is not constant ext/gtk+/gen_gtk.c:3804: error: (near initialization for 'gtkfilechooser_methods[27].handler') ext/gtk+/gen_gtk.c:3805: error: 'GtkFileChooser_select_filename' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3805: error: initializer element is not constant ext/gtk+/gen_gtk.c:3805: error: (near initialization for 'gtkfilechooser_methods[28].handler') ext/gtk+/gen_gtk.c:3806: error: 'GtkFileChooser_select_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3806: error: initializer element is not constant ext/gtk+/gen_gtk.c:3806: error: (near initialization for 'gtkfilechooser_methods[29].handler') ext/gtk+/gen_gtk.c:3807: error: 'GtkFileChooser_set_action' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3807: error: initializer element is not constant ext/gtk+/gen_gtk.c:3807: error: (near initialization for 'gtkfilechooser_methods[30].handler') ext/gtk+/gen_gtk.c:3808: error: 'GtkFileChooser_set_current_folder' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3808: error: initializer element is not constant ext/gtk+/gen_gtk.c:3808: error: (near initialization for 'gtkfilechooser_methods[31].handler') ext/gtk+/gen_gtk.c:3809: error: 'GtkFileChooser_set_current_folder_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3809: error: initializer element is not constant ext/gtk+/gen_gtk.c:3809: error: (near initialization for 'gtkfilechooser_methods[32].handler') ext/gtk+/gen_gtk.c:3810: error: 'GtkFileChooser_set_current_name' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3810: error: initializer element is not constant ext/gtk+/gen_gtk.c:3810: error: (near initialization for 'gtkfilechooser_methods[33].handler') ext/gtk+/gen_gtk.c:3811: error: 'GtkFileChooser_set_do_overwrite_confirmation' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3811: error: initializer element is not constant ext/gtk+/gen_gtk.c:3811: error: (near initialization for 'gtkfilechooser_methods[34].handler') ext/gtk+/gen_gtk.c:3812: error: 'GtkFileChooser_set_extra_widget' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3812: error: initializer element is not constant ext/gtk+/gen_gtk.c:3812: error: (near initialization for 'gtkfilechooser_methods[35].handler') ext/gtk+/gen_gtk.c:3813: error: 'GtkFileChooser_set_filename' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3813: error: initializer element is not constant ext/gtk+/gen_gtk.c:3813: error: (near initialization for 'gtkfilechooser_methods[36].handler') ext/gtk+/gen_gtk.c:3814: error: 'GtkFileChooser_set_filter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3814: error: initializer element is not constant ext/gtk+/gen_gtk.c:3814: error: (near initialization for 'gtkfilechooser_methods[37].handler') ext/gtk+/gen_gtk.c:3815: error: 'GtkFileChooser_set_local_only' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3815: error: initializer element is not constant ext/gtk+/gen_gtk.c:3815: error: (near initialization for 'gtkfilechooser_methods[38].handler') ext/gtk+/gen_gtk.c:3816: error: 'GtkFileChooser_set_preview_widget' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3816: error: initializer element is not constant ext/gtk+/gen_gtk.c:3816: error: (near initialization for 'gtkfilechooser_methods[39].handler') ext/gtk+/gen_gtk.c:3817: error: 'GtkFileChooser_set_preview_widget_active' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3817: error: initializer element is not constant ext/gtk+/gen_gtk.c:3817: error: (near initialization for 'gtkfilechooser_methods[40].handler') ext/gtk+/gen_gtk.c:3818: error: 'GtkFileChooser_set_select_multiple' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3818: error: initializer element is not constant ext/gtk+/gen_gtk.c:3818: error: (near initialization for 'gtkfilechooser_methods[41].handler') ext/gtk+/gen_gtk.c:3819: error: 'GtkFileChooser_set_show_hidden' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3819: error: initializer element is not constant ext/gtk+/gen_gtk.c:3819: error: (near initialization for 'gtkfilechooser_methods[42].handler') ext/gtk+/gen_gtk.c:3820: error: 'GtkFileChooser_set_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3820: error: initializer element is not constant ext/gtk+/gen_gtk.c:3820: error: (near initialization for 'gtkfilechooser_methods[43].handler') ext/gtk+/gen_gtk.c:3821: error: 'GtkFileChooser_set_use_preview_label' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3821: error: initializer element is not constant ext/gtk+/gen_gtk.c:3821: error: (near initialization for 'gtkfilechooser_methods[44].handler') ext/gtk+/gen_gtk.c:3822: error: 'GtkFileChooser_unselect_all' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3822: error: initializer element is not constant ext/gtk+/gen_gtk.c:3822: error: (near initialization for 'gtkfilechooser_methods[45].handler') ext/gtk+/gen_gtk.c:3823: error: 'GtkFileChooser_unselect_filename' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3823: error: initializer element is not constant ext/gtk+/gen_gtk.c:3823: error: (near initialization for 'gtkfilechooser_methods[46].handler') ext/gtk+/gen_gtk.c:3824: error: 'GtkFileChooser_unselect_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3824: error: initializer element is not constant ext/gtk+/gen_gtk.c:3824: error: (near initialization for 'gtkfilechooser_methods[47].handler') ext/gtk+/gen_gtk.c:3907: error: 'GtkTreeDragDest_drag_data_received' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3907: error: initializer element is not constant ext/gtk+/gen_gtk.c:3907: error: (near initialization for 'gtktreedragdest_methods[0].handler') ext/gtk+/gen_gtk.c:3908: error: 'GtkTreeDragDest_row_drop_possible' undeclared here (not in a function) ext/gtk+/gen_gtk.c:3908: error: initializer element is not constant ext/gtk+/gen_gtk.c:3908: error: (near initialization for 'gtktreedragdest_methods[1].handler') ext/gtk+/gen_gtk.c:4010: error: 'GtkTreeDragSource_drag_data_delete' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4010: error: initializer element is not constant ext/gtk+/gen_gtk.c:4010: error: (near initialization for 'gtktreedragsource_methods[0].handler') ext/gtk+/gen_gtk.c:4011: error: 'GtkTreeDragSource_drag_data_get' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4011: error: initializer element is not constant ext/gtk+/gen_gtk.c:4011: error: (near initialization for 'gtktreedragsource_methods[1].handler') ext/gtk+/gen_gtk.c:4012: error: 'GtkTreeDragSource_row_draggable' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4012: error: initializer element is not constant ext/gtk+/gen_gtk.c:4012: error: (near initialization for 'gtktreedragsource_methods[2].handler') ext/gtk+/gen_gtk.c:4857: error: 'GtkTreeModel_foreach' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4857: error: initializer element is not constant ext/gtk+/gen_gtk.c:4857: error: (near initialization for 'gtktreemodel_methods[0].handler') ext/gtk+/gen_gtk.c:4858: error: 'GtkTreeModel_get' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4858: error: initializer element is not constant ext/gtk+/gen_gtk.c:4858: error: (near initialization for 'gtktreemodel_methods[1].handler') ext/gtk+/gen_gtk.c:4859: error: 'GtkTreeModel_get_column_type' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4859: error: initializer element is not constant ext/gtk+/gen_gtk.c:4859: error: (near initialization for 'gtktreemodel_methods[2].handler') ext/gtk+/gen_gtk.c:4860: error: 'GtkTreeModel_get_flags' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4860: error: initializer element is not constant ext/gtk+/gen_gtk.c:4860: error: (near initialization for 'gtktreemodel_methods[3].handler') ext/gtk+/gen_gtk.c:4861: error: 'GtkTreeModel_get_iter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4861: error: initializer element is not constant ext/gtk+/gen_gtk.c:4861: error: (near initialization for 'gtktreemodel_methods[4].handler') ext/gtk+/gen_gtk.c:4862: error: 'GtkTreeModel_get_iter_first' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4862: error: initializer element is not constant ext/gtk+/gen_gtk.c:4862: error: (near initialization for 'gtktreemodel_methods[5].handler') ext/gtk+/gen_gtk.c:4863: error: 'GtkTreeModel_get_iter_from_string' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4863: error: initializer element is not constant ext/gtk+/gen_gtk.c:4863: error: (near initialization for 'gtktreemodel_methods[6].handler') ext/gtk+/gen_gtk.c:4864: error: 'GtkTreeModel_get_iter_root' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4864: error: initializer element is not constant ext/gtk+/gen_gtk.c:4864: error: (near initialization for 'gtktreemodel_methods[7].handler') ext/gtk+/gen_gtk.c:4865: error: 'GtkTreeModel_get_n_columns' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4865: error: initializer element is not constant ext/gtk+/gen_gtk.c:4865: error: (near initialization for 'gtktreemodel_methods[8].handler') ext/gtk+/gen_gtk.c:4866: error: 'GtkTreeModel_get_path' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4866: error: initializer element is not constant ext/gtk+/gen_gtk.c:4866: error: (near initialization for 'gtktreemodel_methods[9].handler') ext/gtk+/gen_gtk.c:4867: error: 'GtkTreeModel_get_string_from_iter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4867: error: initializer element is not constant ext/gtk+/gen_gtk.c:4867: error: (near initialization for 'gtktreemodel_methods[10].handler') ext/gtk+/gen_gtk.c:4868: error: 'GtkTreeModel_get_value' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4868: error: initializer element is not constant ext/gtk+/gen_gtk.c:4868: error: (near initialization for 'gtktreemodel_methods[11].handler') ext/gtk+/gen_gtk.c:4869: error: 'GtkTreeModel_iter_children' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4869: error: initializer element is not constant ext/gtk+/gen_gtk.c:4869: error: (near initialization for 'gtktreemodel_methods[12].handler') ext/gtk+/gen_gtk.c:4870: error: 'GtkTreeModel_iter_has_child' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4870: error: initializer element is not constant ext/gtk+/gen_gtk.c:4870: error: (near initialization for 'gtktreemodel_methods[13].handler') ext/gtk+/gen_gtk.c:4871: error: 'GtkTreeModel_iter_n_children' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4871: error: initializer element is not constant ext/gtk+/gen_gtk.c:4871: error: (near initialization for 'gtktreemodel_methods[14].handler') ext/gtk+/gen_gtk.c:4872: error: 'GtkTreeModel_iter_next' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4872: error: initializer element is not constant ext/gtk+/gen_gtk.c:4872: error: (near initialization for 'gtktreemodel_methods[15].handler') ext/gtk+/gen_gtk.c:4873: error: 'GtkTreeModel_iter_nth_child' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4873: error: initializer element is not constant ext/gtk+/gen_gtk.c:4873: error: (near initialization for 'gtktreemodel_methods[16].handler') ext/gtk+/gen_gtk.c:4874: error: 'GtkTreeModel_iter_parent' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4874: error: initializer element is not constant ext/gtk+/gen_gtk.c:4874: error: (near initialization for 'gtktreemodel_methods[17].handler') ext/gtk+/gen_gtk.c:4875: error: 'GtkTreeModel_ref_node' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4875: error: initializer element is not constant ext/gtk+/gen_gtk.c:4875: error: (near initialization for 'gtktreemodel_methods[18].handler') ext/gtk+/gen_gtk.c:4876: error: 'GtkTreeModel_row_changed' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4876: error: initializer element is not constant ext/gtk+/gen_gtk.c:4876: error: (near initialization for 'gtktreemodel_methods[19].handler') ext/gtk+/gen_gtk.c:4877: error: 'GtkTreeModel_row_deleted' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4877: error: initializer element is not constant ext/gtk+/gen_gtk.c:4877: error: (near initialization for 'gtktreemodel_methods[20].handler') ext/gtk+/gen_gtk.c:4878: error: 'GtkTreeModel_row_has_child_toggled' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4878: error: initializer element is not constant ext/gtk+/gen_gtk.c:4878: error: (near initialization for 'gtktreemodel_methods[21].handler') ext/gtk+/gen_gtk.c:4879: error: 'GtkTreeModel_row_inserted' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4879: error: initializer element is not constant ext/gtk+/gen_gtk.c:4879: error: (near initialization for 'gtktreemodel_methods[22].handler') ext/gtk+/gen_gtk.c:4880: error: 'GtkTreeModel_rows_reordered' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4880: error: initializer element is not constant ext/gtk+/gen_gtk.c:4880: error: (near initialization for 'gtktreemodel_methods[23].handler') ext/gtk+/gen_gtk.c:4881: error: 'GtkTreeModel_unref_node' undeclared here (not in a function) ext/gtk+/gen_gtk.c:4881: error: initializer element is not constant ext/gtk+/gen_gtk.c:4881: error: (near initialization for 'gtktreemodel_methods[24].handler') ext/gtk+/gen_gtk.c:5067: error: 'GtkTreeSortable_get_sort_column_id' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5067: error: initializer element is not constant ext/gtk+/gen_gtk.c:5067: error: (near initialization for 'gtktreesortable_methods[0].handler') ext/gtk+/gen_gtk.c:5068: error: 'GtkTreeSortable_has_default_sort_func' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5068: error: initializer element is not constant ext/gtk+/gen_gtk.c:5068: error: (near initialization for 'gtktreesortable_methods[1].handler') ext/gtk+/gen_gtk.c:5069: error: 'GtkTreeSortable_set_default_sort_func' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5069: error: initializer element is not constant ext/gtk+/gen_gtk.c:5069: error: (near initialization for 'gtktreesortable_methods[2].handler') ext/gtk+/gen_gtk.c:5070: error: 'GtkTreeSortable_set_sort_column_id' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5070: error: initializer element is not constant ext/gtk+/gen_gtk.c:5070: error: (near initialization for 'gtktreesortable_methods[3].handler') ext/gtk+/gen_gtk.c:5071: error: 'GtkTreeSortable_set_sort_func' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5071: error: initializer element is not constant ext/gtk+/gen_gtk.c:5071: error: (near initialization for 'gtktreesortable_methods[4].handler') ext/gtk+/gen_gtk.c:5072: error: 'GtkTreeSortable_sort_column_changed' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5072: error: initializer element is not constant ext/gtk+/gen_gtk.c:5072: error: (near initialization for 'gtktreesortable_methods[5].handler') ext/gtk+/gen_gtk.c:5129: error: 'GtkPrintOperationPreview_end_preview' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5129: error: initializer element is not constant ext/gtk+/gen_gtk.c:5129: error: (near initialization for 'gtkprintoperationpreview_methods[0].handler') ext/gtk+/gen_gtk.c:5130: error: 'GtkPrintOperationPreview_is_selected' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5130: error: initializer element is not constant ext/gtk+/gen_gtk.c:5130: error: (near initialization for 'gtkprintoperationpreview_methods[1].handler') ext/gtk+/gen_gtk.c:5131: error: 'GtkPrintOperationPreview_render_page' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5131: error: initializer element is not constant ext/gtk+/gen_gtk.c:5131: error: (near initialization for 'gtkprintoperationpreview_methods[2].handler') ext/gtk+/gen_gtk.c:5652: error: 'GtkRecentChooser_add_filter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5652: error: initializer element is not constant ext/gtk+/gen_gtk.c:5652: error: (near initialization for 'gtkrecentchooser_methods[0].handler') ext/gtk+/gen_gtk.c:5653: error: 'GtkRecentChooser_get_current_item' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5653: error: initializer element is not constant ext/gtk+/gen_gtk.c:5653: error: (near initialization for 'gtkrecentchooser_methods[1].handler') ext/gtk+/gen_gtk.c:5654: error: 'GtkRecentChooser_get_current_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5654: error: initializer element is not constant ext/gtk+/gen_gtk.c:5654: error: (near initialization for 'gtkrecentchooser_methods[2].handler') ext/gtk+/gen_gtk.c:5655: error: 'GtkRecentChooser_get_filter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5655: error: initializer element is not constant ext/gtk+/gen_gtk.c:5655: error: (near initialization for 'gtkrecentchooser_methods[3].handler') ext/gtk+/gen_gtk.c:5656: error: 'GtkRecentChooser_get_limit' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5656: error: initializer element is not constant ext/gtk+/gen_gtk.c:5656: error: (near initialization for 'gtkrecentchooser_methods[4].handler') ext/gtk+/gen_gtk.c:5657: error: 'GtkRecentChooser_get_local_only' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5657: error: initializer element is not constant ext/gtk+/gen_gtk.c:5657: error: (near initialization for 'gtkrecentchooser_methods[5].handler') ext/gtk+/gen_gtk.c:5658: error: 'GtkRecentChooser_get_select_multiple' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5658: error: initializer element is not constant ext/gtk+/gen_gtk.c:5658: error: (near initialization for 'gtkrecentchooser_methods[6].handler') ext/gtk+/gen_gtk.c:5659: error: 'GtkRecentChooser_get_show_icons' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5659: error: initializer element is not constant ext/gtk+/gen_gtk.c:5659: error: (near initialization for 'gtkrecentchooser_methods[7].handler') ext/gtk+/gen_gtk.c:5660: error: 'GtkRecentChooser_get_show_not_found' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5660: error: initializer element is not constant ext/gtk+/gen_gtk.c:5660: error: (near initialization for 'gtkrecentchooser_methods[8].handler') ext/gtk+/gen_gtk.c:5661: error: 'GtkRecentChooser_get_show_numbers' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5661: error: initializer element is not constant ext/gtk+/gen_gtk.c:5661: error: (near initialization for 'gtkrecentchooser_methods[9].handler') ext/gtk+/gen_gtk.c:5662: error: 'GtkRecentChooser_get_show_private' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5662: error: initializer element is not constant ext/gtk+/gen_gtk.c:5662: error: (near initialization for 'gtkrecentchooser_methods[10].handler') ext/gtk+/gen_gtk.c:5663: error: 'GtkRecentChooser_get_show_tips' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5663: error: initializer element is not constant ext/gtk+/gen_gtk.c:5663: error: (near initialization for 'gtkrecentchooser_methods[11].handler') ext/gtk+/gen_gtk.c:5664: error: 'GtkRecentChooser_get_sort_type' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5664: error: initializer element is not constant ext/gtk+/gen_gtk.c:5664: error: (near initialization for 'gtkrecentchooser_methods[12].handler') ext/gtk+/gen_gtk.c:5665: error: 'GtkRecentChooser_remove_filter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5665: error: initializer element is not constant ext/gtk+/gen_gtk.c:5665: error: (near initialization for 'gtkrecentchooser_methods[13].handler') ext/gtk+/gen_gtk.c:5666: error: 'GtkRecentChooser_select_all' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5666: error: initializer element is not constant ext/gtk+/gen_gtk.c:5666: error: (near initialization for 'gtkrecentchooser_methods[14].handler') ext/gtk+/gen_gtk.c:5667: error: 'GtkRecentChooser_select_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5667: error: initializer element is not constant ext/gtk+/gen_gtk.c:5667: error: (near initialization for 'gtkrecentchooser_methods[15].handler') ext/gtk+/gen_gtk.c:5668: error: 'GtkRecentChooser_set_current_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5668: error: initializer element is not constant ext/gtk+/gen_gtk.c:5668: error: (near initialization for 'gtkrecentchooser_methods[16].handler') ext/gtk+/gen_gtk.c:5669: error: 'GtkRecentChooser_set_filter' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5669: error: initializer element is not constant ext/gtk+/gen_gtk.c:5669: error: (near initialization for 'gtkrecentchooser_methods[17].handler') ext/gtk+/gen_gtk.c:5670: error: 'GtkRecentChooser_set_limit' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5670: error: initializer element is not constant ext/gtk+/gen_gtk.c:5670: error: (near initialization for 'gtkrecentchooser_methods[18].handler') ext/gtk+/gen_gtk.c:5671: error: 'GtkRecentChooser_set_local_only' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5671: error: initializer element is not constant ext/gtk+/gen_gtk.c:5671: error: (near initialization for 'gtkrecentchooser_methods[19].handler') ext/gtk+/gen_gtk.c:5672: error: 'GtkRecentChooser_set_select_multiple' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5672: error: initializer element is not constant ext/gtk+/gen_gtk.c:5672: error: (near initialization for 'gtkrecentchooser_methods[20].handler') ext/gtk+/gen_gtk.c:5673: error: 'GtkRecentChooser_set_show_icons' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5673: error: initializer element is not constant ext/gtk+/gen_gtk.c:5673: error: (near initialization for 'gtkrecentchooser_methods[21].handler') ext/gtk+/gen_gtk.c:5674: error: 'GtkRecentChooser_set_show_not_found' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5674: error: initializer element is not constant ext/gtk+/gen_gtk.c:5674: error: (near initialization for 'gtkrecentchooser_methods[22].handler') ext/gtk+/gen_gtk.c:5675: error: 'GtkRecentChooser_set_show_numbers' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5675: error: initializer element is not constant ext/gtk+/gen_gtk.c:5675: error: (near initialization for 'gtkrecentchooser_methods[23].handler') ext/gtk+/gen_gtk.c:5676: error: 'GtkRecentChooser_set_show_private' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5676: error: initializer element is not constant ext/gtk+/gen_gtk.c:5676: error: (near initialization for 'gtkrecentchooser_methods[24].handler') ext/gtk+/gen_gtk.c:5677: error: 'GtkRecentChooser_set_show_tips' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5677: error: initializer element is not constant ext/gtk+/gen_gtk.c:5677: error: (near initialization for 'gtkrecentchooser_methods[25].handler') ext/gtk+/gen_gtk.c:5678: error: 'GtkRecentChooser_set_sort_type' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5678: error: initializer element is not constant ext/gtk+/gen_gtk.c:5678: error: (near initialization for 'gtkrecentchooser_methods[26].handler') ext/gtk+/gen_gtk.c:5679: error: 'GtkRecentChooser_unselect_all' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5679: error: initializer element is not constant ext/gtk+/gen_gtk.c:5679: error: (near initialization for 'gtkrecentchooser_methods[27].handler') ext/gtk+/gen_gtk.c:5680: error: 'GtkRecentChooser_unselect_uri' undeclared here (not in a function) ext/gtk+/gen_gtk.c:5680: error: initializer element is not constant ext/gtk+/gen_gtk.c:5680: error: (near initialization for 'gtkrecentchooser_methods[28].handler') ext/gtk+/gen_gtk.c: In function 'zif_GtkEntry_get_inner_border': ext/gtk+/gen_gtk.c:26269: warning: assignment discards qualifiers from pointer target type make: *** [ext/gtk+/gen_gtk.lo] Error 1