Re: [Ekiga-devel-list] Broken compilation

2014-01-12 Thread Julien Puydt
Le 11/01/2014 19:38, Julien Puydt a écrit :
 Le 10/01/2014 21:35, Eugen Dedu a écrit :
 ekiga-config-tool has been removed, see
 https://git.gnome.org/browse/ekiga/commit/?id=c0c65ccbdd0.  bin_SCRIPTS
 has been removed in that commit, you have something wrong in your
 repository in my opinion.
 
 I cloned it anew and end up in the same bad situation...

I inquired, understood and fixed the src/Makefile.am situation.

The fact that ekiga didn't run after the compilation was due to the fact
that I was trying to run using ./src/ekiga on a box where the
gsettings-enabled ekiga was never installed. That means ekiga can't be
run from the build tree without installation whenever the gsettings
setup is modified.

Now I'll be able to test my last changes.

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

Re: [Ekiga-devel-list] Broken compilation

2014-01-11 Thread Julien Puydt
Le 10/01/2014 21:35, Eugen Dedu a écrit :
 ekiga-config-tool has been removed, see
 https://git.gnome.org/browse/ekiga/commit/?id=c0c65ccbdd0.  bin_SCRIPTS
 has been removed in that commit, you have something wrong in your
 repository in my opinion.

I cloned it anew and end up in the same bad situation...

Snark

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

[Ekiga-devel-list] Broken compilation

2014-01-10 Thread Julien Puydt
Hi,

is it normal that I had to do the following in src/Makefile.am to avoid
a compilation error:

-bin_SCRIPTS = ekiga-config-tool
+#bin_SCRIPTS = ekiga-config-tool

?

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


Re: [Ekiga-devel-list] Broken compilation

2014-01-10 Thread Julien Puydt
Le 10/01/2014 21:18, Julien Puydt a écrit :
 Hi,
 
 is it normal that I had to do the following in src/Makefile.am to avoid
 a compilation error:
 
 -bin_SCRIPTS = ekiga-config-tool
 +#bin_SCRIPTS = ekiga-config-tool
 
 ?

Ah, that fixes the compilation, but doesn't make it run :
(lt-ekiga:7620): GLib-GIO-ERROR **: Settings schema
'org.gnome.ekiga.general.user-interface.video-display' does not contain
a key named 'enable-pip'

Snark

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


Re: [Ekiga-devel-list] Broken compilation

2014-01-10 Thread Eugen Dedu

On 10/01/14 21:20, Julien Puydt wrote:

Le 10/01/2014 21:18, Julien Puydt a écrit :

Hi,

is it normal that I had to do the following in src/Makefile.am to avoid
a compilation error:

-bin_SCRIPTS = ekiga-config-tool
+#bin_SCRIPTS = ekiga-config-tool

?


Ah, that fixes the compilation, but doesn't make it run :
(lt-ekiga:7620): GLib-GIO-ERROR **: Settings schema
'org.gnome.ekiga.general.user-interface.video-display' does not contain
a key named 'enable-pip'


ekiga-config-tool has been removed, see 
https://git.gnome.org/browse/ekiga/commit/?id=c0c65ccbdd0.  bin_SCRIPTS 
has been removed in that commit, you have something wrong in your 
repository in my opinion.


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