linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] compilation issue


From: John A Hengstler
Subject: [Linphone-developers] compilation issue
Date: Tue, 12 Aug 2008 13:09:32 -0700

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]