Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 66818 invoked from network); 22 Oct 2004 09:00:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Oct 2004 09:00:38 -0000 Received: (qmail 36073 invoked by uid 500); 22 Oct 2004 09:00:36 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 36042 invoked by uid 500); 22 Oct 2004 09:00:35 -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 36029 invoked by uid 99); 22 Oct 2004 09:00:35 -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: Fri, 22 Oct 2004 10:00:14 +0100 From: Joe Orton To: eufordia Cc: dev@apr.apache.org Subject: Re: [PATCH] configure for apr Message-ID: <20041022090014.GA9117@redhat.com> Mail-Followup-To: eufordia , dev@apr.apache.org References: <4176827D.3000902@tiscalinet.it> <20041020181447.GA11450@redhat.com> <4178C8DA.2050107@tiscalinet.it> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4178C8DA.2050107@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 Please cc dev@apr for APR discussion. On Fri, Oct 22, 2004 at 10:46:18AM +0200, eufordia wrote: > Joe Orton ha scritto: > >Did you pass `apr-config --cppflags --cflags` to the compiler when > >building your application? If not, this is an expected failure. > > No, I 've compiled without option, but there is un error in my e_mail: > the incrimate line, 261, in the original file is: "typedef off64_t > apr_off_t;" In case it was not clear: to fix the problem you do just need to pass the `apr-config --cppflags --cflags` output to the compiler when you build your application. Having "typedef off64_t apr_off_t" in apr.h is correct on this platform. Regards, joe