Hello, I had to do the following to get wget to compile on 
ppc-apple-darwin

diff src/html-parse.c ../wget-1.7.fixed/src/html-parse.c
435c435
<         assert (ch == '\'' || ch == '"');
---
 >         assert (ch == '\'' || ch == '\"');

Regards, Dave

Reply via email to