David Fritz wrote:
> 
> Axel Pettinger wrote:
> 
> > I have not that much experience with compiling source code ... 
> > When I try to build WGET.EXE (w/o SSL) using MinGW then I get many 

Forgot to mention that the source is 1.9+cvs-dev-200404081407 ...

> > warnings and errors in "utils.c" and "log.c", i.e.:
[snip]
> 
> I just posted a patch to wget-patches that, hopefully, will fix the 
> mingw build.
>   In the meantime try adding the following lines to config.h.mingw:
> 
> #define WGET_USE_STDARG
> #define HAVE_SIG_ATOMIC_T

"log.c" seems to be ok now, but there's still an error in "utils.c":

--
gcc -DWINDOWS -DHAVE_CONFIG_H -O3 -Wall -I.   -c -o utils.o utils.c
utils.c:53:20: utime.h: No such file or directory
utils.c: In function `unique_name_1':
utils.c:411: warning: implicit declaration of function `alloca'
utils.c: In function `number_to_string':
utils.c:1271: warning: suggest parentheses around + or - inside shift
mingw32-make: *** [utils.o] Error 1
--

Regards,
Axel Pettinger

Reply via email to