Re: zlib and Debug

2002-11-14 Thread Trent Mick
[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:

RE: zlib and Debug

2002-11-14 Thread Matthew Thornley
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-

Re: zlib and Debug

2002-11-14 Thread Bob Kline
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

zlib and Debug

2002-11-14 Thread Matthew Thornley
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