Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 734 invoked from network); 12 Oct 2004 23:06:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Oct 2004 23:06:58 -0000 Received: (qmail 39291 invoked by uid 500); 12 Oct 2004 23:06:50 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 39247 invoked by uid 500); 12 Oct 2004 23:06:50 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 39138 invoked by uid 99); 12 Oct 2004 23:06:49 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 12 Oct 2004 16:06:48 -0700 Received: (qmail 1872 invoked by uid 50); 12 Oct 2004 23:08:47 -0000 Date: 12 Oct 2004 23:08:47 -0000 Message-ID: <20041012230847.1871.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 25578] - mod_deflate under zlib-1.2.1 will not build X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=25578 mod_deflate under zlib-1.2.1 will not build ------- Additional Comments From towerofpower@operamail.com 2004-10-12 23:08 ------- No, httpd-2.0.52 (win32) with mod_deflate (zlib 1.2.1) does not build. -------------------------------------------------------------------------------- Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. tempfile.bat rc.exe /l 0x409 /fo".\Release\mod_auth_ldap.res" /d "NDEBUG" .\mod_auth_ ldap.rc cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm3CE.tmp mod_auth_ldap.c link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm3CF.tmp Creating library .\Release\mod_auth_ldap.lib and object .\Release\mod_auth_ld ap.exp cd ..\.. cd modules\filters nmake -f mod_deflate.mak CFG="mod_deflate - Win32 Release" RECURSE= 0 Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. if not exist ".\Release/" mkdir ".\Release" cl.exe /nologo /MD /W3 /Zi /O2 /I "../../include" /I "../../srclib/apr/i nclude" /I "../../srclib/apr-util/include" /I "../../srclib/zlib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fo".\Release\\" /Fd".\Release\mod_deflate_src" /FD /c .. \..\srclib\zlib\adler32.c adler32.c cl.exe /nologo /MD /W3 /Zi /O2 /I "../../include" /I "../../srclib/apr/i nclude" /I "../../srclib/apr-util/include" /I "../../srclib/zlib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fo".\Release\\" /Fd".\Release\mod_deflate_src" /FD /c .. \..\srclib\zlib\crc32.c crc32.c cl.exe /nologo /MD /W3 /Zi /O2 /I "../../include" /I "../../srclib/apr/i nclude" /I "../../srclib/apr-util/include" /I "../../srclib/zlib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fo".\Release\\" /Fd".\Release\mod_deflate_src" /FD /c .. \..\srclib\zlib\deflate.c deflate.c NMAKE : fatal error U1073: don't know how to make '"..\..\srclib\zlib\infblock.h "' Stop. NMAKE : fatal error U1077: '"E:\Program Files\Microsoft Visual Studio .NET\VC7 \BIN\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"E:\Program Files\Microsoft Visual Studio .NET\VC7 \BIN\nmake.exe"' : return code '0x2' Stop. -------------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org