linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] eXosip_event_t structure has no member named `


From: Simon Morlat
Subject: Re: [Linphone-developers] eXosip_event_t structure has no member named `tid'
Date: Thu, 9 Aug 2007 12:17:01 +0200
User-agent: KMail/1.9.7

You are probably building from cvs right ?
You need to upgrade to libeXosip2-3.0.3, with libosip2-3.0.3
Simon

Le Tuesday 07 August 2007 14:33:48 Girish Nayak, vous avez écrit :
> While trying to build liblinphone I am getting following error:
>
> linphone\coreapi\authentication.c
> In function `linphone_authentication_ok':
> structure has no member named `tid'
>
> The function is as below:
>
> void linphone_authentication_ok(LinphoneCore *lc, eXosip_event_t *ev){
>     AuthState *as=&lc->authstate;
>     if (as->tid==ev->tid){
>         as->tid=0;
>         if (as->username!=NULL)
>             ms_free(as->username);
>         as->username=NULL;
>         if (as->realm!=NULL)
>             ms_free(as->realm);
>         as->realm=NULL;
>     }
> }
>
>
> In fact the eXosip_event_t structure has no member named `tid'.
> How to resolve this? Any idea?
>
> Thanks
>
>
>
>
> ---------------------------------
> Park yourself in front of a world of choices in alternative vehicles.
> Visit the Yahoo! Auto Green Center.






reply via email to

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