Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 9240 invoked from network); 2 Aug 2006 22:34:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2006 22:34:20 -0000 Received: (qmail 59737 invoked by uid 500); 2 Aug 2006 22:34:18 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 58995 invoked by uid 500); 2 Aug 2006 22:34:16 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 58984 invoked by uid 99); 2 Aug 2006 22:34:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 15:34:16 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of theantigod@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 15:34:13 -0700 Received: by nf-out-0910.google.com with SMTP id k26so868308nfc for ; Wed, 02 Aug 2006 15:33:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=g6gV+TotRoVVkZLPSEewY6fTE/t63VX43jbiBaIs7LGuTGLstuFbdIsdr59MrOI4Mu3B6Z4mK2hFqDq8Ogp1JxWKf09u6EXBFYTrAxIRkhVREXKhLzKYGBtnm4VYS20gnp9VcA/19PY94El2aA8av7+0Y0OI2sL3hokrvoNc7iY= Received: by 10.78.133.10 with SMTP id g10mr552650hud; Wed, 02 Aug 2006 15:33:52 -0700 (PDT) Received: by 10.78.177.9 with HTTP; Wed, 2 Aug 2006 15:33:51 -0700 (PDT) Message-ID: <17d42efa0608021533v203ece55o5011a31ec937f20d@mail.gmail.com> Date: Wed, 2 Aug 2006 18:33:51 -0400 From: hunter To: dev@httpd.apache.org Subject: New Windows build - Apache 2.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The error(s) that I am getting are not caused by the defines. I still get the error I indicated in my first email. Creating library .\Release\mod_unique_id.lib and object .\Release\mod_unique_id.exp nmake -nologo -f mod_usertrack.mak CFG="mod_usertrack - Win32 Release" RECURSE=0 rc.exe /l 0x409 /fo"Debug/mod_usertrack.res" /i "../../include" /i "../../srclib/apr/include" /i "\asf -build\build-2.2.3\build\win32" /d "_DEBUG" /d BIN_NAME="mod_usertrack.so" /d LONG_NAME="usertrack_module for Apache" ..\..\build\win32\httpd.rc fatal error RC1109: error creating Debug/mod_usertrack.res NMAKE : fatal error U1077: 'rc.exe' : return code '0x1' Stop. NMAKE : fatal error U1077: 'C:\MSVC7\Vc7\bin\nmake.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: 'C:\MSVC7\Vc7\bin\nmake.exe' : return code '0x2' Stop. Notice that it is trying to build debug during a release build. I fixed the makefile and it continued until it got a similar error with htpasswd.mak. I fixed this makefile and it failed in makefile.win with this error message. D:\build\httpd-2.2.3>(copy docs\conf\extra\httpd-vhosts.conf.in "c:\apache\conf\extra\httpd-vhosts.conf.defaul t" 0<.y && awk -f script.awk "docs/conf/extra/httpd-vhosts.conf.in" "c:\apache" 1>"c:\apache\conf\extra\h ttpd-vhosts.conf.default" ) 1 file(s) copied. NMAKE : fatal error U1077: 'for' : return code '0x1' Stop. NMAKE : fatal error U1077: 'C:\MSVC7\Vc7\bin\nmake.exe' : return code '0x2' Stop. I still need help with the last error, I don't understand what the makefile is doing - the build is complete and it is editing the confs. But I am looking at to see if I can figure it out. Chris Lewis P.S.I sent the fixed makefiles as attachments but the mail server must have ignore my message. So I am resending this note without the attachments.