[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Partysip-dev] strange problems in building partySip under WIN 2K
From: |
Jiming Liu |
Subject: |
[Partysip-dev] strange problems in building partySip under WIN 2K |
Date: |
Sun, 27 Apr 2003 11:37:54 -0400 |
Hi,
I downloaded Partysip 0.5.6 and followed the README for WIN32
to try to build it under WIN 2K platform. On the first run, I encountered
the following problem
--------------------Configuration: ppl - Win32 with TRE--------------------
Compiling...
ppldbm.c
ppldns.c
f:\codes\partysip\partysip-0.5.6\ppl\win32\ppl\ppl_dns.h(29) : fatal error
C1083: Cannot open include file: 'Iphlpapi.h': No such file or directory
ppldso.c
pplgetopt.c
pplinit.c
...
----------------------------------------------------------------------------
--------
I then installed the latest Microsoft platform SDK and added the correct
subdirectory for the file 'Iphlpapi.h'. After that I tried to build it again
and now I had the following problem
--------------------Configuration: ppl - Win32 with TRE--------------------
Compiling...
ppldns.c
c:\program files\microsoft sdk\include\ipexport.h(39) : error C2371:
'IN6_ADDR' : redefinition; different basic types
c:\program files\microsoft visual studio\vc98\include\ws2tcpip.h(68)
: see declaration of 'IN6_ADDR'
c:\program files\microsoft sdk\include\iphlpapi.h(183) : error C2146: syntax
error : missing ')' before identifier 'pStats'
c:\program files\microsoft sdk\include\iphlpapi.h(183) : error C2061: syntax
error : identifier 'pStats'
.............
----------------------------------------------------------------------------
-----------
Now I don't know what to do. I would appreciate very much if you can
help me out.
Thanks a lot,
Jiming