Jörn Nettingsmeier wrote:
hi everybody!


i'm new to wget, and can't compile the current cvs:

i did a cvs checkout, make -f Makefile.cvs and ./configure as usual.

make chokes:

/bin/sh ../libtool --mode=link gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o convert.o cookies.o ftp.o ftp-basic.o ftp-ls.o ftp-opie.o hash.o host.o html-parse.o html-url.o http.o init.o log.o main.o gen-md5.o netrc.o progress.o recur.o res.o retr.o safe-ctype.o snprintf.o gen_sslfunc.o url.o utils.oversion.o xmalloc.o string_t.o -lssl -lcrypto -ldl
mkdir .libs
gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o convert.o cookies.o ftp.o ftp-basic.o ftp-ls.o ftp-opie.o hash.o host.o html-parse.o html-url.o http.oinit.o log.o main.o gen-md5.o netrc.o progress.o recur.o res.o retr.o safe-ctype.o snprintf.o gen_sslfunc.o url.o utils.o version.o xmalloc.o string_t.o -lssl -lcrypto -ldl
gcc: string_t.o: No such file or directory
make[1]: *** [wget] Error 1
make[1]: Leaving directory `/home/nettings/wget-cvs/wget/src'
make: *** [src] Error 2


string_t.c seems to be missing.

oops. i just came across this message:

http://www.mail-archive.com/wget%40sunsite.dk/msg07380.html

and after removing all references to string_t from src/Makefile, it now compiles cleanly.

sorry for the noise.



Reply via email to