| Dear Xavier
Hi, and thanks for your very cool program
I want to write an intelligent search engine based on your
program. But I could not compile windows httrack sources.
I read the previous questions and answers about compile
errors, but still have problem:
1- I am using VS.NET(VC++ 7.0) compiler. does it matter?2- I have installed
full cygwin, but I can not find openssl
sources
3- To simplify, I bypassed the IPV6 and Openssl by editing
the 2 related constants, but still have compile error:
d:\Asadpur\Winhttrack\htslib.h(130) : error
C2065: 'HTS_MAXADDRLEN' : undeclared identifier
d:\Asadpur\Winhttrack\htslib.h(130) : error C2057: expected
constant expression
d:\Asadpur\Winhttrack\htslib.h(130) : warning C4200:
nonstandard extension used : zero-sized array in
struct/union
Cannot generate copy-ctor or copy-assignment
operator when UDT contains a zero-sized array
d:\Asadpur\Winhttrack\htslib.h(131) : error C2229:
struct 't_dnscache' has an illegal zero-sized array
3- When in cygwin I type the following command
perl -I"C:\Program Files\cygwin\lib\perl5\5.6.1" Configure
VC-WIN32
it says that can not find configure file, I checked no file
exist in perl directory having "configure" name
May I ask you to describe for programmers the complete way
that they can compile your source on windows platforms? | |