[Ekiga-devel-list] celt option fails to build

2009-02-03 Thread Peter Robinson
Hi All,

Just thought I'd let you know that the celt codec fails to build on
rawhide. Output below.

Cheers,
Peter

make[2]: Entering directory
`/builddir/build/BUILD/opal-3.5.2/plugins/audio/celt'
gcc -c -fPIC -Os -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64
-mtune=generic -I../../../include -I../..  -o celtcodec.o celtcodec.c
celtcodec.c: In function 'celt_codec_encoder':
celtcodec.c:147: warning: passing argument 3 of 'celt_encode' from
incompatible pointer type
celtcodec.c:147: warning: passing argument 4 of 'celt_encode' makes
pointer from integer without a cast
celtcodec.c:147: error: too few arguments to function 'celt_encode'
celtcodec.c: In function 'celt_codec_decoder':
celtcodec.c:174: warning: pointer targets in passing argument 2 of
'celt_decode' differ in signedness
make[2]: *** [celtcodec.o] Error 1
make[2]: Leaving directory `/builddir/build/BUILD/opal-3.5.2/plugins/audio/celt'
make[1]:
*** [all] Error 2
make[1]: Leaving directory `/builddir/build/BUILD/opal-3.5.2/plugins'
make: *** [subdirs] Error 2
make: *** Waiting for unfinished jobs
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] celt option fails to build

2009-02-03 Thread Peter Robinson
On Tue, Feb 3, 2009 at 6:16 PM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr wrote:
 Peter Robinson wrote:

 Hi All,

 Just thought I'd let you know that the celt codec fails to build on
 rawhide. Output below.

 The original tarball provided on their site was broken with this error.  The
 same tarball, but with the fix for this, is found on gnome site. You can use
 the latter one or apply the 1-line patch which fixes it (look at ML I
 think).

The opal tarball from the gnome site is the one I'm using. Which
mailing list can I get the fix from?

Peter
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] celt option fails to build

2009-02-03 Thread Eugen Dedu

Peter Robinson wrote:

On Tue, Feb 3, 2009 at 6:16 PM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr wrote:

Peter Robinson wrote:

Hi All,

Just thought I'd let you know that the celt codec fails to build on
rawhide. Output below.

The original tarball provided on their site was broken with this error.  The
same tarball, but with the fix for this, is found on gnome site. You can use
the latter one or apply the 1-line patch which fixes it (look at ML I
think).


The opal tarball from the gnome site is the one I'm using. Which


Are you sure?


mailing list can I get the fix from?


http://opalvoip.svn.sourceforge.net/viewvc/opalvoip?view=revrevision=21883

Does it work?

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


Re: [Ekiga-devel-list] celt option fails to build

2009-02-03 Thread Peter Robinson
 Just thought I'd let you know that the celt codec fails to build on
 rawhide. Output below.

 The original tarball provided on their site was broken with this error.
  The
 same tarball, but with the fix for this, is found on gnome site. You can
 use
 the latter one or apply the 1-line patch which fixes it (look at ML I
 think).

 The opal tarball from the gnome site is the one I'm using. Which

 Are you sure?

 mailing list can I get the fix from?

 http://opalvoip.svn.sourceforge.net/viewvc/opalvoip?view=revrevision=21883

 Does it work?

No. That rev was already applied. I also applied the later two revs
that Damien had done and it didn't help. Its still complaining. Here's
the last lot of output.

gcc -c -fPIC -Os -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64
-mtune=generic -I../../../include -I../..  -o celtcodec.o celtcodec.c
celtcodec.c: In function 'celt_codec_encoder':
celtcodec.c:148: warning: passing argument 3 of 'celt_encode' from
incompatible pointer type
/usr/include/celt/celt.h:182: note: expected 'celt_int16_t *' but
argument is of type 'char *'
celtcodec.c:148: warning: passing argument 4 of 'celt_encode' makes
pointer from integer without a cast
/usr/include/celt/celt.h:182: note: expected 'unsigned char *' but
argument is of type 'int'
celtcodec.c:148: error: too few arguments to function 'celt_encode'
celtcodec.c: In function 'celt_codec_decoder':
celtcodec.c:176: warning: pointer targets in passing argument 2 of
'celt_decode' differ in signedness
/usr/include/celt/celt.h:227: note: expected 'unsigned char *' but
argument is of type 'char *'
make[2]: *** [celtcodec.o] Error 1
make[2]: Leaving directory `/builddir/build/BUILD/opal-3.5.2/plugins/audio/celt'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/builddir/build/BUILD/opal-3.5.2/plugins'
make: *** [subdirs] Error 2
make: *** Waiting for unfinished jobs
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] celt option fails to build

2009-02-03 Thread Eugen Dedu

Peter Robinson wrote:

Just thought I'd let you know that the celt codec fails to build on
rawhide. Output below.

The original tarball provided on their site was broken with this error.
 The
same tarball, but with the fix for this, is found on gnome site. You can
use
the latter one or apply the 1-line patch which fixes it (look at ML I
think).

The opal tarball from the gnome site is the one I'm using. Which

Are you sure?


mailing list can I get the fix from?

http://opalvoip.svn.sourceforge.net/viewvc/opalvoip?view=revrevision=21883

Does it work?


No. That rev was already applied. I also applied the later two revs
that Damien had done and it didn't help. Its still complaining. Here's
the last lot of output.

gcc -c -fPIC -Os -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64
-mtune=generic -I../../../include -I../..  -o celtcodec.o celtcodec.c
celtcodec.c: In function 'celt_codec_encoder':
celtcodec.c:148: warning: passing argument 3 of 'celt_encode' from
incompatible pointer type
/usr/include/celt/celt.h:182: note: expected 'celt_int16_t *' but
argument is of type 'char *'
celtcodec.c:148: warning: passing argument 4 of 'celt_encode' makes
pointer from integer without a cast
/usr/include/celt/celt.h:182: note: expected 'unsigned char *' but
argument is of type 'int'
celtcodec.c:148: error: too few arguments to function 'celt_encode'
celtcodec.c: In function 'celt_codec_decoder':
celtcodec.c:176: warning: pointer targets in passing argument 2 of
'celt_decode' differ in signedness
/usr/include/celt/celt.h:227: note: expected 'unsigned char *' but
argument is of type 'char *'
make[2]: *** [celtcodec.o] Error 1
make[2]: Leaving directory `/builddir/build/BUILD/opal-3.5.2/plugins/audio/celt'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/builddir/build/BUILD/opal-3.5.2/plugins'
make: *** [subdirs] Error 2
make: *** Waiting for unfinished jobs


Do you have celt = 0.5 installed?  The problem is between 
/usr/include/celt/celt.h:182 and opal's celtcodec.c:148...


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


[Ekiga-devel-list] ekiga and co compiling using gcc4.4

2009-02-03 Thread Peter Robinson
Hi All,

Fedora is about to push the soon to be gcc 4.4 to rawhide and hence
they are going through testing all packages compile against it. ptlib
compiles fine, opal needs the following very minor patch and ekiga I
can't currently test as the test build system has a issue with libtool
or something so I can't currently test it but I'll update when that
issues fixed.

Cheers,
Peter


opal-gcc44.patch
Description: Binary data
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] ekiga and co compiling using gcc4.4

2009-02-03 Thread Damien Sandras
Hi,

Le mardi 03 février 2009 à 19:39 +0100, Peter Robinson a écrit :
 Hi All,
 
 Fedora is about to push the soon to be gcc 4.4 to rawhide and hence
 they are going through testing all packages compile against it. ptlib
 compiles fine, opal needs the following very minor patch and ekiga I
 can't currently test as the test build system has a issue with libtool
 or something so I can't currently test it but I'll update when that
 issues fixed.

Committed, thanks!
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

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

Re: [Ekiga-devel-list] release for gnome schedule?

2009-02-03 Thread Damien Sandras
Le mardi 03 février 2009 à 21:14 +0100, Peter Robinson a écrit :
 There was tarballs due for the gnome beta today, is there a release
 planned for ekiga as part of this?

We requested new tarballs from the OPAL team, but apparently they did
not have time. So no new release unfortunately...
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

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

Re: [Ekiga-devel-list] release for gnome schedule?

2009-02-03 Thread Peter Robinson
 There was tarballs due for the gnome beta today, is there a release
 planned for ekiga as part of this?

 We requested new tarballs from the OPAL team, but apparently they did
 not have time. So no new release unfortunately...

Damn, even slightly late ones? Would be good to get some updated ones
at some stage as there's been quite a few fixes since the last one and
now that rawhide has the latest gstreamer-plugins-base with the
appropriate bits for gstreamer support I was going to enable it and
see what sort of response we got. Also work has just upgraded the
phone system so we can use softphones so I can test it more than just
at home :-P

Pete
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] release for gnome schedule? + Gstreamer status

2009-02-03 Thread Damien Sandras
Le mardi 03 février 2009 à 22:07 +0100, Peter Robinson a écrit :
  There was tarballs due for the gnome beta today, is there a release
  planned for ekiga as part of this?
 
  We requested new tarballs from the OPAL team, but apparently they did
  not have time. So no new release unfortunately...
 
 Damn, even slightly late ones? Would be good to get some updated ones
 at some stage as there's been quite a few fixes since the last one and
 now that rawhide has the latest gstreamer-plugins-base with the
 appropriate bits for gstreamer support I was going to enable it and
 see what sort of response we got. Also work has just upgraded the
 phone system so we can use softphones so I can test it more than just
 at home :-P

If we get an answer, who knows.

I'm not sure about the status of GStreamer. Snark, can you comment on
this ?
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

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

Re: [Ekiga-devel-list] release for gnome schedule? + Gstreamer status

2009-02-03 Thread Peter Robinson
  There was tarballs due for the gnome beta today, is there a release
  planned for ekiga as part of this?
 
  We requested new tarballs from the OPAL team, but apparently they did
  not have time. So no new release unfortunately...

 Damn, even slightly late ones? Would be good to get some updated ones
 at some stage as there's been quite a few fixes since the last one and
 now that rawhide has the latest gstreamer-plugins-base with the
 appropriate bits for gstreamer support I was going to enable it and
 see what sort of response we got. Also work has just upgraded the
 phone system so we can use softphones so I can test it more than just
 at home :-P

 If we get an answer, who knows.

 I'm not sure about the status of GStreamer. Snark, can you comment on
 this ?

It compiles and I can get a list of devices like audio in/out and a
video picture (my lappie doesn't have webcam and haven't got around to
testing 3.1 on my netbook).

Pete
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] celt option fails to build

2009-02-03 Thread Peter Robinson
 Just thought I'd let you know that the celt codec fails to build on
 rawhide. Output below.

 The original tarball provided on their site was broken with this error.
  The
 same tarball, but with the fix for this, is found on gnome site. You
 can
 use
 the latter one or apply the 1-line patch which fixes it (look at ML I
 think).

 The opal tarball from the gnome site is the one I'm using. Which

 Are you sure?

 mailing list can I get the fix from?


 http://opalvoip.svn.sourceforge.net/viewvc/opalvoip?view=revrevision=21883

 Does it work?

 No. That rev was already applied. I also applied the later two revs
 that Damien had done and it didn't help. Its still complaining. Here's
 the last lot of output.

 Do you have celt = 0.5 installed?  The problem is between
 /usr/include/celt/celt.h:182 and opal's celtcodec.c:148...

Yes. 0.5.1

Peter
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list