W3C home > Mailing lists > Public > www-amaya@w3.org > April to June 1998

Re: Error when compiling html2thot.c with STANDALONE flag

From: Fiona O <bkho@wkg2.umac.mo>
Date: Tue, 5 May 1998 06:39:32 -0400 (EDT)
To: Irene.Vatton@inrialpes.fr
Cc: www-amaya@w3.org
Message-Id: <Pine.OSF.3.96.980505183715.12045A-100000@umacap1.wkg2.umac.mo>

Dear Irene,

Thank you very much for your reply. 
I will try it again.

Thanks,
Fiona

On Mon, 4 May 1998 Irene.Vatton@inrialpes.fr wrote:

> In-reply-to: Your message of Sat, 02 May 1998 03:43:54 -0400."
>              <Pine.OSF.3.96.980502153303.19187A-100000@umacap1.wkg2.umac.mo> 
> 
> You're right html2piv has not been tested since a while.
> 
> > ../../amaya/html2thot.c:8360: warning: assignment from incompatible
> > pointer type
> You have to replace 
>              docURL = &htmlFileName;
> by
>              docURL = htmlFileName;
> 
> Could you add these local variables to the main procedure
>    char               *buffer = NULL;
> #ifdef HANDLE_COMPRESSED_FILES
>    gzFile              stream = NULL;
>    int                 bufsize = 2000;
>    int                 res, c, diff, nbNul;
> #endif
>    boolean             beginning = TRUE;
> 
> Regards
>   Irene.
> 
> 
> 
> 
Received on Tuesday, 5 May 1998 07:47:23 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:25 UTC