Re: [Ekiga-devel-list] Status of ekiga tunk?

2008-03-19 Thread Matthias Schneider
Quoting Peter Robinson [EMAIL PROTECTED]:

BTW updated to Fedora 9 rawhide and with gcc 4.3 and any other changes
they've made the OPAL build breaks again

 g++ -I../../../include -DWITH_RFC_COMPLIANT_DEFAULTS -I../common -fPIC
 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g
 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m64 -mtune=generic -c h261vic.cxx -o
 obj/h261vic.o
 h261vic.cxx: In member function 'int
 H261EncoderContext::EncodeFrames(const unsigned char*, unsigned int,
 unsigned char*, unsigned int, unsigned int)':
 h261vic.cxx:275: warning: comparison between signed and unsigned
 integer expressions
 
   ..deleted
 
   I did a complete compile of OPAL SVN trunk with gcc 4.3 just after it
   was released and fixed the few problems that came up.
 
   I did it again again a few minutes ago and there were no issues.

 Well its probably the combination of Fedora enabling some extra stuff
 in their build system in what will become Fedora9 then. I compiled it
 OK a couple of days ago on Fedora 8 and just retried again using the
 latest SVN (rev 19779) and the last of the build before is fails is
 included below.

 Peter

 gcc -I../../../include -fPIC -O2 -g -pipe -Wall
 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g -pipe -Wall
 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m64 -mtune=generic -c ima_adpcm.c -o
 obj/ima_adpcm.o
 ima_adpcm.c:435: warning: missing braces around initializer
 ima_adpcm.c:435: warning: (near initialization for
 'imaADPCMCodecDefn[0].parm')
 gcc -shared -Wl,-soname,ima_adpcm -o ima_adpcm_audio_pwplugin.so
 obj/ima_adpcm.o
 make[3]: Leaving directory
 `/usr/src/redhat/BUILD/opal-3.3.0/plugins/audio/IMA_ADPCM'
 make[3]: Entering directory
 `/usr/src/redhat/BUILD/opal-3.3.0/plugins/audio/gsm-amr'
 gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
 obj/amrcodec.o amrcodec.c
 amrcodec.c: In function 'amr_codec_encoder':
 amrcodec.c:161: warning: incompatible implicit declaration of built-in
 function 'memcpy'
 gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
 obj/interf_enc.o ./src/interf_enc.c
 gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
 obj/interf_dec.o ./src/interf_dec.c
 gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
 obj/sp_dec.o ./src/sp_dec.c
 gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
 obj/sp_enc.o ./src/sp_enc.c
 gcc -shared -Wl,-soname,gsmamrcodec -o gsmamrcodec_pwplugin.so
 obj/amrcodec.o obj/interf_enc.o obj/interf_dec.o obj/sp_dec.o
 obj/sp_enc.o
 make[3]: Leaving directory
 `/usr/src/redhat/BUILD/opal-3.3.0/plugins/audio/gsm-amr'
 make[3]: Entering directory
 `/usr/src/redhat/BUILD/opal-3.3.0/plugins/video/H.261-vic'
 g++ -I../../../include -DWITH_RFC_COMPLIANT_DEFAULTS -I../common -fPIC
 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g
 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m64 -mtune=generic -c h261vic.cxx -o
 obj/h261vic.o
 h261vic.cxx: In member function 'int
 H261EncoderContext::EncodeFrames(const unsigned char*, unsigned int,
 unsigned char*, unsigned int, unsigned int)':
 h261vic.cxx:275: warning: comparison between signed and unsigned
 integer expressions
 h261vic.cxx: At global scope:
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm::_audio'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm::_audio'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm::_audio'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm::_audio'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm::_audio'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm'
 h261vic.cxx:1189: warning: missing braces around initializer for
 'PluginCodec_Definition::_parm::_audio'
 g++ -I../../../include -DWITH_RFC_COMPLIANT_DEFAULTS -I../common -fPIC
 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
 

Re: [Ekiga-devel-list] Status of ekiga tunk?

2008-03-18 Thread Peter Robinson
   BTW updated to Fedora 9 rawhide and with gcc 4.3 and any other changes
   they've made the OPAL build breaks again
   
g++ -I../../../include -DWITH_RFC_COMPLIANT_DEFAULTS -I../common -fPIC
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -c h261vic.cxx -o
obj/h261vic.o
h261vic.cxx: In member function 'int
H261EncoderContext::EncodeFrames(const unsigned char*, unsigned int,
unsigned char*, unsigned int, unsigned int)':
h261vic.cxx:275: warning: comparison between signed and unsigned
integer expressions

  ..deleted

  I did a complete compile of OPAL SVN trunk with gcc 4.3 just after it
  was released and fixed the few problems that came up.

  I did it again again a few minutes ago and there were no issues.

Well its probably the combination of Fedora enabling some extra stuff
in their build system in what will become Fedora9 then. I compiled it
OK a couple of days ago on Fedora 8 and just retried again using the
latest SVN (rev 19779) and the last of the build before is fails is
included below.

Peter

gcc -I../../../include -fPIC -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -c ima_adpcm.c -o
obj/ima_adpcm.o
ima_adpcm.c:435: warning: missing braces around initializer
ima_adpcm.c:435: warning: (near initialization for 'imaADPCMCodecDefn[0].parm')
gcc -shared -Wl,-soname,ima_adpcm -o ima_adpcm_audio_pwplugin.so
obj/ima_adpcm.o
make[3]: Leaving directory
`/usr/src/redhat/BUILD/opal-3.3.0/plugins/audio/IMA_ADPCM'
make[3]: Entering directory
`/usr/src/redhat/BUILD/opal-3.3.0/plugins/audio/gsm-amr'
gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
obj/amrcodec.o amrcodec.c
amrcodec.c: In function 'amr_codec_encoder':
amrcodec.c:161: warning: incompatible implicit declaration of built-in
function 'memcpy'
gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
obj/interf_enc.o ./src/interf_enc.c
gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
obj/interf_dec.o ./src/interf_dec.c
gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
obj/sp_dec.o ./src/sp_dec.c
gcc -g -c -I../../../include -fPIC -I../../../include -I./src -DIF2 -o
obj/sp_enc.o ./src/sp_enc.c
gcc -shared -Wl,-soname,gsmamrcodec -o gsmamrcodec_pwplugin.so
obj/amrcodec.o obj/interf_enc.o obj/interf_dec.o obj/sp_dec.o
obj/sp_enc.o
make[3]: Leaving directory
`/usr/src/redhat/BUILD/opal-3.3.0/plugins/audio/gsm-amr'
make[3]: Entering directory
`/usr/src/redhat/BUILD/opal-3.3.0/plugins/video/H.261-vic'
g++ -I../../../include -DWITH_RFC_COMPLIANT_DEFAULTS -I../common -fPIC
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -c h261vic.cxx -o
obj/h261vic.o
h261vic.cxx: In member function 'int
H261EncoderContext::EncodeFrames(const unsigned char*, unsigned int,
unsigned char*, unsigned int, unsigned int)':
h261vic.cxx:275: warning: comparison between signed and unsigned
integer expressions
h261vic.cxx: At global scope:
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm::_audio'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm::_audio'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm::_audio'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm::_audio'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm::_audio'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm'
h261vic.cxx:1189: warning: missing braces around initializer for
'PluginCodec_Definition::_parm::_audio'
g++ -I../../../include -DWITH_RFC_COMPLIANT_DEFAULTS -I../common -fPIC
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector

[Ekiga-devel-list] Status of ekiga tunk?

2008-03-15 Thread Peter Robinson
Hi All,

What is the status of the svn trunk? Is it in a state where ekiga
should be able to register to sip registrars? I have two accounts, one
with ekiga.net and one with Freshtel (an Australian VoIP provider) and
they both come back with Could Not Register (timeout). I know they
should work with my connection as they have in the past and a SIP wifi
handset I have works fine with Freshtel on the same connection.

Other than that its all compiles and runs fine on Fedora8 and is
looking good :-)

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


Re: [Ekiga-devel-list] Status of ekiga tunk?

2008-03-15 Thread Peter Robinson
Hi Damien,
 
Hi All,

 What is the status of the svn trunk? Is it in a state where ekiga
 should be able to register to sip registrars? I have two 
 accounts, one
 with ekiga.net and one with Freshtel (an Australian VoIP 
 provider) and
 they both come back with Could Not Register (timeout). I know 
 they
 should work with my connection as they have in the past and a 
 SIP wifi
 handset I have works fine with Freshtel on the same connection.

  
For me it works, so I think it is supposed to work.
 
  I figured it probably should but its strange that it works for my wifi
  phone and not ekiga, is there a log/trace I can do to see if there's
  anything weird with my setup. Fedora bolts things down a fair bit with
  their compiler options etc.
   
 Just upload the result of ekiga -d 4  output.txt 21 somewhere, and
 I'll have a look.
   
 Make sure Ekiga is listening on the correct network interface.
  
   Ok, found it. It has lost its NAT/stun server settings. Change that
   and its OK now :-)
  
   After the last update I did I'm also getting a error diaglog box on
   startup with Must have non-empty string in AliasAddress!

  Ah, that is weird too.

I also have noticed that even though my computer isn't idle/away
(pidgin's reporting available) and that the status on the ekiga is set
to 'online' the icon in the panel is always reporting away (orange
clock).

Let me know if I can provide you more detail/debugs.

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