Re: [Ekiga-devel-list] Building Ekiga 3.00 BETA1 with GTK 2.10

2008-09-03 Thread Julien Puydt
Mauricio Teixeira a écrit : Mauricio Teixeira wrote: Hi guys, I was trying to build ekiga-2.9.90, and I got this error: codecsbox.cpp: In function 'void codecs_box_init(CodecsBox*)': codecsbox.cpp:476: error: 'gtk_widget_set_tooltip_text' was not declared in this scope Well... At the end, I

Re: [Ekiga-devel-list] gconf error

2008-09-03 Thread Damien Sandras
Le mercredi 03 septembre 2008 à 18:10 +0200, yannick a écrit : > Hello, > > I upgraded to lastest trunk for my ubuntu snapshot packages. > > When I run ekiga i've the gconf test age error. Killing gconfd do not > help. > > How can I solve this? I need something that will work with my package > i

[Ekiga-devel-list] gconf error

2008-09-03 Thread yannick
Hello, I upgraded to lastest trunk for my ubuntu snapshot packages. When I run ekiga i've the gconf test age error. Killing gconfd do not help. How can I solve this? I need something that will work with my package installation (like a shell script) or anyone installing the snapshot will get in t

Re: [Ekiga-devel-list] Error while building Ekiga 3.00 BETA1

2008-09-03 Thread Damien Sandras
Le mercredi 03 septembre 2008 à 11:49 -0300, Mauricio Teixeira a écrit : > make[3]: *** [main.o] Error 1 > make[3]: *** Waiting for unfinished jobs > ../lib/engine/protocol/skel/call-protocol-manager.h:53: warning: 'class > Ekiga::CallProtocolManager' has virtual functions but non-virtual destr

[Ekiga-devel-list] Error while building Ekiga 3.00 BETA1

2008-09-03 Thread Mauricio Teixeira
make[3]: *** [main.o] Error 1 make[3]: *** Waiting for unfinished jobs ../lib/engine/protocol/skel/call-protocol-manager.h:53: warning: 'class Ekiga::CallProtocolManager' has virtual functions but non-virtual destructor ../lib/engine/protocol/skel/call-manager.h:55: warning: 'class Ekiga::CallM

Re: [Ekiga-devel-list] Building Ekiga 3.00 BETA1 with GTK 2.10

2008-09-03 Thread Mauricio Teixeira
Mauricio Teixeira wrote: > Hi guys, > > I was trying to build ekiga-2.9.90, and I got this error: > > codecsbox.cpp: In function 'void codecs_box_init(CodecsBox*)': > codecsbox.cpp:476: error: 'gtk_widget_set_tooltip_text' was not declared > in this scope Well... At the end, I managed to fix mys

[Ekiga-devel-list] Building Ekiga 3.00 BETA1 with GTK 2.10

2008-09-03 Thread Mauricio Teixeira
Hi guys, I was trying to build ekiga-2.9.90, and I got this error: codecsbox.cpp: In function 'void codecs_box_init(CodecsBox*)': codecsbox.cpp:476: error: 'gtk_widget_set_tooltip_text' was not declared in this scope Googling around, looks like it's a function that only exists in GTK 2.12 and up