Nmap Development mailing list archives
Re: [NSE patch] patch for pack/unpack to use platform independant types
From: jah <jah () zadkiel plus com>
Date: Wed, 03 Sep 2008 11:37:45 +0100
On 26/08/2008 20:11, David Fifield wrote:
I've tested this on GNU/Linux and Solaris, but not on Windows.
Hello,
I'm getting the following whilst trying to build r9908 on win32:
Compiling...
utils.cc
traceroute.cc
..\libdnet-stripped\include\dnet/os.h(26) : error C2371: 'ssize_t' :
redefinition; different basic types
u:\dev\nmap\proj\r9908\nbase\nbase_winunix.h(140) : see
declaration of 'ssize_t'
timing.cc
tcpip.cc
..\libdnet-stripped\include\dnet/os.h(26) : error C2371: 'ssize_t' :
redefinition; different basic types
u:\dev\nmap\proj\r9908\nbase\nbase_winunix.h(140) : see
declaration of 'ssize_t'
<snip: more of the same>
nmap - 18 error(s), 0 warning(s)
Seems to be related to the change of type for ssize_t in
\libdnet-stripped\include\dnet\os.h at r9837. I get no errors when
changing ssize_t to the same type (long) in nbase\nbase_winunix.h.
Regards,
jah
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
Current thread:
- Re: [NSE patch] patch for pack/unpack to use platform independant types, (continued)
- Re: [NSE patch] patch for pack/unpack to use platform independant types Philip Pickering (Aug 15)
- Re: [NSE patch] patch for pack/unpack to use platform independant types Sven Klemm (Aug 16)
- Re: [NSE patch] patch for pack/unpack to use platform independant types Fyodor (Aug 16)
- Re: [NSE patch] patch for pack/unpack to use platform independant types Sven Klemm (Aug 17)
- Re: [NSE patch] patch for pack/unpack to use platform independant types doug (Aug 17)
- Re: [NSE patch] patch for pack/unpack to use platform independant types Philip Pickering (Aug 17)
- Message not available
- Re: [NSE patch] patch for pack/unpack to use platform independant types Philip Pickering (Aug 17)
- Re: [NSE patch] patch for pack/unpack to use platform independant types Philip Pickering (Aug 21)
- Re: [NSE patch] patch for pack/unpack to use platform independant types David Fifield (Aug 29)
- Re: [NSE patch] patch for pack/unpack to use platform independant types jah (Sep 03)
- Re: [NSE patch] patch for pack/unpack to use platform independant types David Fifield (Sep 03)
- Re: [NSE patch] patch for pack/unpack to use platform independant types jah (Sep 03)
- Re: [NSE patch] patch for pack/unpack to use platform independant types David Fifield (Sep 03)
