linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] bcg729 centos


From: Gautier Pelloux-Prayer
Subject: Re: [Linphone-developers] bcg729 centos
Date: Tue, 16 Dec 2014 15:09:02 +0100

We actually fixed this morning; we are using a continuous integration system to 
avoid such errors which do not remain more than 24h within the code. This 
“regression” has been introduced yesterday and fixed this morning.

Best regards,

Gautier Pelloux-Prayer
Software Engineer @ Belledonne Communications

> On 16 Dec 2014, at 14:54, Henrik Pauli <address@hidden> wrote:
> 
> That looks like a bug in the code somewhere.  Hopefully they'll fix it.  Not 
> sure why you want to use the git work-in-progress of Linphone, it cannot be 
> expected to be stable.  I only said that it might be a good idea to use the 
> git version of the BCG729 module as there have been a few commits that fix 
> bugs and no releases for over 2 years on that one.
> 
> On 16/12/14 03:35, Gurdeep Singh (Guru) wrote:
>> Hello Henrik,
>> 
>> I removed linphone and decided that I will compile it using the git source. 
>> Before I compile bcg729, I am compiling linphone using "./configure 
>> --enable-ldap". It configured fine, but when I do make, I get this error:
>> 
>> make[2]: Entering directory `/home/guru/Downloads/linphone/tester'
>>   CC       tester.lo
>>   CC       setup_tester.lo
>>   CC       register_tester.lo
>>   CC       message_tester.lo
>>   CC       call_tester.lo
>>   CC       presence_tester.lo
>>   CC       upnp_tester.lo
>>   CC       eventapi_tester.lo
>>   CC       flexisip_tester.lo
>>   CC       stun_tester.lo
>>   CC       remote_provisioning_tester.lo
>>   CC       quality_reporting_tester.lo
>>   CC       log_collection_tester.lo
>> log_collection_tester.c: In function 'collect_files_changing_size':
>> log_collection_tester.c:183:9: error: unused variable 'filepath' 
>> [-Werror=unused-variable]
>>   char * filepath;
>>          ^
>> cc1: all warnings being treated as errors
>> make[2]: *** [log_collection_tester.lo] Error 1
>> make[2]: Leaving directory `/home/guru/Downloads/linphone/tester'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/guru/Downloads/linphone'
>> make: *** [all] Error 2
>> 
>> On Tue, Dec 16, 2014 at 2:32 AM, Henrik Pauli <address@hidden> wrote:
>> From your log I can see that it couldn't find MEDIASTREAMER
>> 
>> > checking for ORTP... no
>> > checking for MEDIASTREAMER... no
>> 
>> and also that it did *not* enter the msbcg729 directory.
>> 
>> These might be because of the released bcg729 tarball not yet containing a 
>> fix for a problem I reported a few years ago.  See if you can apply this 
>> patch:
>> 
>> https://svn.uhulinux.hu/packages/3/bcg729/patches/Makefile.am-fixes.patch
>> 
>> Previous mail about the patch was 
>> http://lists.nongnu.org/archive/html/linphone-developers/2012-12/msg00031.html
>>  so apparently it should be in Git, but no new release tarballs have been 
>> made since then.
>> 
>> 
>> On Mon, Dec 15, 2014 at 12:26 PM, Gurdeep Singh (Guru) <address@hidden> 
>> wrote:
>> It does enter the msbcg729 directory. Please see attached screen shot of the 
>> codec not showing up and the whole configure,make and make install process.
>> 
>> 
>> 
>> On Mon, Dec 15, 2014 at 8:57 PM, Henrik Pauli <address@hidden> wrote:
>> What does make say? Does it appear to enter the msbcg729 directory at all, 
>> or does it skip it?
>> 
>> 
>> On 14/12/14 05:15, Gurdeep Singh (Guru) wrote:
>>> Hello Henrik/All,
>>> 
>>> Any further suggestions how I can enable g729?
>>> 
>>> Thanks
>>> 
>>> On Fri, Dec 12, 2014 at 9:39 PM, Gurdeep Singh (Guru) <address@hidden> 
>>> wrote:
>>> This is what I get during ./configure
>>> 
>>> configure: creating ./config.status
>>> config.status: creating Makefile
>>> config.status: creating src/Makefile
>>> config.status: creating include/Makefile
>>> config.status: creating include/bcg729/Makefile
>>> config.status: creating msbcg729/Makefile
>>> config.status: creating test/Makefile
>>> config.status: creating test/bin/Makefile
>>> config.status: creating libbcg729.pc
>>> config.status: creating bcg729.spec
>>> config.status: creating config.h
>>> config.status: config.h is unchanged
>>> config.status: executing depfiles commands
>>> config.status: executing libtool commands
>>> config.status: executing libtool-hacking commands
>>> 
>>> But, the make install does not install it:
>>> 
>>> address@hidden bcg729]$ sudo updatedb
>>> address@hidden bcg729]$ locate msbcg729
>>> /home/guru/Downloads/bcg729/msbcg729
>>> /home/guru/Downloads/bcg729/msbcg729/.deps
>>> /home/guru/Downloads/bcg729/msbcg729/Android.mk
>>> /home/guru/Downloads/bcg729/msbcg729/CMakeLists.txt
>>> /home/guru/Downloads/bcg729/msbcg729/Makefile
>>> /home/guru/Downloads/bcg729/msbcg729/Makefile.am
>>> /home/guru/Downloads/bcg729/msbcg729/Makefile.in
>>> /home/guru/Downloads/bcg729/msbcg729/bcg729_dec.c
>>> /home/guru/Downloads/bcg729/msbcg729/bcg729_enc.c
>>> /home/guru/Downloads/bcg729/msbcg729/.deps/libmsbcg729_la-bcg729_dec.Plo
>>> /home/guru/Downloads/bcg729/msbcg729/.deps/libmsbcg729_la-bcg729_enc.Plo
>>> address@hidden bcg729]$ 
>>> 
>>> How do you install it?
>>> 
>>> On Fri, Dec 12, 2014 at 9:00 PM, Henrik Pauli <address@hidden> wrote:
>>> Did bcg729 also compile msbcg729?  That's the Mediastreamer plugin and 
>>> that's what Linphone needs.
>>> 
>>> 
>>> On 12/12/14 08:04, Gurdeep Singh (Guru) wrote:
>>> Hello,
>>> 
>>> I have compiled both linphone and bcg729 from source in centos 7.
>>> 
>>> Is there anything else that needs to be done in order for the G729 codec to 
>>> show up in the GUI? I dont see it in the list of available codecs.
>>> 
>>> Please suggest.
>>> 
>>> Thanks,
>>> Guru.
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> Linphone-developers mailing list
>>> address@hidden
>>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>>> 
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> Linphone-developers mailing list
>>> 
>>> address@hidden
>>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>> 
>> 
>> _______________________________________________
>> Linphone-developers mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>> 
>> 
>> _______________________________________________
>> Linphone-developers mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>> 
>> 
>> _______________________________________________
>> Linphone-developers mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>> 
>> 
>> 
>> _______________________________________________
>> Linphone-developers mailing list
>> 
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/linphone-developers
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]