Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 12184 invoked from network); 22 Nov 2007 20:09:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2007 20:09:26 -0000 Received: (qmail 32908 invoked by uid 500); 22 Nov 2007 20:09:13 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 32866 invoked by uid 500); 22 Nov 2007 20:09:13 -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 32854 invoked by uid 99); 22 Nov 2007 20:09:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 12:09:13 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.99] (HELO smtpauth05.prod.mesa1.secureserver.net) (64.202.165.99) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Nov 2007 20:09:14 +0000 Received: (qmail 20053 invoked from network); 22 Nov 2007 20:08:52 -0000 Received: from unknown (24.15.193.17) by smtpauth05.prod.mesa1.secureserver.net (64.202.165.99) with ESMTP; 22 Nov 2007 20:08:52 -0000 Message-ID: <4745E1D3.201@rowe-clan.net> Date: Thu, 22 Nov 2007 14:08:51 -0600 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: APR Developer List Subject: Interesting Win32 x64 msvc8.0 errors Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org A couple of unexpected errors when building to x64, I'll be enjoying my holiday today, and don't plan to research instantly since x64 is only just now shaping up properly, but I thought folks would be interested. These might be artifacts of first-test, or artifacts of Windows 2003 Server x64 permissions model (no, I didn't run this as admin yet); apr-1.2.12 ---------- testshm.c(173): <720005> Access Denied apr-util 1.2.12 --------------- testxml.c(68): expected <720002> saw <0> testdbm.c(175): expected <720003> saw <0> (these might be the sorts of result reversals noted by Jeff and I) Otherwise test results for apr/aprutil match our expected results and flaws. Bill