Nmap Development mailing list archives

Re: can not compile recent svn nmap on windows vc 2010


From: Henri Doreau <henri.doreau () gmail com>
Date: Fri, 3 May 2013 21:14:39 +0200

2013/5/3 Gisle Vanem <gvanem () broadpark no>:
"jaebum shin" <kuh3h3 () gmail com> wrote:

thanks for  patch.
but when apply it, redefinition error occured.

1>------ Build started: Project: nsock, Configuration: Release Win32
------
1>  nsock_proxy.c
1>  proxy_http.c
1>src\proxy_http.c(213): error C2086: 'const proxy_spec ProxySpecHttp'
: redefinition
1>          src\proxy_http.c(71) : see declaration of 'ProxySpecHttp'


That's because Henry used a C99 feature which VC 2010 doesn't
support. I have already proposed a fix for that. Ref.:
 http://seclists.org/nmap-dev/2013/q2/186

--gv
Hmm... I thought the issue lied in the struct initializers, which I
fixed already. Is this the same one? Is the latest trunk still broken?
Am I missing something?

--
Henri
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: