linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] compilation issue


From: Simon Morlat
Subject: Re: [Linphone-developers] compilation issue
Date: Wed, 20 Aug 2008 11:22:31 +0200
User-agent: KMail/1.9.9

Hi,

I've fixed this error but it's not commited yet.
You can simply remove the argument in linphone_proxy_config_new(...) at 
proxyconfig.cpp:429

Simon

Le Tuesday 12 August 2008 22:09:32 John A Hengstler, vous avez écrit :
> Hello,
>
>
>
> I am getting the following error  when compiling linphone-wx.  This is from
> CVS.  Is there an issue here.
>
>
>
> Thanks in advance
>
>
>
> John
>
>
>
>
>
> ../linphone/coreapi/linphonecore.h: In member function `void
> ProxyConfig::ok_buttonClick(wxCommandEvent&)':
>
> ../linphone/coreapi/linphonecore.h:282: error: too many arguments to
> function `LinphoneProxyConfig* linphone_proxy_config_new()'
>
> proxyconfig.cpp:429: error: at this point in file
>
> mingw32-make.exe: *** [DEFAUL~1/proxyconfig.o] Error 1
>
> Execution terminated
>
>
>
> In linphonecore.h:
>
> typedef struct _LinphoneProxyConfig
>
> {
>
>                 struct _LinphoneCore *lc;
>
>                 char *reg_proxy;
>
>                 char *reg_identity;
>
>                 char *reg_route;
>
>                 char *realm;
>
>                 int expires;
>
>                 int reg_time;
>
>                 int rid;
>
>                 bool_t frozen;
>
>                 bool_t reg_sendregister;
>
>                 bool_t auth_pending;
>
>                 bool_t registered;
>
>                 bool_t publish;
>
> } LinphoneProxyConfig;
>
>
>
> LinphoneProxyConfig *linphone_proxy_config_new(void);
>
>
>
> In proxyconfig.cpp:
>
>                 _cfg=linphone_proxy_config_new(proxy->GetValue().fn_str());






reply via email to

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