Wireshark-dev: Re: [Wireshark-dev] MASTER wsutil.lib won't build
Thanks to Michael and Gerald for the quick turnaround. The fix hit the spot. Building OK now. From: Wireshark-dev [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx]
On Behalf Of Michael Mann via Wireshark-dev I'm having the same problem.
https://code.wireshark.org/review/24080/ fixed it for me. -----Original Message----- 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
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:
https://www.wireshark.org/lists/wireshark-dev Unsubscribe:
https://www.wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe ______________________________________________________________________ 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 ______________________________________________________________________ |
- References:
- [Wireshark-dev] MASTER wsutil.lib won't build
- From: Paul Offord
- Re: [Wireshark-dev] MASTER wsutil.lib won't build
- From: Michael Mann
- [Wireshark-dev] MASTER wsutil.lib won't build
- Prev by Date: Re: [Wireshark-dev] MASTER wsutil.lib won't build
- Next by Date: [Wireshark-dev] 2.4.2 Stable release doesn't compile in Centos 7.1 64 bits
- Previous by thread: Re: [Wireshark-dev] MASTER wsutil.lib won't build
- Next by thread: Re: [Wireshark-dev] MASTER wsutil.lib won't build
- Index(es):