Re: [Ekiga-devel-list] [Win32] Trouble with glib/gio

2014-01-13 Thread Chris Vine
On Mon, 13 Jan 2014 20:18:49 +0100 Damien Sandras wrote: > Ouch... > > Before porting, I read that there were available packages for WIN32 > and other platforms. > > Clutter-GST is the GStreamer Clutter backend. I think it is part of > GStreamer itself. No. You can get it from http://ftp.gnom

Re: [Ekiga-devel-list] [Win32] Trouble with glib/gio

2014-01-13 Thread Damien Sandras
Ouch... Before porting, I read that there were available packages for WIN32 and other platforms. Clutter-GST is the GStreamer Clutter backend. I think it is part of GStreamer itself. Le 13/01/14 16:44, Thierry Simonnet a écrit :

Re: [Ekiga-devel-list] [Win32] gsettings trouble

2014-01-13 Thread Julien Puydt
Le 13/01/2014 19:57, Eugen Dedu a écrit : > On 13/01/14 13:05, Eugen Dedu wrote: >> On 07/01/14 10:15, Julien Puydt wrote: >>> Le 07/01/2014 09:52, Thierry Simonnet a écrit : I manually corrected this trouble adding -lgio-2.0 in GLIB_LIBS in ekiga/plugins/ldap/Makefile >>> >>> The correct

Re: [Ekiga-devel-list] [Win32] gsettings trouble

2014-01-13 Thread Julien Puydt
Le 13/01/2014 13:05, Eugen Dedu a écrit : > On 07/01/14 10:15, Julien Puydt wrote: >> Le 07/01/2014 09:52, Thierry Simonnet a écrit : >>> I manually corrected this trouble adding -lgio-2.0 in GLIB_LIBS in >>> ekiga/plugins/ldap/Makefile >> >> The correct fix is probably to change the PKG_CHECK_MODU

Re: [Ekiga-devel-list] [Win32] gsettings trouble

2014-01-13 Thread Eugen Dedu
On 13/01/14 13:05, Eugen Dedu wrote: On 07/01/14 10:15, Julien Puydt wrote: Le 07/01/2014 09:52, Thierry Simonnet a écrit : I manually corrected this trouble adding -lgio-2.0 in GLIB_LIBS in ekiga/plugins/ldap/Makefile The correct fix is probably to change the PKG_CHECK_MODULES line for glib

Re: [Ekiga-devel-list] [Win32] Trouble with glib/gio

2014-01-13 Thread Thierry Simonnet
I compiled clutter (glib, cairo, pango, json, cogl...) for win32 I compiled clutter GTK for win32 but now ekiga wants : checking for GLIB... yes checking for CLUTTER... yes checking for CLUTTER_GTK... yes checking for CLUTTER_GST... no

Re: [Ekiga-devel-list] [Win32] Trouble with glib/gio

2014-01-13 Thread Thierry Simonnet
I tried cross compiling clutter. Is it necessary to have clutter-gtk??? A better solution must be find. It is longer and much more difficult to cross compile clutter than ekiga. Le 13/01/2014 08:56, Thierry Simonnet a écrit : Unfo

Re: [Ekiga-devel-list] [Win32] gsettings trouble

2014-01-13 Thread Eugen Dedu
On 07/01/14 10:15, Julien Puydt wrote: Le 07/01/2014 09:52, Thierry Simonnet a écrit : I manually corrected this trouble adding -lgio-2.0 in GLIB_LIBS in ekiga/plugins/ldap/Makefile The correct fix is probably to change the PKG_CHECK_MODULES line for glib in configure.ac... Julien, I do not