From dev-return-13029-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Oct 20 18:15:10 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 16318 invoked from network); 20 Oct 2004 18:15:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Oct 2004 18:15:10 -0000 Received: (qmail 19330 invoked by uid 500); 20 Oct 2004 18:15:00 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 19267 invoked by uid 500); 20 Oct 2004 18:14:59 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 19243 invoked by uid 99); 20 Oct 2004 18:14:59 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Date: Wed, 20 Oct 2004 19:14:47 +0100 From: Joe Orton To: eufordia Cc: dev@apr.apache.org Subject: Re: [PATCH] configure for apr Message-ID: <20041020181447.GA11450@redhat.com> Mail-Followup-To: eufordia , dev@apr.apache.org References: <4176827D.3000902@tiscalinet.it> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4176827D.3000902@tiscalinet.it> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Oct 20, 2004 at 05:21:33PM +0200, eufordia wrote: > I think there is an error in the configure script: > you use 'off64_t' instead of '__off64_t'. > > I work in Linux Red Hat 9.0: > > with the original file gcc3.2.2 don't want to compile my prg, because it > find an error in apr.h at line 261: "typedef __off64_t > apr_off_t;" Did you pass `apr-config --cppflags --cflags` to the compiler when building your application? If not, this is an expected failure. joe