Le 14/02/14 16:23, Eugen Dedu a écrit :
On 05/02/14 21:54, Eugen Dedu wrote:
I have not yet looked at the errors, here
is what I obtain after finally
succeeding in opening the call window on Windows.
Damien, both warnings come because in ekiga code we have both
gtk_clutter_init and gtk_init functions, whereas it should not,
cf.
https://developer.gnome.org/clutter-gtk/0.91/clutter-gtk-Utility-Functions.html#gtk-clutter-init:
This function should be called instead of clutter_init() and
gtk_init().
(It's gtk_clutter_init function which gives these warnings.)
Strange enough, even if I remove gtk_init, those warnings do not
disappear. But perhaps you have a better idea than removing
gtk_init().
In my current GtkApplication branch (probably merged next week),
gtk_init does not exist anymore.
Probably you should ask for help, if possible, on the clutter
mailing list.
That's a pitty things do not work yet on WIN32 given the fact I
ported to Clutter to have less problems :(
|