libgmerlin_gtk uses functions that have been deprecated with GTK 2.24.
For example, in lib/gtk/cfg_multi_menu.c:229 there is
gtk_combo_box_new_text(). Since "-DGTK_DISABLE_DEPRECATED" is forced
that means they are not available but, because of that stupid pre
standard implicit declaration thing, the compiler only gives a warning
you can easily not see.

When compiling with gcc looking for "implicit declaration of function"
shows all the functions with the problem. Either the code needs to be
updated or -DGTK_DISABLE_DEPRECATED removed from the cflags.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Gmerlin-general mailing list
Gmerlin-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gmerlin-general

Reply via email to