Date: 10/23/00
- Next message: Oleg Makarenko: "[PHP-DEV] /ext/zlib can not be compiled in latest CVS"
- Previous message: Stanislav Malyshev: "Re: [PHP-DEV] Serializing references - part I"
- Next in thread: Stanislav Malyshev: "Re: [PHP-DEV] zlib.c problem"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] zlib.c problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Still doesn't build. Gives the following error:
zlib.c:785: aggregate value used where an integer was expected
----- Original Message -----
From: "Hartmut Holzgraefe" <hartmut <email protected>>
To: "Scott Martin" <martin <email protected>>
Sent: Monday, October 23, 2000 9:13 AM
Subject: Re: [PHP-DEV] zlib.c problem
> Scott Martin wrote:
> > Here is the code from zlib.c for the gz_seeker function:
> >
> > static int gz_seeker(void *cookie,fpos_t position, int whence) {
> > return gzseek(((struct gz_cookie*)cookie)->gz_file,position,whence);
> > }
> > Can anyone help me with this?
>
> can you please try to cast the position argument in the call to gzseek()
> to '(z_off_t)position' and tell me what happens ... ?
>
> --
> Hartmut Holzgraefe hartmut <email protected> http://www.six.de +49-711-99091-77
>
> Besuchen Sie uns auf der Buchmesse in Frankfurt, Halle 4.0, Stand D 1117
> und auf der Systems in München , Halle C2, Stand 126
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Oleg Makarenko: "[PHP-DEV] /ext/zlib can not be compiled in latest CVS"
- Previous message: Stanislav Malyshev: "Re: [PHP-DEV] Serializing references - part I"
- Next in thread: Stanislav Malyshev: "Re: [PHP-DEV] zlib.c problem"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] zlib.c problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

