Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 56959 invoked from network); 4 May 2004 11:35:57 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 May 2004 11:35:57 -0000 Received: (qmail 31029 invoked by uid 500); 4 May 2004 11:35:55 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 30769 invoked by uid 500); 4 May 2004 11:35:53 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 30743 invoked from network); 4 May 2004 11:35:53 -0000 Date: Tue, 4 May 2004 07:18:23 -0400 (EDT) From: To: =?UTF-8?B?QnJhbmtvIMSMaWJlag==?= cc: Subject: Re: [PATCH] Compile APR (HEAD) with MinGW In-Reply-To: <40973721.1010401@xbc.nu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 4 May 2004, [UTF-8] Branko =C4=8Cibej wrote: > rbb@rkbloom.net wrote: > > >On Sat, 1 May 2004, makl wrote: > > > > > >> Currently I do the copy from apr.hw to apr.h at install time, since I > >> > >>havn't found a good way to do that at configure time without making > >>config.status useless without configure. > >> > >> > > > >We need to solve that problem. Having apr.h include apr.hw isn't the > >right solution. I need to think about what a valid solution is, and it > >may be having a separate directory that the Windows build systems create > >to store this header file, and we include that directory in the INCLUDES > >path before the standard includes dir. That would also solve the proble= m > >of doing a CVS diff after having built on Windows. (Namely, the cvs diff > >returns a mess of hits in apr.h, IIRC, because apr.hw is copied over > >apr.h. Netware would use the same system). > > > > > Maybe I'm dense...what's apr.h doing in CVS? It shoudln't be there, > being a generated file. Nope, I'm the dense one. The CVS argument is bogus, but I was paying attention to my daughter while replying to you. Sorry about that. Ryan