Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 38874 invoked from network); 16 Mar 2010 14:45:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 14:45:01 -0000 Received: (qmail 31325 invoked by uid 500); 16 Mar 2010 14:44:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 31289 invoked by uid 500); 16 Mar 2010 14:44:58 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 31281 invoked by uid 99); 16 Mar 2010 14:44:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 14:44:57 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [12.11.148.84] (HELO irp2.ptc.com) (12.11.148.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 14:44:48 +0000 X-IronPort-AV: E=Sophos;i="4.49,650,1262581200"; d="scan'208";a="68903471" Received: from hq-ex3fe2.ptcnet.ptc.com ([132.253.201.63]) by irp2.ptc.com with ESMTP; 16 Mar 2010 10:44:27 -0400 Received: from awang.ptcnet.ptc.com ([132.253.201.17]) by HQ-EX3FE2.ptcnet.ptc.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 16 Mar 2010 10:44:19 -0400 Message-ID: <4B9F9942.1070301@ptc.com> Date: Tue, 16 Mar 2010 09:44:18 -0500 From: Andy Wang User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.3 MIME-Version: 1.0 To: "William A. Rowe Jr." CC: users@httpd.apache.org References: <4B9EB792.2000809@ptc.com> <4B9EBD58.7000609@rowe-clan.net> In-Reply-To: <4B9EBD58.7000609@rowe-clan.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Mar 2010 14:44:19.0199 (UTC) FILETIME=[28BEC0F0:01CAC517] X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] 2.2.15-win32 compile failure (config-win.h) On 03/15/2010 06:06 PM, William A. Rowe Jr. wrote: > > If you are building the "NT" targets, they no longer exist. I wasn't paying > attention when we moved the sources from apr 1.3.x to apr 1.4.x, where NT > became the default (e.g. Release Win32), and "Release Win9x" was added for > legacy support. Can you make sure you are trying to build 'generic' Win32? > > Or can you point to the particular file and I'll fix the .mak files. > > I hope to eliminate the dep problems, and then committing them for posterity, > since the source files aren't likely to be rearranged again in 2.2 (or 2.0, > or released apr flavors). > > I've got the Apache build process scripted so that instead of using the visual studio gui to do the builds, everything is done via nmake. I usually use the _apacher nmake target first, and installr to install it. Looking at the aprutil.mak, it looks like the default target is the generic Win32 Release target. The config-win.h failure is from aprutil.dep referenced by aprutil.mak (line 425 under the .\dbd\apr_dbd_mysql target): {$(INCLUDE)}"config-win.h"\ I'm not that saavy with Makefiles, especially on Windows, so I don't quite understand a couple of things, but I haven't explicity told Apache to build the mysql dbd. Why is it trying to process this target? Thanks, Andy --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org