Re: [Ekiga-devel-list] A final problem

2008-12-10 Thread Eugen Dedu
Peter Robinson wrote: gtk 2.14 afaict http://library.gnome.org/devel/gtk/stable/gtk-Filesystem-utilities.html#gtk-show-uri OK; let's wait a bit that it is more widespread. Debian still has 2.12. Any chance of a if gtk 2.14 disable libgnome and use gtk_show_uri else include gnome.h and use

[Ekiga-devel-list] notify lib includes non top-level header

2008-12-10 Thread Eugen Dedu
Hi, It seems ekiga is ahead of time for gtk_single_includes. I receive the following error: make[3]: Entering directory `/home/dedu/softs/ekiga/ekiga/src' g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib/gmconf -I../lib/toolbox -I../lib/gui -I../lib/engine/ -I../lib/engine/framework

[Ekiga-devel-list] deprecated function does not work in gtk 2.14

2008-12-10 Thread Eugen Dedu
Hi, I have 2.14 installed on my machine. I receive the following error: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib/gmconf -I../lib/toolbox -I../lib/gui -I../lib/engine/ -I../lib/engine/framework -I../lib/engine/gui/gtk-frontend -I../lib/engine/account/skel

Re: [Ekiga-devel-list] deprecated function does not work in gtk 2.14

2008-12-10 Thread Julien Puydt
Eugen Dedu a écrit : The reason is that gtk_file_chooser_button_new_with_backend is deprecated, cf. http://library.gnome.org/devel/gtk/stable/GtkFileChooserButton.html#gtk-file-chooser-button-new-with-backend Unfortunately, the API does not inform about the function to be used in this case.

Re: [Ekiga-devel-list] deprecated function does not work in gtk 2.14

2008-12-10 Thread Julien Puydt
Julien Puydt a écrit : Eugen Dedu a écrit : The reason is that gtk_file_chooser_button_new_with_backend is deprecated, cf. http://library.gnome.org/devel/gtk/stable/GtkFileChooserButton.html#gtk-file-chooser-button-new-with-backend Unfortunately, the API does not inform about the function to

Re: [Ekiga-devel-list] notify lib includes non top-level header

2008-12-10 Thread Damien Sandras
Le mercredi 10 décembre 2008 à 10:20 +0100, Eugen Dedu a écrit : Hi, It seems ekiga is ahead of time for gtk_single_includes. I receive the following error: make[3]: Entering directory `/home/dedu/softs/ekiga/ekiga/src' g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib/gmconf

Re: [Ekiga-devel-list] A final problem

2008-12-10 Thread Damien Sandras
Le mercredi 10 décembre 2008 à 09:44 +0100, Eugen Dedu a écrit : Peter Robinson wrote: gtk 2.14 afaict http://library.gnome.org/devel/gtk/stable/gtk-Filesystem-utilities.html#gtk-show-uri OK; let's wait a bit that it is more widespread. Debian still has 2.12. Any chance of a if gtk