Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 72167 invoked from network); 6 Dec 2006 04:21:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 04:21:02 -0000 Received: (qmail 90282 invoked by uid 500); 6 Dec 2006 04:21:09 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 90248 invoked by uid 500); 6 Dec 2006 04:21:09 -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 90236 invoked by uid 99); 6 Dec 2006 04:21:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 20:21:09 -0800 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [70.168.83.78] (HELO centrmmtao06.cox.net) (70.168.83.78) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 20:20:57 -0800 Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao06.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061206042034.KKTM19088.centrmmtao06.cox.net@eastrmimpo01.cox.net>; Tue, 5 Dec 2006 23:20:34 -0500 Received: from black ([70.181.32.198]) by eastrmimpo01.cox.net with bizsmtp id vGKe1V0034GV2Jm0000000; Tue, 05 Dec 2006 23:19:38 -0500 Received: from bob by black with local (Exim 4.62) (envelope-from ) id 1GroGn-0003v6-Ia; Tue, 05 Dec 2006 23:20:33 -0500 Date: Tue, 5 Dec 2006 23:20:33 -0500 From: Bob Rossi To: "William A. Rowe, Jr." Cc: John Vandenberg , dev@apr.apache.org Subject: Re: building apr on cygwin for mingw Message-ID: <20061206042033.GG12869@cox.net> Mail-Followup-To: "William A. Rowe, Jr." , John Vandenberg , dev@apr.apache.org References: <20061202031039.GB27385@cox.net> <20061205195353.GT30254@cox.net> <4575DCAD.7010902@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4575DCAD.7010902@rowe-clan.net> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 05, 2006 at 02:55:09PM -0600, William A. Rowe, Jr. wrote: > > Failed Tests Total Fail Failed % > > =================================================== > > testdso 5 4 80.00% > > testpipe 9 2 22.22% > > testpipe errors are expected. Filesystem pipes on windows do not behave > in a socket-compatible, select()able manner. > > testdso is another story - perhaps it believes it's using the dlxxx flavor > instead of windows, and some common code it causing it to throw up? When I compile apr nativly, with mingw, I get the same test results. Failed Tests Total Fail Failed % =================================================== testdso 5 4 80.00% testpipe 9 2 22.22% make[1]: Leaving directory `/home/kelli/apr/apr/test' Is this a regression in apr svn trunk? Also, if I used cl to compile apr, would that make more tests pass? For example, does cl somehow have more capabilities on windows than mingw? Thanks, Bob Rossi