From dev-return-21560-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Mar 25 11:23:23 2009 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 99616 invoked from network); 25 Mar 2009 11:23:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Mar 2009 11:23:23 -0000 Received: (qmail 54073 invoked by uid 500); 25 Mar 2009 11:23:23 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 53993 invoked by uid 500); 25 Mar 2009 11:23:22 -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 53985 invoked by uid 99); 25 Mar 2009 11:23:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 11:23:22 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jorton@redhat.com designates 66.187.237.31 as permitted sender) Received: from [66.187.237.31] (HELO mx2.redhat.com) (66.187.237.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 11:23:15 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n2PBMrTJ027563 for ; Wed, 25 Mar 2009 07:22:53 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2PBMlH9026227 for ; Wed, 25 Mar 2009 07:22:47 -0400 Received: from turnip.manyfish.co.uk (vpn-12-120.rdu.redhat.com [10.11.12.120]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n2PBMqku029180 for ; Wed, 25 Mar 2009 07:22:53 -0400 Received: from jorton by turnip.manyfish.co.uk with local (Exim 4.69) (envelope-from ) id 1LmRC6-0007qr-G9 for dev@apr.apache.org; Wed, 25 Mar 2009 11:22:50 +0000 Date: Wed, 25 Mar 2009 11:22:50 +0000 From: Joe Orton To: dev@apr.apache.org Subject: Re: Combining APR and APR-Util Message-ID: <20090325112250.GA30169@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <4239a4320903240321u60d0b2d3x99431df98714acaa@mail.gmail.com> <49C9DF61.4080507@apache.org> <49C9E121.4080806@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <49C9E121.4080806@apache.org> User-Agent: Mutt/1.5.18 (2008-05-17) Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-Virus-Checked: Checked by ClamAV on apache.org 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=builtin doesn't work If you unpack a tarball of expat and plonk it at xml/expat it should still work; none of the build infrastructure has been removed on the Unix side. This is what we'd do for release tarballs. Regards, Joe