Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 3818 invoked by uid 6000); 24 Jun 1998 17:03:56 -0000 Received: (qmail 3809 invoked from network); 24 Jun 1998 17:03:54 -0000 Received: from out5.ibm.net (165.87.194.245) by taz.hyperreal.org with SMTP; 24 Jun 1998 17:03:54 -0000 Received: from us.ibm.com (socks7d.raleigh.ibm.com [204.146.167.239]) by out5.ibm.net (8.8.5/8.6.9) with ESMTP id RAA24076 for ; Wed, 24 Jun 1998 17:03:52 GMT Message-ID: <359130EA.6C6A83A9@us.ibm.com> Date: Wed, 24 Jun 1998 13:01:34 -0400 From: Bill Stoddard X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: new-httpd@apache.org Subject: Re: Update Win32 makefiles References: <5040300017491723000002L032*@MHS> <3591000A.1CD6F1DD@algroup.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Ben Laurie wrote: > W G Stoddard wrote: > > > > Ben, > > Thanks for updating src/ap/ap.mak and ap.dsp in cvs... I was just about to post > > a patch! > > > > Where did the external dependency on types.h and stat.h in the release build > > come from? > > Err, pass! Ask Bill (Gates)! All I did was export the Makefile from > VC++. > > I can try doing an update dependencies and exporting again if its a > problem. > > Cheers, > > Ben. > > -- > Ben Laurie |Phone: +44 (181) 735 0686| Apache Group member > Freelance Consultant |Fax: +44 (181) 735 0689|http://www.apache.org/ > and Technical Director|Email: ben@algroup.co.uk | > A.L. Digital Ltd, |Apache-SSL author http://www.apache-ssl.org/ > London, England. |"Apache: TDG" http://www.ora.com/catalog/apache/ > > WE'RE RECRUITING! http://www.aldigital.co.uk/recruit/ Ben, your patch works fine on my system; no problems to report. The operation of VC++ export makefile is, ummm, nonintuitive.... I deleted ap_strings.c from ap.dsp, exported the makefile and discovered the makefile had a new dependency, on $(INCLUDE)\dirent.h -in my cygwin32 libraries-! Had I created a patch based on this makefile, it would have failed on everyones system but mine. I deleted the cygwin32 include path from DevStudio and the 'dependency' went away! And I've no idea where the dependency on stat.h and types.h comes from... Bill Stoddard wgstodda@us.ibm.com