From dev-return-17672-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Dec 05 13:51:38 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 80003 invoked from network); 5 Dec 2006 13:51:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 13:51:38 -0000 Received: (qmail 21944 invoked by uid 500); 5 Dec 2006 13:51:45 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 21918 invoked by uid 500); 5 Dec 2006 13:51:45 -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 21907 invoked by uid 99); 5 Dec 2006 13:51:45 -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 05:51:45 -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.79] (HELO centrmmtao05.cox.net) (70.168.83.79) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 05:51:33 -0800 Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao05.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061205135112.OVKP18269.centrmmtao05.cox.net@eastrmimpo01.cox.net> for ; Tue, 5 Dec 2006 08:51:12 -0500 Received: from black ([70.181.32.198]) by eastrmimpo01.cox.net with bizsmtp id v1qG1V00H4GV2Jm0000000; Tue, 05 Dec 2006 08:50:16 -0500 Received: from bob by black with local (Exim 4.62) (envelope-from ) id 1GrahT-00086N-Fs for dev@apr.apache.org; Tue, 05 Dec 2006 08:51:11 -0500 Date: Tue, 5 Dec 2006 08:51:11 -0500 From: Bob Rossi To: dev@apr.apache.org Subject: Re: building apr on cygwin for mingw Message-ID: <20061205135111.GO30254@cox.net> Mail-Followup-To: dev@apr.apache.org References: <20061202031039.GB27385@cox.net> <20061205123436.GB2451@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061205123436.GB2451@redhat.com> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 05, 2006 at 12:34:36PM +0000, Joe Orton wrote: > On Fri, Dec 01, 2006 at 10:10:39PM -0500, Bob Rossi wrote: > > Secondly, the APR_CHECK_SIZEOF_EXTENDED isn't working for me because the > > default for the cross compiled size is 8. However, ssize_t for me is 4. > > So, the configure fails. I made this change: > > Can't you set ac_cv_sizeof_ssize_t=4 to get round that? Yup, but that's not going to work when I upgrade my compiler, or something else changes. The point is, I'm in an environment where the host program can run, and tell me exactly what the size is. Thanks, Bob Rossi