From dev-return-23710-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Feb 07 16:51:55 2011 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 85667 invoked from network); 7 Feb 2011 16:51:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2011 16:51:54 -0000 Received: (qmail 51574 invoked by uid 500); 7 Feb 2011 16:51:54 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 51340 invoked by uid 500); 7 Feb 2011 16:51:51 -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 51331 invoked by uid 99); 7 Feb 2011 16:51:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 16:51:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zdavatz@gmail.com designates 74.125.83.178 as permitted sender) Received: from [74.125.83.178] (HELO mail-pv0-f178.google.com) (74.125.83.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 16:51:43 +0000 Received: by pvg6 with SMTP id 6so1245906pvg.37 for ; Mon, 07 Feb 2011 08:51:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=/lRq1IHX0ax/jX46yve+mgOp77wk8LTLHhCjlMIZHoM=; b=E5WqcdSCO6sPg7K9wQCzoilE89Du61R+QVAfa/lBmDxn6YQjg7plkuMFiIG+avEbcK rW4D0jDMRNAFWCLzApVQ6zmkHoqLCXkQ3v6fPTL3mgUKHwgiQRVcBoH44k9wBm5fb/nG iu3EbEJTk234Pzl63v/MAIPRtLCLPRNILB/ng= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JjxSximmYdnV2NUY7CND2jphj4STS8+/L28/xitC2K2MUCHbIvpA5rY8/rthicZxBq /vWYFRiiqmcCLeKGrwwV2YeBPRGkTiSoChPZ7FBZMXoByTyzGLP9C2eu6MAOFkzsoCor Xw4y4XGk+vZWKtbdJA3kRQPsnzJPuUSvt8ReA= MIME-Version: 1.0 Received: by 10.142.187.1 with SMTP id k1mr5305935wff.213.1297097481742; Mon, 07 Feb 2011 08:51:21 -0800 (PST) Received: by 10.142.254.14 with HTTP; Mon, 7 Feb 2011 08:51:21 -0800 (PST) In-Reply-To: References: <4D501C10.3030608@apache.org> Date: Mon, 7 Feb 2011 17:51:21 +0100 Message-ID: Subject: MinGW and Apache and APR From: Zeno Davatz To: dev@apr.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Dear G=FCnter On Mon, Feb 7, 2011 at 5:21 PM, Guenter Knauf wrote: > Am 07.02.2011 15:48, schrieb Zeno Davatz: >> >> I get this far >> >> C:\Users\zdavatz\software\apr>sh buildconf >> buildconf: checking installation... >> buildconf: python version 2.5 (ok) >> buildconf: autoconf version 2.67 (ok) >> buildconf: libtool version 2.4 (ok) >> buildconf: copying libtool helper files using /c/MinGW/bin/libtoolize >> buildconf: creating include/arch/unix/apr_private.h.in ... >> autom4te-2.67: m4sugar/m4sugar.m4: no such file or directory >> autoheader-2.67: failed to run '/c/MinGW/bin/autom4te-2.67': Bad file >> number >> buildconf: creating configure ... >> autom4te-2.67: m4sugar/m4sugar.m4: no such file or directory >> buildconf: generating 'make' outputs ... >> buildconf: rebuilding rpm spec file >> >> and no "configure" file is created. >> >> My MinGW setup is correct as far as I can tell. > > hmmm; I did just check with a fresh checkout done from MinGW bash with a > shell script (since I have no global search path to SVN): > #!/bin/sh > export PATH=3D/c/svn-win32-1.5.6/bin:$PATH > svn co http://svn.apache.org/repos/asf/apr/apr/trunk apr-HEAD I will try this. > and there buildconf ran as fine as with the recent snapshot ... > was this with latest MSYS/MinGW? Yes I am using the latest MinGW / MSYS installation. > I may not have very latest; if you want to > test with same version I currently use: > http://people.apache.org/~fuankg/mingw/ > > Also, please lets move this thread now to the APR list. Ok, done. Best Zeno