[Matthew Thornley wrote]
> In ActivePython, 2.2.1-222, I'm trying to build the zlib project, but get
> the following error:
>
> Cannot open include file: 'zlib.h': No such file or directory
>
> Is the source incomplete, or does the source for zlib come from somewhere
> else?
The latter:
Title: RE: zlib and Debug
Yes, thanks for the prompt reply. I was a little too hasty in sending the message. zlibmodule.c has the following comment, which solved my problem:
/* Windows users: read Python's PCbuild\readme.txt */
Thanks again,
Matthew
-Original Message-
On Thu, 14 Nov 2002, Matthew Thornley wrote:
> In ActivePython, 2.2.1-222, I'm trying to build the zlib project, but get
> the following error:
>
> Cannot open include file: 'zlib.h': No such file or directory
>
> Is the source incomplete, or does the source for zlib come from
> somewhere el
Title: zlib and Debug
In ActivePython, 2.2.1-222, I'm trying to build the zlib project, but get the following error:
Cannot open include file: 'zlib.h': No such file or directory
Is the source incomplete, or does the source for zlib come from somewhere else?
TIA,
Matt