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:04:20 +0200
2013/5/3 Gisle Vanem <gvanem () broadpark no>:
You have to add these files to nsock/nsock.vcxproj:
nsock_proxy.c, proxy_http.c and proxy_socks4.c.
Here is a patch for that:
--- SVN-Latest\nsock\nsock.vcxproj Thu Apr 25 10:06:26 2013
+++ nsock\nsock.vcxproj Fri May 03 12:17:13 2013
@@ -196,10 +196,13 @@
<ClCompile Include="src\nsock_log.c" />
<ClCompile Include="src\nsock_pcap.c" />
<ClCompile Include="src\nsock_pool.c" />
+ <ClCompile Include="src\nsock_proxy.c" />
<ClCompile Include="src\nsock_read.c" />
<ClCompile Include="src\nsock_ssl.c" />
<ClCompile Include="src\nsock_timers.c" />
<ClCompile Include="src\nsock_write.c" />
+ <ClCompile Include="src\proxy_http.c" />
+ <ClCompile Include="src\proxy_socks4.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\error.h" />
----------
I don't use VC-project files, so this went past me.
--gv
Thanks, I've committed it as r30838 (I've added nsock_proxy.h too). -- Henri _______________________________________________ Sent through the dev mailing list http://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- can not compile recent svn nmap on windows vc 2010 jaebum shin (May 02)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 02)
- Re: can not compile recent svn nmap on windows vc 2010 jaebum shin (May 02)
- Re: can not compile recent svn nmap on windows vc 2010 Gisle Vanem (May 03)
- Re: can not compile recent svn nmap on windows vc 2010 jaebum shin (May 03)
- Re: can not compile recent svn nmap on windows vc 2010 Gisle Vanem (May 03)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 03)
- Re: can not compile recent svn nmap on windows vc 2010 jaebum shin (May 02)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 03)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 02)
- RE: can not compile recent svn nmap on windows vc 2010 Rob Nicholls (May 12)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 12)
- RE: can not compile recent svn nmap on windows vc 2010 Rob Nicholls (May 12)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 12)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 12)
- RE: can not compile recent svn nmap on windows vc 2010 Rob Nicholls (May 12)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 13)
- Re: can not compile recent svn nmap on windows vc 2010 jaebum shin (May 13)
- Re: can not compile recent svn nmap on windows vc 2010 Gisle Vanem (May 13)
- Re: can not compile recent svn nmap on windows vc 2010 Henri Doreau (May 16)
