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 understand:
- why do you point on configure.ac, whose role is only to check that all 
libraries are there (and not to add -lgio)

- why in linux this error does not appear

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

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:


  
  Unfortunately, I can't test under
windows.
New version needs clutter, json, gstreamer I tried to test
with different win32 clutter packages but I didn't success. I
will try with source package but I need time.

Le 12/01/2014 16:22, Julien Puydt a crit:
  
  
Le 12/01/2014 14:02, Julien Puydt a crit :


  I wrote and pushed a skeleton of the migrate_from_gconf method ; it
lacks the strtok dirty code, but it compiles. I'll finish it some time
later (it's a question of putting the old code in the FIXME hole).


After a nice stroll in the nice weather, I finished the implementation
of migrate_from_gconf.

Now someone needs to hook it up and test it works...

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

  
  
  
  -- 












Thierry
Simonnet
ESIEE-Paris
 Par
respect pour lenvironnement, nimprimez ce mail que si
ncessaire


  



-- 
  
  
  
  
  
  
  
  
  
  
  
  
  Thierry
  Simonnet
  ESIEE-Paris
   Par
  respect pour
  lenvironnement, nimprimez ce mail que si ncessaire
  
  

  

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

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 in configure.ac...


Julien, I do not understand:
- why do you point on configure.ac, whose role is only to check that all
libraries are there (and not to add -lgio)
- why in linux this error does not appear


I notice that the error appears on linux too...  Don't you have it too, 
Julien and Damien??  Is it fixed with current master (so that I do not 
bother)?


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

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_MODULES line for
 glib in configure.ac...
 
 Julien, I do not understand:
 - why do you point on configure.ac, whose role is only to check that all
 libraries are there (and not to add -lgio)

The configure.ac file sets GLIB_LIBS to what is needed, so if you want
to change that, that is the correct place.

 - why in linux this error does not appear

Good question!

Snark

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

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 fix is probably to change the PKG_CHECK_MODULES line for
 glib in configure.ac...

 Julien, I do not understand:
 - why do you point on configure.ac, whose role is only to check that all
 libraries are there (and not to add -lgio)
 - why in linux this error does not appear
 
 I notice that the error appears on linux too...  Don't you have it too,
 Julien and Damien??  Is it fixed with current master (so that I do not
 bother)?

I don't have the problem...

Snark

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

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:


  
  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
configure: error: Package requirements (clutter-gst-2.0
gstreamer-app-1.0 gstreamer-plugins-base-1.0
gstreamer-plugins-base-1.0) were not met:

No package 'clutter-gst-2.0' found
No package 'gstreamer-app-1.0' found
No package 'gstreamer-plugins-base-1.0' found
No package 'gstreamer-plugins-base-1.0' found

clutter-gst needs :
checking for CLUTTER_GST... no
configure: error: Package requirements (clutter-1.0 = 1.10.0
 cogl-2.0-experimental = 2.0
 cogl-gst = 2.0.0
 gio-2.0 = 2.18.0) were not met:

No package 'cogl-2.0-experimental' found
No package 'cogl-gst' found

Maybe too much !

On 01/13/2014 03:21 PM, Thierry Simonnet wrote:
  
  

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:


  
  Unfortunately, I can't test under
windows.
New version needs clutter, json, gstreamer I tried to
test with different win32 clutter packages but I didn't
success. I will try with source package but I need time.

Le 12/01/2014 16:22, Julien Puydt a crit:
  
  
Le 12/01/2014 14:02, Julien Puydt a crit :


  I wrote and pushed a skeleton of the migrate_from_gconf method ; it
lacks the strtok dirty code, but it compiles. I'll finish it some time
later (it's a question of putting the old code in the FIXME hole).


After a nice stroll in the nice weather, I finished the implementation
of migrate_from_gconf.

Now someone needs to hook it up and test it works...

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

  
  
  
  -- 












Thierry
Simonnet
ESIEE-Paris
 Par respect pour lenvironnement,
nimprimez ce mail que si ncessaire


  



-- 
  
  
  
  
  
  
  
  
  
  
  
  
  Thierry
  Simonnet
  ESIEE-Paris
   Par respect pour lenvironnement, nimprimez
  ce mail que si ncessaire
  
  

  
  
  
  -- 












Thierry
Simonnet
ESIEE-Paris
 Par
respect pour lenvironnement, nimprimez ce mail que si
ncessaire


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




  
  

  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

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 dsand...@seconix.com 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.gnome.org/pub/gnome/sources/clutter-gst/2.0/

Since both clutter and gstreamer will reputedly compile on windows, it
is a reasonable bet that clutter-gst will too.  But the proof of the
pudding is in the eating.

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