Re: [Ekiga-devel-list] Static source code analysis of ekiga

2014-04-14 Thread John Smith
x27;s disappointing that those tests found out so little to complain about... > The majority of the issues seem to be in the libraries ekiga uses. Regards, John Smith. ___ ekiga-devel-list mailing list ekiga-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Static source code analysis of ekiga

2014-04-14 Thread John Smith
On Mon, Apr 14, 2014 at 9:23 PM, Craig Southeren wrote: > On 4/14/14, 12:13 PM, Eugen Dedu wrote: >> >> On 14/04/14 21:08, John Smith wrote: >>> >>> On Mon, Apr 14, 2014 at 9:05 PM, Eugen Dedu >>> wrote: >>>> >>>> >>&g

Re: [Ekiga-devel-list] Static source code analysis of ekiga

2014-04-14 Thread John Smith
On Mon, Apr 14, 2014 at 9:05 PM, Eugen Dedu wrote: > > ptlib and opal are too old to bother with those issues. We are working to > use the newest ptlib/opal code... > I can checkout the latest revisions of ptlib/opal and run the analyzer on that. Regards,

Re: [Ekiga-devel-list] Static source code analysis of ekiga

2014-04-14 Thread John Smith
On Mon, Apr 14, 2014 at 8:27 PM, Julien Puydt wrote: > > I pushed a commit to fix those in ekiga... I'm actually quite surprised > there was so little to complain about! > Cool. 'cppcheck' hasnt got much more to complain about either: http://lbalbalba.url.ph/cppche

[Ekiga-devel-list] Static source code analysis of ekiga

2014-04-14 Thread John Smith
Hi, Just for fun, I decided to run the llvm/clang static source code analyzer on ptlib, opal, and ekiga. The results can be found here: ptlib http://lbalbalba.url.ph/clang/ptlib/ opal http://lbalbalba.url.ph/clang/opal/ ekiga http://lbalbalba.url.ph/clang/ekiga/ Regards, John Smith

Re: [Ekiga-devel-list] opal build failure

2014-04-14 Thread John Smith
e too. > It builds when i configure with --disable-libavcodec. Regards, John Smith ___ ekiga-devel-list mailing list ekiga-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] opal build failure

2014-04-14 Thread John Smith
kages installed: # rpm -qa | grep ffmpeg ffmpeg-devel-2.1.4-1.fc20.i686 ffmpeg-libs-2.1.4-1.fc20.i686 gstreamer-ffmpeg-0.10.13-11.fc20.i686 # rpm -qa | grep -i H264 h264enc-9.4.6-3.fc20.noarch Regards, John Smith. ___ ekiga-devel-list mailing list e

Re: [Ekiga-devel-list] ptlib build failure

2014-04-14 Thread John Smith
oip/ptlib/branches/v2_10 > ptlib > to get it. The compilation should work afterwards. > Thanks, it builds now. Regards, John Smith ___ ekiga-devel-list mailing list ekiga-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

[Ekiga-devel-list] opal build failure

2014-04-14 Thread John Smith
Hi, I am getting an error [1] building opal. Regards, John Smith [1] h263-1998.cxx:97:58: note: candidates are: In file included from h263-1998.cxx:58:0: ../common/dyna.h:88:7: note: FFMPEGLibrary::FFMPEGLibrary() class FFMPEGLibrary ^ ../common/dyna.h:88:7: note: candidate

Re: [Ekiga-devel-list] ptlib build failure

2014-04-14 Thread John Smith
ctory? > What is the complete line: > #define SVN_REVISION ... > in revision.h? > I dont seem to have that file. revision.h states : #define SVN_REVISION 30295 Regards, John Smith ___ ekiga-devel-list mailing list ekiga-devel-list@gnome.or

Re: [Ekiga-devel-list] ptlib build failure

2014-04-14 Thread John Smith
ip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_10 ptlib im pretty new to svn, how do i manually apply commits 31087 and 31392 ? Regards, John Smith. ___ ekiga-devel-list mailing list ekiga-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

[Ekiga-devel-list] ptlib build failure

2014-04-14 Thread John Smith
c/ptlib/src' make: *** [optshared] Error 2 Regards, John Smith. ___ ekiga-devel-list mailing list ekiga-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] CFLAGS for ptlib and opal

2014-04-13 Thread John Smith
Hrm. ptlib's configure seems to modify CFLAGS like this: CFLAGS="-g -O2" overwriting the current values instead of CFLAGS+="-g -O2" adding to the current values Looks like that needs fixing On Sun, Apr 13, 2014 at 9:52 PM, Eugen Dedu wrote: > On 13/0

[Ekiga-devel-list] CFLAGS for ptlib and opal

2014-04-13 Thread John Smith
. Thanks, Regards, John Smith ___ ekiga-devel-list mailing list ekiga-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/ekiga-devel-list