
Alex Bo. wrote:
Hi,
There seems to be a bug in the new service pack. Trying to compile it from CVS fails because zlib1.dll isn't found, even though it is found with the same configuration in the original May2009 release. I noticed that winrulesm.msc in the MonetDB folder doesn't handle the zlib dlls correctly for 32 bit machines. Moving the #!IFDEF HAVE_LIBZ portion of the file back to how it is the the May2009 non SP release solved the problem.
From this release on the configuration here is to use Visual Studio 2008. This means that we had to compile the zlib library ourselves. When you do that, the files that are produces are called zlib1.dll and zlib1.lib. This is unlike the names in the precompiled version that we used to use for Visual Studio 2005. In any case, you only need to change your configuration in one place (at least, that is the intention) to adapt to your local circumstances. -- Sjoerd Mullender