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

2009-02-09 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.


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


Dear Peter,

Have you find out where's the problem?

--
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-09 Thread Peter Robinson
Hi Eugen,

 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

 Dear Peter,

 Have you find out where's the problem?

No. I'm running the latest opal celt code from cvs and it still fails
to build as per the last email I sent. It could be a compiler option
that Fedora uses (they tend to use tighter options than a lot of
distros do) or possibly gcc 4.4 which is now in rawhide (although it
doesn't affect the rest of opal except the small patch Damien's
already applied).

Cheers,
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-09 Thread Peter Robinson
Hi Eugen,

 Have you find out where's the problem?

 No. I'm running the latest opal celt code from cvs and it still fails
 to build as per the last email I sent. It could be a compiler option
 that Fedora uses (they tend to use tighter options than a lot of
 distros do) or possibly gcc 4.4 which is now in rawhide (although it
 doesn't affect the rest of opal except the small patch Damien's
 already applied).

As a follow up to this. The build output is below, the complete output
can be found here:

i386: http://koji.fedoraproject.org/koji/getfile?taskID=1116094name=build.log
x86_64: http://koji.fedoraproject.org/koji/getfile?taskID=1116093name=build.log

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 -m32
-march=i386 -mtune=generic -fasynchronous-unwind-tables
-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
/usr/include/celt/celt.h:182: note: expected 'celt_int16_t *' but
argument is of type 'char *'
celtcodec.c:147: 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: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
/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]: Leaving directory `/builddir/build/BUILD/opal-3.5.2/plugins'
make[1]: *** [all] Error 2
make: *** [subdirs] Error 2
make:
*** Waiting for unfinished jobs

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-09 Thread Peter Robinson
 Are you 100% sure your code contains this ?

No! I've been just going back through it and it looks like I might not
have committed the patch the the Fedora build cvs. Looks like it might
have been an ID 10 T error. Just trying a new build now.

 Because HAVE_CELT_0_5_0_OR_LATER is defined by configure (see
 plugins/configure.ac) if celt = 0.5.0.

 This should be defined in plugins/plugin-config.h

 I think you do not run the code with the right patches...

I think your right. Should never have tried doing that and a whole lot
of other things the week I got back form 6 weeks in Australia.

I'll let you know once it crawls through the Fedora build sys.

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


[Ekiga-devel-list] Win32 building tools

2009-02-09 Thread Michael Cronenworth

Hello,

I will attempt to build the Win32 package for you guys, but first I'd 
like to know if there is any place where I can grab the NSIS installer 
script or the list of packages that were used during compiling. I can 
fair enough on my own to build it, but I'd like to match the feature set 
of the current build.


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

Re: [Ekiga-devel-list] Win32 building tools

2009-02-09 Thread Michael Cronenworth

yannick wrote:


The guy who made the windows package wrote this:
http://wiki.ekiga.org/index.php/Cross-compile_Win32_3.0
  


Ah... Fedora is now including mingw as well. :)

I'll put in a request for a wiki account. Thanks.

___
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-09 Thread Damien Sandras
Le lundi 09 février 2009 à 22:45 +0100, Peter Robinson a écrit :
  Are you 100% sure your code contains this ?
 
  No! I've been just going back through it and it looks like I might not
  have committed the patch the the Fedora build cvs. Looks like it might
  have been an ID 10 T error. Just trying a new build now.
 
  Because HAVE_CELT_0_5_0_OR_LATER is defined by configure (see
  plugins/configure.ac) if celt = 0.5.0.
 
  This should be defined in plugins/plugin-config.h
 
  I think you do not run the code with the right patches...
 
 OK, still not working but I think what I've done was taken the patch
 for the celt plugins dir but probably need a patch for the
 configure.ac file for the plugins dir or something else. Bah! I think
 this can wait until the next beta release comes out. Did the ekiga
 devs get a chance to do that yet?

Not yet :(
I hope next week...
-- 
 _ 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