partysip-dev
[Top][All Lists]
Advanced

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

[Partysip-dev] Facing problem in Compiling Partysip plug-ins


From: Ramakanta Dash
Subject: [Partysip-dev] Facing problem in Compiling Partysip plug-ins
Date: Tue, 11 Mar 2003 16:15:51 +0530

Hi,
I am new to SIP. I downloaded Partysip 0.9.4 and while compiling in Windows
2K platform, getting this compilation error attached below. I will
appreciate if any body can help me in sorting out this problem. What I found
is Struct addrinfo is not present in any header file if VC98.

Thanks in advance.

Ramakant

--------------------Configuration: ppl - Win32 with TRE--------------------
Compiling...
ppldns.c
d:\partysip-0.5.4\ppl\win32\ppldns.c(650) : error C2079: 'hints' uses
undefined struct 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(655) : error C2224: left of '.ai_flags'
must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(655) : error C2065: 'AI_CANONNAME' :
undeclared identifier
d:\partysip-0.5.4\ppl\win32\ppldns.c(657) : error C2224: left of '.ai_flags'
must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(657) : error C2065: 'AI_NUMERICHOST' :
undeclared identifier
d:\partysip-0.5.4\ppl\win32\ppldns.c(658) : error C2224: left of
'.ai_family' must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(659) : error C2224: left of
'.ai_socktype' must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(660) : error C2224: left of
'.ai_protocol' must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(661) : warning C4013: 'getaddrinfo'
undefined; assuming extern returning int
d:\partysip-0.5.4\ppl\win32\ppldns.c(665) : error C2037: left of
'ai_canonname' specifies undefined struct/union 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(666) : error C2037: left of
'ai_addrlen' specifies undefined struct/union 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(668) : error C2037: left of 'ai_addr'
specifies undefined struct/union 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(668) : error C2037: left of
'ai_addrlen' specifies undefined struct/union 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(668) : error C2198: 'memcpy' : too few
actual parameters
d:\partysip-0.5.4\ppl\win32\ppldns.c(669) : warning C4013: 'freeaddrinfo'
undefined; assuming extern returning int
d:\partysip-0.5.4\ppl\win32\ppldns.c(870) : error C2079: 'hints' uses
undefined struct 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(873) : error C2224: left of '.ai_flags'
must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(874) : error C2224: left of
'.ai_family' must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(875) : error C2224: left of
'.ai_socktype' must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(876) : error C2224: left of
'.ai_protocol' must have struct/union type
d:\partysip-0.5.4\ppl\win32\ppldns.c(881) : error C2037: left of
'ai_canonname' specifies undefined struct/union 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(882) : error C2037: left of
'ai_addrlen' specifies undefined struct/union 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(883) : error C2037: left of 'ai_addr'
specifies undefined struct/union 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(883) : error C2037: left of
'ai_addrlen' specifies undefined struct/union 'addrinfo'
d:\partysip-0.5.4\ppl\win32\ppldns.c(883) : error C2198: 'memcpy' : too few
actual parameters
pplpipe.c
d:\partysip-0.5.4\ppl\win32\ppl\ppl_socket.h(92) : error C2143: syntax error
: missing ')' before '*'
d:\partysip-0.5.4\ppl\win32\ppl\ppl_socket.h(92) : error C2081: 'socklen_t'
: name in formal parameter list illegal
d:\partysip-0.5.4\ppl\win32\ppl\ppl_socket.h(92) : error C2143: syntax error
: missing '{' before '*'
d:\partysip-0.5.4\ppl\win32\ppl\ppl_socket.h(92) : error C2059: syntax error
: ')'
pplsocket.c
d:\partysip-0.5.4\ppl\win32\ppl\ppl_socket.h(92) : error C2143: syntax error
: missing ')' before '*'
d:\partysip-0.5.4\ppl\win32\ppl\ppl_socket.h(92) : error C2081: 'socklen_t'
: name in formal parameter list illegal
d:\partysip-0.5.4\ppl\win32\ppl\ppl_socket.h(92) : error C2143: syntax error
: missing '{' before '*'
d:\partysip-0.5.4\ppl\win32\ppl\ppl_socket.h(92) : error C2059: syntax error
: ')'
d:\partysip-0.5.4\ppl\win32\pplsocket.c(56) : error C2143: syntax error :
missing ')' before '*'
d:\partysip-0.5.4\ppl\win32\pplsocket.c(56) : error C2081: 'socklen_t' :
name in formal parameter list illegal
d:\partysip-0.5.4\ppl\win32\pplsocket.c(56) : error C2143: syntax error :
missing '{' before '*'
d:\partysip-0.5.4\ppl\win32\pplsocket.c(56) : error C2059: syntax error :
')'
d:\partysip-0.5.4\ppl\win32\pplsocket.c(57) : error C2054: expected '(' to
follow 'fromlen'
Error executing cl.exe.

partysip.exe - 36 error(s), 2 warning(s)
****************************************************************************
This communication contains information, which is confidential and may also
be privileged. It is for the exclusive use of the intended recipient(s). If
you are not the intended recipient(s), please note that any distribution,
printing, copying or use of this communication or the information in it is
strictly prohibited. If you have received this communication in error,
please notify the sender immediately and then destroy any copies of it.
****************************************************************************




reply via email to

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