build gtkpod 2.1.4~116b9d4
Massimiliano Ferrari <[email protected]> Sat, 21 Dec 2013 17:02:30 +0100
| Newsgroups | gmane.comp.ipod.gtkpod |
|---|---|
| Message-ID | <CAL6TKa=fJZed8_GM9wVnecHRJmuXYDsTOiy_r5sHL3Ym3Mng=A@mail.gmail.com> |
--===============3749136109938170302==
Content-Type: multipart/alternative; boundary=001a11361aa09f811804ee0d8529
--001a11361aa09f811804ee0d8529
Content-Type: text/plain; charset=ISO-8859-1
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
--001a11361aa09f811804ee0d8529
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Excuse for my english, i am italian and i have a problem w=
hen build the gtkpod<div>I have a error when comand make.</div><div>The err=
or is :</div><div>"make =A0all-recursive</div><div>make[1]: ingresso n=
ella directory "/home/aragorn/code"</div>
<div>Making all in libgtkpod</div><div>make[2]: ingresso nella directory &q=
uot;/home/aragorn/code/libgtkpod"</div><div>=A0 CC =A0 =A0 =A0 gtkpod_=
app_iface.lo</div><div>gtkpod_app_iface.c: In function 'ok_to_close_gtk=
pod':</div>
<div>gtkpod_app_iface.c:152:104: error: 'GTK_STOCK_SAVE' undeclared=
(first use in this function)</div><div>=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
=3D gtkpod_confirmation_hig(GTK_MESSAGE_WARNING, _("Save changes befor=
e quiting?"), str, GTK_STOCK_SAVE, GTK_STOCK_CANCEL, _("Quit with=
out saving"), NULL);</div>
<div>=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^</div><di=
v>gtkpod_app_iface.c:152:104: note: each undeclared identifier is reported =
only once for each function it appears in</div>
<div>gtkpod_app_iface.c:152:120: error: 'GTK_STOCK_CANCEL' undeclar=
ed (first use in this function)</div><div>=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0=3D gtkpod_confirmation_hig(GTK_MESSAGE_WARNING, _("Save changes be=
fore quiting?"), str, GTK_STOCK_SAVE, GTK_STOCK_CANCEL, _("Quit w=
ithout saving"), NULL);</div>
<div>=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0 =A0 =A0 ^</div><div>gtkpod_app_iface.c: In function 'gt=
kpod_display_command_ctx_menu':</div><div>
gtkpod_app_iface.c:611:61: error: 'GTK_STOCK_EXECUTE' undeclared (f=
irst use in this function)</div><div>=A0 =A0 =A0 =A0 =A0hookup_menu_item(me=
nu, track_command_get_text(cmd), GTK_STOCK_EXECUTE, G_CALLBACK (on_track_co=
mmand_menuitem_activate), pairarr);</div>
<div>=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0^</div><div>Makefile=
:607: set di istruzioni per l'obiettivo "gtkpod_app_iface.lo"=
non riuscito</div><div>make[2]: *** [gtkpod_app_iface.lo] Errore 1</div>
<div>make[2]: uscita dalla directory "/home/aragorn/code/libgtkpod&quo=
t;</div><div>Makefile:585: set di istruzioni per l'obiettivo "all-=
recursive" non riuscito</div><div>make[1]: *** [all-recursive] Errore =
1</div>
<div>make[1]: uscita dalla directory "/home/aragorn/code"</div><d=
iv>Makefile:472: set di istruzioni per l'obiettivo "all" non =
riuscito</div><div>make: *** [all] Errore 2"</div><div><br></div><div>
Thank yuo for your reply</div><div>Ferrari Massimiliano</div></div>
--001a11361aa09f811804ee0d8529--
--===============3749136109938170302==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
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
--===============3749136109938170302==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Gtkpod-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-devel
--===============3749136109938170302==--