Compiling wget 1.5.3 using visual c++ 6.0
I have been trying to compile wget1.5.3.tar.gz using the microsoft visual c++
compiler. But when I use the nmake comand option I get the following errors:
D:\cdir2\wget\wget-1.5.3>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cd src
NMAKE
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl /I. /DWINDOWS /D_CONSOLE /DHAVE_CONFIG_H /DSYSTEM_WGETRC=\"wgetrc\"
/nologo /MT /W0 /O2 /c alloca.c
alloca.c
.\stdlib.h(47) : error C2059: syntax error : '('
.\stdlib.h(51) : error C2146: syntax error : missing ')' before identifier 'func
'
.\stdlib.h(51) : error C2061: syntax error : identifier 'func'
.\stdlib.h(51) : error C2059: syntax error : ';'
.\stdlib.h(51) : error C2059: syntax error : ')'
.\stdlib.h(57) : error C2143: syntax error : missing ')' before '*'
.\stdlib.h(57) : error C2143: syntax error : missing ')' before '*'
.\stdlib.h(57) : error C2143: syntax error : missing '{' before '*'
.\stdlib.h(57) : error C2059: syntax error : ')'
.\stdlib.h(57) : error C2059: syntax error : ')'
.\stdlib.h(67) : error C2143: syntax error : missing ')' before '*'
.\stdlib.h(67) : error C2143: syntax error : missing ')' before '*'
.\stdlib.h(67) : error C2143: syntax error : missing '{' before '*'
.\stdlib.h(67) : error C2059: syntax error : ')'
.\stdlib.h(67) : error C2059: syntax error : ')'
.\stdlib.h(115) : error C2143: syntax error : missing ')' before '*'
.\stdlib.h(115) : error C2143: syntax error : missing ')' before '*'
.\stdlib.h(115) : error C2143: syntax error : missing '{' before '*'
.\stdlib.h(115) : error C2059: syntax error : ')'
.\stdlib.h(115) : error C2059: syntax error : ')'
.\stdlib.h(122) : error C2143: syntax error : missing ')' before '*'
.\stdlib.h(122) : error C2143: syntax error : missing ')' before '*'
.\stdlib.h(122) : error C2143: syntax error : missing '{' before '*'
.\stdlib.h(122) : error C2059: syntax error : ')'
.\stdlib.h(122) : error C2059: syntax error : ')'
NMAKE : fatal error U1077: '"C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\BIN\c
l.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\BIN\N
MAKE.exe"' : return code '0x2'
Stop.
Will anybody plz help me in identifying the problem?
I am using Windows 98;Plzz its urgent;

