linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Latest iOS branch fails to authenticate and ot


From: Richard Zinn
Subject: Re: [Linphone-developers] Latest iOS branch fails to authenticate and other broken things
Date: Fri, 29 Nov 2013 15:16:06 -0800

Guillaume, that worked!  Thanks.  No errors, and SIP authentication for my account is working now too.



On Thu, Nov 28, 2013 at 11:56 PM, Guillaume BIENKOWSKI <address@hidden> wrote:
I just did the checkout, just to be sure, and saw correct number of args.
Proper checkout involves:

git clone git://git.linphone.org/linphone-iphone.git --recursive
cd linphone-iphone
git checkout 2.1.2 # get the tag
git submodule update --recursive --init # checkout submodules to the version indicated by the tag

Try that and tell me?

Guillaume


Le 28 nov. 2013 à 16:32, Richard Zinn <address@hidden> a écrit :

> I went in to linphone-iphone and issued the command and I get this error:
> richards-mbp:Project richardzinn$ cd linphone-iphone
> richards-mbp:linphone-iphone richardzinn$ git submodule update —init —recursive
> error: pathspec '"\342\200\224init"' did not match any file(s) known to git.
> error: pathspec '"\342\200\224recursive"' did not match any file(s) known to git.
> Did you forget to 'git add'?
>
> Thoughts?
>
>
> On Thu, Nov 28, 2013 at 12:09 AM, Guillaume BIENKOWSKI <address@hidden> wrote:
> Hello,
>
> Did you correctly update the submodules when pulling the latest master?
>
> Issue `git submodule update —init —recursive` in linphone-iphone.
>
> Manually checking out the masters in submodules is _not_ what you should do.
>
> On our end the buildbot correctly compiled tonight’s master.
>
> Guillaume
>
> Le 27 nov. 2013 à 20:32, Richard Zinn <address@hidden> a écrit :
>
>> Can anyone tell me what the latest tag or rev is that is fully tested and confirmed to work for iOS?  I checked out the latest on the master branch today and I get this:  Semantic issue, too many arguments to function call:
>> LinphoneAuthInfo* auth_info =linphone_auth_info_new([usernameField.text UTF8String]
>>                      ,[usernameField.text UTF8String]
>>                      ,[passwordField.text UTF8String]
>>                      ,NULL
>>                      ,NULL
>>                      ,linphone_proxy_config_get_domain(proxyCfg));
>>
>> The .h file for that function looks like this:
>> LINPHONE_PUBLIC      LinphoneAuthInfo *linphone_auth_info_new(const char *username,
>>      const char *userid,
>>      const char *passwd,
>>      const char *ha1,
>>      const char *realm);
>>
>> Anyway, just to show that what's showing up as the latest in git is not tested.
>>
>> I looked in to this further and the issue is that the submodules that you get when checking out linphone-iphone master are detached from head too early.  Is the right thing to do to go in to each of the submodules and check out the very latest?  Or a specific branch?
>>
>> Thanks in advance.
>> _______________________________________________
>> 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]