Skip to content

Instantly share code, notes, and snippets.

@knocte
Created January 15, 2014 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knocte/8442441 to your computer and use it in GitHub Desktop.
Save knocte/8442441 to your computer and use it in GitHub Desktop.
CC bluetooth-settings-widget.lo
In file included from bluetooth-settings-widget.c:37:0:
bluetooth-settings-row.h:50:2: error: unknown type name 'GtkListBoxRow'
bluetooth-settings-row.h:54:2: error: unknown type name 'GtkListBoxRowClass'
bluetooth-settings-widget.c:878:7: error: unknown type name 'GtkListBoxRow'
bluetooth-settings-widget.c: In function 'device_name_appeared':
bluetooth-settings-widget.c:894:2: warning: implicit declaration of function 'start_pairing' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:894:2: warning: nested extern declaration of 'start_pairing' [-Wnested-externs]
bluetooth-settings-widget.c:894:2: warning: implicit declaration of function 'GTK_LIST_BOX_ROW' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:894:2: warning: nested extern declaration of 'GTK_LIST_BOX_ROW' [-Wnested-externs]
bluetooth-settings-widget.c: At top level:
bluetooth-settings-widget.c:902:9: error: unknown type name 'GtkListBoxRow'
bluetooth-settings-widget.c:1351:21: error: unknown type name 'GtkListBoxRow'
bluetooth-settings-widget.c:1352:7: error: unknown type name 'GtkListBoxRow'
bluetooth-settings-widget.c:1391:15: error: unknown type name 'GtkListBoxRow'
bluetooth-settings-widget.c: In function 'add_device_section':
bluetooth-settings-widget.c:1436:2: warning: implicit declaration of function 'gtk_widget_set_margin_start' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1436:2: warning: nested extern declaration of 'gtk_widget_set_margin_start' [-Wnested-externs]
bluetooth-settings-widget.c:1437:2: warning: implicit declaration of function 'gtk_widget_set_margin_end' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1437:2: warning: nested extern declaration of 'gtk_widget_set_margin_end' [-Wnested-externs]
bluetooth-settings-widget.c:1470:2: warning: implicit declaration of function 'gtk_list_box_new' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1470:2: warning: nested extern declaration of 'gtk_list_box_new' [-Wnested-externs]
bluetooth-settings-widget.c:1470:29: warning: assignment makes pointer from integer without a cast [enabled by default]
bluetooth-settings-widget.c:1472:2: warning: implicit declaration of function 'gtk_list_box_set_selection_mode' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1472:2: warning: nested extern declaration of 'gtk_list_box_set_selection_mode' [-Wnested-externs]
bluetooth-settings-widget.c:1472:2: warning: implicit declaration of function 'GTK_LIST_BOX' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1472:2: warning: nested extern declaration of 'GTK_LIST_BOX' [-Wnested-externs]
bluetooth-settings-widget.c:1473:2: warning: implicit declaration of function 'gtk_list_box_set_header_func' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1473:2: warning: nested extern declaration of 'gtk_list_box_set_header_func' [-Wnested-externs]
bluetooth-settings-widget.c:1474:11: error: 'update_header_func' undeclared (first use in this function)
bluetooth-settings-widget.c:1474:11: note: each undeclared identifier is reported only once for each function it appears in
bluetooth-settings-widget.c:1476:2: warning: implicit declaration of function 'gtk_list_box_set_sort_func' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1476:2: warning: nested extern declaration of 'gtk_list_box_set_sort_func' [-Wnested-externs]
bluetooth-settings-widget.c:1477:10: error: 'GtkListBoxSortFunc' undeclared (first use in this function)
bluetooth-settings-widget.c:1477:29: error: expected ')' before 'device_sort_func'
bluetooth-settings-widget.c:1478:2: error: 'activate_row' undeclared (first use in this function)
bluetooth-settings-widget.c:1481:2: warning: implicit declaration of function 'gtk_revealer_new' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1481:2: warning: nested extern declaration of 'gtk_revealer_new' [-Wnested-externs]
bluetooth-settings-widget.c:1481:24: warning: assignment makes pointer from integer without a cast [enabled by default]
bluetooth-settings-widget.c: In function 'row_inserted_cb':
bluetooth-settings-widget.c:1583:2: warning: implicit declaration of function 'gtk_revealer_set_reveal_child' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1583:2: warning: nested extern declaration of 'gtk_revealer_set_reveal_child' [-Wnested-externs]
bluetooth-settings-widget.c:1583:2: warning: implicit declaration of function 'GTK_REVEALER' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1583:2: warning: nested extern declaration of 'GTK_REVEALER' [-Wnested-externs]
bluetooth-settings-widget.c: In function 'setup_properties_dialog':
bluetooth-settings-widget.c:1695:2: warning: implicit declaration of function 'gtk_header_bar_new' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1695:2: warning: nested extern declaration of 'gtk_header_bar_new' [-Wnested-externs]
bluetooth-settings-widget.c:1695:35: warning: assignment makes pointer from integer without a cast [enabled by default]
bluetooth-settings-widget.c:1697:2: warning: implicit declaration of function 'gtk_header_bar_pack_end' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1697:2: warning: nested extern declaration of 'gtk_header_bar_pack_end' [-Wnested-externs]
bluetooth-settings-widget.c:1697:2: warning: implicit declaration of function 'GTK_HEADER_BAR' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1697:2: warning: nested extern declaration of 'GTK_HEADER_BAR' [-Wnested-externs]
bluetooth-settings-widget.c:1704:2: warning: implicit declaration of function 'gtk_header_bar_set_custom_title' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1704:2: warning: nested extern declaration of 'gtk_header_bar_set_custom_title' [-Wnested-externs]
bluetooth-settings-widget.c:1705:2: warning: implicit declaration of function 'gtk_window_set_titlebar' [-Wimplicit-function-declaration]
bluetooth-settings-widget.c:1705:2: warning: nested extern declaration of 'gtk_window_set_titlebar' [-Wnested-externs]
bluetooth-settings-widget.c: At top level:
bluetooth-settings-widget.c:812:1: warning: 'create_callback' defined but not used [-Wunused-function]
bluetooth-settings-widget.c:881:1: warning: 'device_name_appeared' defined but not used [-Wunused-function]
bluetooth-settings-widget.c:1288:1: warning: 'device_sort_func' defined but not used [-Wunused-function]
make[3]: *** [bluetooth-settings-widget.lo] Error 1
make[3]: Leaving directory `/home/knocte/Documents/Code/OpenSource/gnome-bluetooth/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/knocte/Documents/Code/OpenSource/gnome-bluetooth/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/knocte/Documents/Code/OpenSource/gnome-bluetooth'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment