[Patches] zlib build problems.

Guido van Rossum guido@python.org
Thu, 06 Apr 2000 15:07:02 -0400


> > The following patch made everything work:
> > 
> > diff -c -2 -r2.30 zlibmodule.c
> > *** zlibmodule.c	2000/02/29 13:59:24	2.30
> > --- zlibmodule.c	2000/04/06 01:36:18
> > ***************
> > *** 5,9 ****
> >   #include "Python.h"
> >   #ifdef MS_WIN32
> > - #define ZLIB_DLL
> >   #endif
> >   #include "zlib.h"
> > --- 5,8 ----
> 
> I got rid of the #ifdef MS_WIN32 ... #endif as well :-)

Strange...  This suddenly broke for me.  I can now only get it to
compile by define ZLIB_DLL again -- but I'm not using the DLL!

I can revert the checkin, or I can define the symbol in the setup
dialog.  What would you prefer?

--Guido van Rossum (home page: http://www.python.org/~guido/)