Return-Path: Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: (qmail 63494 invoked from network); 2 Jun 2009 02:42:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jun 2009 02:42:07 -0000 Received: (qmail 81468 invoked by uid 500); 2 Jun 2009 02:42:19 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 81436 invoked by uid 500); 2 Jun 2009 02:42:19 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 81428 invoked by uid 99); 2 Jun 2009 02:42:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 02:42:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 02:42:12 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 08B82234C04C; Mon, 1 Jun 2009 19:41:52 -0700 (PDT) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 46175] Full Mingw+MSys support X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: wrowe@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090602024152.08B82234C04C@brutus.apache.org> Date: Mon, 1 Jun 2009 19:41:52 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46175 --- Comment #2 from Will Rowe 2009-06-01 19:41:49 PST --- Sorry for not responding earlier. This patch is frozen, primarily due to the number of unintended consequences introduced by modification of apr.h.in across a broad number of platforms, and the fact that the vast majority of changes to apr.h.in are not required for the external consumers, nor the public interface. Thus far; the tlhelp32.h should never have been included, and this has been added for both to include/arch/win32/apr_arch_misc.h and removed from apr.hw. Similarly other things should be clarified, and apr.h.in treated as the reference file to *avoid* changing. Other mistakes in the patch, such as; /* Mechanisms to properly type numeric literals */ +#ifdef _MSC_VER +#define APR_INT64_C(val) (val##i64) +#define APR_UINT64_C(val) (val##Ui64) +#else @int64_literal@ @uint64_literal@ +#endif should have been corrected by adjusting [u]int64_literal definitions within the autoconf script. So this patch is in need of further explanation and clarification and absolutely cannot be applied as-is to the stable shipping branch. I'll try to piece through it, but in the future, consider submitting a number of smaller single-function patches, so that the ones which are correct can be applied immediately, while the ones which are incorrect can be clarified and discussed. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org