Since wget is no longer included in the standard Mac OS X distribution, I tried to compile my own from the 1.7 sources and got stuck right about here:
cc -I. -I. -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -c html-parse.c html-parse.c: In function `advance_declaration': html-parse.c:449: character constant too long html-parse.c:449: parse error before character constant html-parse.c:449: stray '\' in program html-parse.c:454: character constant too long html-parse.c:461: character constant too long html-parse.c:472: character constant too long html-parse.c:481: character constant too long html-parse.c:481: character constant too long html-parse.c:481: stray '\' in program html-parse.c:773: Unterminated string constant make[1]: *** [html-parse.o] Error 1 make: *** [src] Error 2 If you could shed any light on this for me, I'd be grateful. Thanks. --Kareila
