Re: [elinks-dev] Solaris build fixes

2007-06-05 Thread Witold Filipczyk
On Tue, Jun 05, 2007 at 12:29:46AM +0300, Kalle Olavi Niemitalo wrote: John Hawkinson [EMAIL PROTECTED] writes: Kalle Olavi Niemitalo [EMAIL PROTECTED] wrote on Sun, 3 Jun 2007 at 10:48:09 +0300 in [EMAIL PROTECTED]: Have you tested the resulting binary, especially with slow sites

Re: [elinks-dev] Solaris build fixes

2007-06-05 Thread Kalle Olavi Niemitalo
Witold Filipczyk [EMAIL PROTECTED] writes: On Tue, Jun 05, 2007 at 12:29:46AM +0300, Kalle Olavi Niemitalo wrote: clearerr() needs a FILE *, not a file descriptor. And gzip_open() calls fdopen() itself, so ELinks never sees the FILE *. I should have written that gz_open() in zlib calls

Re: [elinks-dev] Solaris build fixes

2007-06-03 Thread Kalle Olavi Niemitalo
John Hawkinson [EMAIL PROTECTED] writes: --- src/encoding/gzip.c 2007/05/31 22:40:05 1.1 +++ src/encoding/gzip.c 2007/06/02 22:22:20 @@ -33,7 +33,9 @@ static int gzip_read(struct stream_encoded *stream, unsigned char *data, int len) { +#ifdef HAVE_GZCLEARERR

Re: [elinks-dev] Solaris build fixes

2007-06-03 Thread Jonas Fonseca
John Hawkinson [EMAIL PROTECTED] wrote Sat, Jun 02, 2007: Hi, I'm not the list. Here are some fixes to build under Solaris 10 (no -rdynamic, no gzclearerr()). Against elinks-0.12-20070601. Also included is a patch to add more help for -dump-color-mode. [EMAIL PROTECTED] John Hawkinson

[elinks-dev] Solaris build fixes

2007-06-02 Thread John Hawkinson
Hi, I'm not the list. Here are some fixes to build under Solaris 10 (no -rdynamic, no gzclearerr()). Against elinks-0.12-20070601. Also included is a patch to add more help for -dump-color-mode. [EMAIL PROTECTED] John Hawkinson --- configure.in2007/06/01 19:18:56 1.1 +++