|
From: phantomjinx <p.g...@ph...> - 2013-12-21 18:55:17
|
Massimiliano Ferrari <max...@gm...> wrote:
>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
>
>
>------------------------------------------------------------------------
>
>------------------------------------------------------------------------------
>Rapidly troubleshoot problems before they affect your business. Most IT
>
>organizations don't have a clear picture of how application performance
>
>affects their revenue. With AppDynamics, you get 100% visibility into
>your
>Java,.NET, & PHP application. Start your 15-day FREE TRIAL of
>AppDynamics Pro!
>http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Gtkpod-devel mailing list
>Gtk...@li...
>https://lists.sourceforge.net/lists/listinfo/gtkpod-devel
Looks like some deprecated symbols have been removed in your os' version of gtk. What os and version are you running?
PGR |