From dev-return-21562-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Mar 25 12:26:55 2009 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 23567 invoked from network); 25 Mar 2009 12:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Mar 2009 12:26:55 -0000 Received: (qmail 45933 invoked by uid 500); 25 Mar 2009 12:26:54 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 45851 invoked by uid 500); 25 Mar 2009 12:26:54 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 45843 invoked by uid 99); 25 Mar 2009 12:26:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 12:26:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul@querna.org designates 209.85.217.159 as permitted sender) Received: from [209.85.217.159] (HELO mail-gx0-f159.google.com) (209.85.217.159) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 12:26:48 +0000 Received: by gxk3 with SMTP id 3so10369gxk.23 for ; Wed, 25 Mar 2009 05:26:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.97.19 with SMTP id u19mr17023970ybb.243.1237983985534; Wed, 25 Mar 2009 05:26:25 -0700 (PDT) In-Reply-To: <49CA20BF.1020801@apache.org> References: <4239a4320903240321u60d0b2d3x99431df98714acaa@mail.gmail.com> <49C9DF61.4080507@apache.org> <49C9E121.4080806@apache.org> <20090325112250.GA30169@redhat.com> <49CA20BF.1020801@apache.org> Date: Wed, 25 Mar 2009 13:26:25 +0100 Message-ID: <4239a4320903250526u2c117461u8aa7dc82edfa59e@mail.gmail.com> Subject: Re: Combining APR and APR-Util From: Paul Querna To: Mladen Turk Cc: dev@apr.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Mar 25, 2009 at 1:17 PM, Mladen Turk wrote: > Joe Orton wrote: >> >> On Wed, Mar 25, 2009 at 08:45:37AM +0100, Mladen Turk wrote: >>> >>> And I think the expat is missing from xml. >>> So the --with-expat=3Dbuiltin doesn't work >> >> If you unpack a tarball of expat and plonk it at xml/expat it should sti= ll >> work; none of the build infrastructure has been removed on the Unix side= . >> =C2=A0This is what we'd do for release tarballs. >> > > It's not that easy. > With xml/expat we had set of windows build files > that are now gone. Does it mean that one building > the apr will be left on it's own to provide the > expat dev environment. > And what about httpd? > How we'll build that? expat is a mature 3rd party project, with many releases since we last bundled it. we should not bundle anything. -Paul