Wireshark mailing list archives
MASTER wsutil.lib won't build
From: Paul Offord <Paul.Offord () advance7 com>
Date: Thu, 26 Oct 2017 17:15:18 +0000
Hi,
I'm building Wireshark with VS2013 on Windows 10. I've pulled a fresh copy of MASTER. I can't get it to build. I get:
1> inet_addr.c
1>C:\Development\wireshark\wsutil\inet_addr.c(50): error C2220: warning treated as error - no 'object' file generated
1>C:\Development\wireshark\wsutil\inet_addr.c(50): warning C4013: 'inet_pton' undefined; assuming extern returning int
1>C:\Development\wireshark\wsutil\inet_addr.c(58): warning C4013: 'inet_ntop' undefined; assuming extern returning int
1>C:\Development\wireshark\wsutil\inet_addr.c(58): warning C4047: 'return' : 'const gchar *' differs in levels of
indirection from 'int'
1>C:\Development\wireshark\wsutil\inet_addr.c(70): warning C4047: 'return' : 'const gchar *' differs in levels of
indirection from 'int'
I can see that inet_pton and inet_ntop are provided by Windows, defined in WS2tcpip.h, e.g.
#if (NTDDI_VERSION >= NTDDI_VISTA)
WINSOCK_API_LINKAGE
INT
WSAAPI
inet_pton(
_In_ INT Family,
_In_ PCSTR pszAddrString,
_Out_writes_bytes_(sizeof(IN6_ADDR)) PVOID pAddrBuf
);
.
.
The include is in C:\Program Files (x86)\Windows Kits\8.1\Include\um
What am I doing wrong?
Cheers...Paul
______________________________________________________________________
This message contains confidential information and is intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if
you have received this e-mail by mistake and delete this e-mail from your system.
Any views or opinions expressed are solely those of the author and do not necessarily represent those of Advance Seven
Ltd. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept
liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission.
Advance Seven Ltd. Registered in England & Wales numbered 2373877 at Endeavour House, Coopers End Lane, Stansted, Essex
CM24 1SJ
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
_________________________________________________________________________________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- MASTER wsutil.lib won't build Paul Offord (Oct 26)
- Re: MASTER wsutil.lib won't build Michael Mann via Wireshark-dev (Oct 26)
- Re: MASTER wsutil.lib won't build Paul Offord (Oct 27)
- Re: MASTER wsutil.lib won't build Graham Bloice (Oct 26)
- Re: MASTER wsutil.lib won't build Paul Offord (Oct 26)
- Re: MASTER wsutil.lib won't build Michael Mann via Wireshark-dev (Oct 26)
