[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [ALPHA] wget parallel branch release 1.14.127-ced4
From: |
Ray Satiro |
Subject: |
Re: [Bug-wget] [ALPHA] wget parallel branch release 1.14.127-ced4 |
Date: |
Sun, 19 May 2013 13:21:38 -0700 (PDT) |
> From: Giuseppe Scrivano <address@hidden>
>To: address@hidden
>Sent: Sunday, May 19, 2013 3:20 PM
>Subject: [Bug-wget] [ALPHA] wget parallel branch release 1.14.127-ced4
>
>
>Hi,
>
>I have merged all the changes on master in the parallel-wget development
>branch and I have created an alpha tarball available here:
>
>ftp://alpha.gnu.org/gnu/wget/wget-1.14.127-ced4.tar.gz
>ftp://alpha.gnu.org/gnu/wget/wget-1.14.127-ced4.tar.gz.sig
>
Hi I just tried in mingw using --enable-threads=windows but it's missing
multi.h:
gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/x/wget/root/etc/wgetrc\"
-DLOCALEDIR=\"/x/wget/root/share/locale\" -I. -I../lib -I../lib
-I/c/wget/root/include -O2 -Wall -MT http.o -MD -MP -MF .deps/http.Tpo -c -o
http.o http.c
http.c:45:20: fatal error: multi.h: No such file or directory
compilation terminated.
make[3]: *** [http.o] Error 1
make[3]: Leaving directory `/x/wget/alpha/wget-1.14.127-ced4/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/x/wget/alpha/wget-1.14.127-ced4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/x/wget/alpha/wget-1.14.127-ced4'
make: *** [all] Error 2
#ifdef ENABLE_THREADS
#include <pthread.h>
# include "multi.h"
#endif