hi..

i'm playing around with building wget 1.10.2 on msoft windows 2000, using
visual studio 6 (i know.. it's old!!)

i copied the wget source from the web. i ran the configure.bat, followed by
nmake and got a compile error in the http.c/rc.c files...

i then created a msoft console poroject, using the defaults.. i made sure
optimization was/is turned off.. when i then tried to do a compile, i get an
error from the wget.h file..

(btw, i'm commenting the ssl stuff out for now, since this is an
experiment.)

the error has to do with long long...

--------------------Configuration: wget - Win32 Debug--------------------
Compiling...
xmalloc.c
d:\wget\src\wget.h(149) : error C2632: 'long' followed by 'long' is illegal
Error executing cl.exe.

xmalloc.obj - 1 error(s), 0 warning(s)

-------------------------------------------------

here's the project settings...
/nologo /MLd /W3 /Gm /GX /ZI /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS"
/Fp"Debug/wget.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c

any help would be greatly appreciated...

thanks

-bruce



Reply via email to