linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Compiling Linphone-3.7.0


From: Abhijeet Singh
Subject: [Linphone-developers] Compiling Linphone-3.7.0
Date: Tue, 10 Jun 2014 00:25:44 -0700 (PDT)

 I compiled the belle-sip available at Github - Gui13/belle-sip. ( when i tried to compile it by git clone git://git.linphone.org/belle-sip.git , there were errors on my pc: connection refused ). This compilation was successful.
I then did ./configure in linphone directory.
After this I did 'make' and got the following errors:
 fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
bellesip_sal/sal_impl.c: In function 'sal_process_authentication':
bellesip_sal/sal_impl.c:135:2: error: passing argument 4 of 'belle_sip_provider_add_authorization' from incompatible pointer type [-Werror]
In file included from /usr/local/include/belle-sip/belle-sip.h:36:0,
                 from ../include/sal/sal.h:35,
                 from bellesip_sal/sal_impl.h:23,
                 from bellesip_sal/sal_impl.c:20:
/usr/local/include/belle-sip/provider.h:69:21: note: expected 'struct belle_sip_uri_t *' but argument is of type 'struct belle_sip_list_t **'
bellesip_sal/sal_impl.c:135:2: error: too few arguments to function 'belle_sip_provider_add_authorization'
In file included from /usr/local/include/belle-sip/belle-sip.h:36:0,
                 from ../include/sal/sal.h:35,
                 from bellesip_sal/sal_impl.h:23,
                 from bellesip_sal/sal_impl.c:20:
/usr/local/include/belle-sip/provider.h:69:21: note: declared here
cc1: all warnings being treated as errors
make[4]: *** [bellesip_sal/sal_impl.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2



Please help me with the compilation.
 

reply via email to

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