Hello Ethan, can you please try again using the last development version?
You can fetch it from the Bazaar repository how explained here: https://savannah.gnu.org/bzr/?group=wget The branch is "trunk". Thanks, Giuseppe Ethan Zheng <[email protected]> writes: > Absolutely newbie, > Could not compile 1.11.4 but 1.10 compiled, compile without SSL > But I have GnuWin32/wget precompied working on my system. > Being curious why I am not able to compile 1.11.4 my self on XP (also Win7) > MSVC pro 2005. > Thanks, > > When try to build 1.11.4 nmake, it complains: fatal error C1083: Cannot open > include file: 'windows/config-compiler.h': No such file or directory > Manually add /I.. to src/Makfile CFLAGS got me pass that path issue. > Then errors in compiling init.c > c:\wget>nmake > Microsoft (R) Program Maintenance Utility Version 8.00.50727.42Copyright (C) > Microsoft Corporation. All rights reserved. > cd src "C:\Program Files\Microsoft Visual Studio > 8\VC\BIN\nmake.exe" > Microsoft (R) Program Maintenance Utility Version 8.00.50727.42Copyright (C) > Microsoft Corporation. All rights reserved. > cl /nologo /MT /O2 /I. /I.. /DWINDOWS /D_CONSOLE > /DHAVE_CONFIG_H /c init.cinit.cinit.c(61) : error C2061: syntax error > : identifier 'relocate'init.c(61) : error C2059: syntax error : > ;'init.c(72) : error C2085: 'enable_tilde_expansion' : not in formal > parameter listinit.c(77) : error C2085: 'cmd_boolean' : not in formal > parameter listinit.c(78) : error C2085: 'cmd_bytes' : not in formal > parameter listinit.c(79) : error C2085: 'cmd_bytes_sum' : not in > formal parameter listinit.c(83) : error C2085: 'cmd_directory_vector' > : not in formal parameter listinit.c(84) : error C2085: 'cmd_number' : > not in formal parameter listinit.c(85) : error C2085: 'cmd_number_inf' > : not in formal parameter listinit.c(86) : error C2085: 'cmd_string' : > not in formal parameter listinit.c(87) : error C2085: 'cmd_file' : not > in formal parameter listinit.c(88) : error C2085: 'cmd_directory' : > not in formal parameter listinit.c(89) : error C2085: 'cmd_time' : not > in formal parameter listinit.c(90) : error C2085: 'cmd_vector' : not > in formal parameter listinit.c(92) : error C2085: 'cmd_spec_dirstruct' > : not in formal parameter listinit.c(93) : error C2085: > cmd_spec_header' : not in formal parameter listinit.c(94) : error > C2085: 'cmd_spec_htmlify' : not in formal parameter listinit.c(95) : > error C2085: 'cmd_spec_mirror' : not in formal parameter > listinit.c(96) : error C2085: 'cmd_spec_prefer_family' : not in formal > parameter listinit.c(97) : error C2085: 'cmd_spec_progress' : not in > formal parameter listinit.c(98) : error C2085: 'cmd_spec_recursive' : > not in formal parameter listinit.c(99) : error C2085: > cmd_spec_restrict_file_names' : not in formal parameter > listinit.c(103) : error C2085: 'cmd_spec_timeout' : not in formal > parameter listinit.c(104) : error C2085: 'cmd_spec_useragent' : not in > formal parameter listinit.c(105) : error C2085: 'cmd_spec_verbose' : > not in formal parameter listinit.c(118) : error C2085: 'commands' : > not in formal parameter listinit.c(118) : error C2143: syntax error : > missing ';' before '='init.c(268) : error C2065: 'commands' : > undeclared identifierinit.c(268) : error C2109: subscript requires > array or pointer typeinit.c(273) : error C2109: subscript requires > array or pointer typeinit.c(273) : error C2198: 'stricmp' : too few > arguments for callinit.c(463) : error C2065: 'enable_tilde_expansion' > : undeclared identifierinit.c(532) : error C2065: 'syswgetrc' : > undeclared identifierinit.c(533) : warning C4022: 'free' : pointer > mismatch for actual parameter 1init.c(653) : error C2109: subscript > requires array or pointer typeinit.c(654) : error C2109: subscript > requires array or pointer typeinit.c(655) : error C2109: subscript > requires array or pointer typeinit.c(655) : error C2109: subscript > requires array or pointer typeinit.c(655) : warning C4033: > setval_internal' must return a valueNMAKE : fatal error U1077: > "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.EXE"' : return > code '0x2'Stop.NMAKE : fatal error U1077: '"C:\Program Files\Microsoft > Visual Studio 8\VC\BIN\nmake.exe"' : returncode '0x2'Stop. > >
