Anonymous
-
2014-09-11
Post awaiting moderation.
Building wget using src/wget/1.11.4/wget-1.11.4-src sources with MS Visual C++ 2010 Express (--msvc option of configure.bat) fails.
src/config-post.h contains include for config-compiler.h from windows folder.
configure.bat copies out config-compiler.h from windows folder to src, see ":end" label.
So, the copy of config-compiler.h in src folder must be used instead of the original in windows folder.
P.S.: By the way, there are many other problems were found for "--msvc", where is the right place to report about them? Thanks in advance!