|
From: Massimiliano F. <max...@gm...> - 2013-12-21 16:02:37
|
Excuse for my english, i am italian and i have a problem when build the
gtkpod
I have a error when comand make.
The error is :
"make all-recursive
make[1]: ingresso nella directory "/home/aragorn/code"
Making all in libgtkpod
make[2]: ingresso nella directory "/home/aragorn/code/libgtkpod"
CC gtkpod_app_iface.lo
gtkpod_app_iface.c: In function 'ok_to_close_gtkpod':
gtkpod_app_iface.c:152:104: error: 'GTK_STOCK_SAVE' undeclared (first use
in this function)
= gtkpod_confirmation_hig(GTK_MESSAGE_WARNING, _("Save
changes before quiting?"), str, GTK_STOCK_SAVE, GTK_STOCK_CANCEL, _("Quit
without saving"), NULL);
^
gtkpod_app_iface.c:152:104: note: each undeclared identifier is reported
only once for each function it appears in
gtkpod_app_iface.c:152:120: error: 'GTK_STOCK_CANCEL' undeclared (first use
in this function)
= gtkpod_confirmation_hig(GTK_MESSAGE_WARNING, _("Save
changes before quiting?"), str, GTK_STOCK_SAVE, GTK_STOCK_CANCEL, _("Quit
without saving"), NULL);
^
gtkpod_app_iface.c: In function 'gtkpod_display_command_ctx_menu':
gtkpod_app_iface.c:611:61: error: 'GTK_STOCK_EXECUTE' undeclared (first use
in this function)
hookup_menu_item(menu, track_command_get_text(cmd),
GTK_STOCK_EXECUTE, G_CALLBACK (on_track_command_menuitem_activate),
pairarr);
^
Makefile:607: set di istruzioni per l'obiettivo "gtkpod_app_iface.lo" non
riuscito
make[2]: *** [gtkpod_app_iface.lo] Errore 1
make[2]: uscita dalla directory "/home/aragorn/code/libgtkpod"
Makefile:585: set di istruzioni per l'obiettivo "all-recursive" non riuscito
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory "/home/aragorn/code"
Makefile:472: set di istruzioni per l'obiettivo "all" non riuscito
make: *** [all] Errore 2"
Thank yuo for your reply
Ferrari Massimiliano
|