Re: [Ekiga-devel-list] Errors on Windows with clutter

2014-02-15 Thread Eugen Dedu

On 15/02/14 13:22, Damien Sandras wrote:

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.


I posted an e-mail one month ago, and pinged them too: no answer.

I will ask again, but after being sure it is not something evident in 
ekiga code itself.



That's a pitty things do not work yet on WIN32 given the fact I ported to
Clutter to have less problems :(


--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Errors on Windows with clutter

2014-02-15 Thread Damien Sandras

  
  
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 :(

  
  

  Damien SANDRAS
  
  Ekiga Project
  
  http://www.ekiga.org

  

  

___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list