Re: build gtkpod 2.1.4~116b9d4

phantomjinx <[email protected]> Sat, 21 Dec 2013 18:55:00 +0000
Newsgroups gmane.comp.ipod.gtkpod
Message-ID <[email protected]>
--===============8767515633726306100==
Content-Type: multipart/alternative;
	boundary="----LPSJ3J22S510NQX2XBR5TOWTRF9L9Y"

------LPSJ3J22S510NQX2XBR5TOWTRF9L9Y
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 8bit

Massimiliano Ferrari <[email protected]> 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
>[email protected]
>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
------LPSJ3J22S510NQX2XBR5TOWTRF9L9Y
Content-Type: text/html;
 charset=utf-8
Content-Transfer-Encoding: 8bit

<html><head></head><body><div class="gmail_quote">Massimiliano Ferrari &lt;[email protected]&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr">Excuse for my english, i am italian and i have a problem when build the gtkpod<div>I have a error when comand make.</div><div>The error is :</div><div>&quot;make  all-recursive</div><div>make[1]: ingresso nella directory &quot;/home/aragorn/code&quot;</div>
<div>Making all in libgtkpod</div><div>make[2]: ingresso nella directory &quot;/home/aragorn/code/libgtkpod&quot;</div><div>  CC       gtkpod_app_iface.lo</div><div>gtkpod_app_iface.c: In function &#39;ok_to_close_gtkpod&#39;:</div>
<div>gtkpod_app_iface.c:152:104: error: &#39;GTK_STOCK_SAVE&#39; undeclared (first use in this function)</div><div>                 = gtkpod_confirmation_hig(GTK_MESSAGE_WARNING, _(&quot;Save changes before quiting?&quot;), str, GTK_STOCK_SAVE, GTK_STOCK_CANCEL, _(&quot;Quit without saving&quot;), NULL);</div>
<div>                                                                                                        ^</div><div>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: &#39;GTK_STOCK_CANCEL&#39; undeclared (first use in this function)</div><div>                 = gtkpod_confirmation_hig(GTK_MESSAGE_WARNING, _(&quot;Save changes before quiting?&quot;), str, GTK_STOCK_SAVE, GTK_STOCK_CANCEL, _(&quot;Quit without saving&quot;), NULL);</div>
<div>                                                                                                                        ^</div><div>gtkpod_app_iface.c: In function &#39;gtkpod_display_command_ctx_menu&#39;:</div><div>
gtkpod_app_iface.c:611:61: error: &#39;GTK_STOCK_EXECUTE&#39; undeclared (first use in this function)</div><div>         hookup_menu_item(menu, track_command_get_text(cmd), GTK_STOCK_EXECUTE, G_CALLBACK (on_track_command_menuitem_activate), pairarr);</div>
<div>                                                             ^</div><div>Makefile:607: set di istruzioni per l&#39;obiettivo &quot;gtkpod_app_iface.lo&quot; non riuscito</div><div>make[2]: *** [gtkpod_app_iface.lo] Errore 1</div>
<div>make[2]: uscita dalla directory &quot;/home/aragorn/code/libgtkpod&quot;</div><div>Makefile:585: set di istruzioni per l&#39;obiettivo &quot;all-recursive&quot; non riuscito</div><div>make[1]: *** [all-recursive] Errore 1</div>
<div>make[1]: uscita dalla directory &quot;/home/aragorn/code&quot;</div><div>Makefile:472: set di istruzioni per l&#39;obiettivo &quot;all&quot; non riuscito</div><div>make: *** [all] Errore 2&quot;</div><div><br /></div><div>
Thank yuo for your reply</div><div>Ferrari Massimiliano</div></div>
<p style="margin-top: 2.5em; margin-bottom: 1em; border-bottom: 1px solid #000"></p><pre class="k9mail"><hr /><br />Rapidly troubleshoot problems before they affect your business. Most IT <br />organizations don't have a clear picture of how application performance <br />affects their revenue. With AppDynamics, you get 100% visibility into your <br />Java,.NET, &amp; PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!<br /><a href="http://pubads.g.doubleclick.net/gampad/clk?id=84349831&amp;iu=/4140/ostg.clktrk">http://pubads.g.doubleclick.net/gampad/clk?id=84349831&amp;iu=/4140/ostg.clktrk</a></pre><p style="margin-top: 2.5em; margin-bottom: 1em; border-bottom: 1px solid #000"></p><pre class="k9mail"><hr /><br />Gtkpod-devel mailing list<br />[email protected]
 t<br /><a href="https://lists.sourceforge.net/lists/listinfo/gtkpod-devel">https://lists.sourceforge.net/lists/listinfo/gtkpod-devel</a><br /></pre></blockquote></div><br clear="all">Looks like
some deprecated symbols have been removed in your os&#39; version of gtk. What os and version are you running?<br>
<br>
PGR</body></html>
------LPSJ3J22S510NQX2XBR5TOWTRF9L9Y--



--===============8767515633726306100==
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
--===============8767515633726306100==
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

--===============8767515633726306100==--