Advertisement
Guest User

xfce4-settings error

a guest
Sep 5th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. Build Configuration:
  2.  
  3. * Installation prefix: /usr/local
  4. * Debug Support: full
  5. * gtk3 Support: yes
  6. * Xrandr support: yes
  7. * UPower support: yes
  8. * Libnotify support: yes
  9. * Xcursor support: yes
  10. * Embedded settings dialogs no
  11. * Sounds settings support no
  12. * Libxklavier support: yes
  13. * Mime settings (gio-unix): yes
  14. * Datetime settings support: yes
  15.  
  16. Now type "make" to compile.
  17. edoardo@silenzio ~/Project/Developement/Xfce/xfce4-settings $ make
  18. make all-recursive
  19. make[1]: Entering directory `/home/edoardo/Project/Developement/Xfce/xfce4-settings'
  20. Making all in dialogs
  21. make[2]: Entering directory `/home/edoardo/Project/Developement/Xfce/xfce4-settings/dialogs'
  22. Making all in appearance-settings
  23. make[3]: Entering directory `/home/edoardo/Project/Developement/Xfce/xfce4-settings/dialogs/appearance-settings'
  24. exo-csource --static --strip-comments --strip-content --name=appearance_dialog_ui appearance-dialog.glade >appearance-dialog_ui.h
  25. make all-am
  26. make[4]: Entering directory `/home/edoardo/Project/Developement/Xfce/xfce4-settings/dialogs/appearance-settings'
  27. CC xfce4_appearance_settings-main.o
  28. In file included from /usr/include/stdlib.h:24:0,
  29. from main.c:25:
  30. /usr/include/features.h:327:4: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp]
  31. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  32. ^
  33. main.c:91:1: error: unknown type name ‘GdkNativeWindow’
  34. static GdkNativeWindow opt_socket_id = 0;
  35. ^
  36. main.c: In function ‘cb_custom_dpi_spin_button_changed’:
  37. main.c:256:5: error: implicit declaration of function ‘GTK_WIDGET_IS_SENSITIVE’ [-Werror=implicit-function-declaration]
  38. if (GTK_WIDGET_IS_SENSITIVE (custom_dpi_spin) && gtk_toggle_button_get_active (custom_dpi_toggle))
  39. ^
  40. main.c:256:5: error: nested extern declaration of ‘GTK_WIDGET_IS_SENSITIVE’ [-Werror=nested-externs]
  41. main.c: In function ‘cb_theme_uri_dropped’:
  42. main.c:805:5: error: ‘gdk_cursor_unref’ is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:233): Use 'g_object_unref' instead [-Werror=deprecated-declarations]
  43. gdk_cursor_unref (cursor);
  44. ^
  45. main.c: In function ‘main’:
  46. main.c:1071:17: error: implicit declaration of function ‘gdk_set_sm_client_id’ [-Werror=implicit-function-declaration]
  47. gdk_set_sm_client_id ("FAKE ID");
  48. ^
  49. main.c:1071:17: error: nested extern declaration of ‘gdk_set_sm_client_id’ [-Werror=nested-externs]
  50. main.c:1078:17: error: implicit declaration of function ‘gtk_plug_new’ [-Werror=implicit-function-declaration]
  51. plug = gtk_plug_new (opt_socket_id);
  52. ^
  53. main.c:1078:17: error: nested extern declaration of ‘gtk_plug_new’ [-Werror=nested-externs]
  54. main.c:1078:22: error: assignment makes pointer from integer without a cast [-Werror]
  55. plug = gtk_plug_new (opt_socket_id);
  56. ^
  57. cc1: all warnings being treated as errors
  58. make[4]: *** [xfce4_appearance_settings-main.o] Errore 1
  59. make[4]: Leaving directory `/home/edoardo/Project/Developement/Xfce/xfce4-settings/dialogs/appearance-settings'
  60. make[3]: *** [all] Errore 2
  61. make[3]: Leaving directory `/home/edoardo/Project/Developement/Xfce/xfce4-settings/dialogs/appearance-settings'
  62. make[2]: *** [all-recursive] Errore 1
  63. make[2]: Leaving directory `/home/edoardo/Project/Developement/Xfce/xfce4-settings/dialogs'
  64. make[1]: *** [all-recursive] Errore 1
  65. make[1]: Leaving directory `/home/edoardo/Project/Developement/Xfce/xfce4-settings'
  66. make: *** [all] Errore 2
  67. edoardo@silenzio ~/Project/Developement/Xfce/xfce4-settings $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement