Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 51233 invoked from network); 30 Nov 2010 21:28:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 21:28:20 -0000 Received: (qmail 92953 invoked by uid 500); 30 Nov 2010 21:28:19 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 92877 invoked by uid 500); 30 Nov 2010 21:28:18 -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 92867 invoked by uid 99); 30 Nov 2010 21:28:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 21:28:18 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.229.52.226] (HELO baldur) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 21:28:12 +0000 Received: from baldur (localhost [127.0.0.1]) by baldur (Postfix) with ESMTP id 094BBC151F43 for ; Tue, 30 Nov 2010 21:27:53 +0000 (GMT) Date: Tue, 30 Nov 2010 21:27:50 +0000 From: Nick Kew To: dev@apr.apache.org Subject: APR on Maemo Message-ID: <20101130212750.2d4155e8@baldur> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.3; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit I've just successfully built APR and APU on Maemo, Nokia's Linux-based operating system for pocket computers. This was using native gcc-4.2 on ARM. It went mostly smoothly, and passes all tests except apr_xlate which it fails. I have yet to investigate why, but the suspicion must be that it erroneously sets a HAVE_ICONV when I don't have it. One build error: the tests for grep and egrep in configure fail. Removing the tests and setting GREP=grep, EGREP=egrep fixes the problem. Not sure why it should fail in the first place. The shell is "ash". Some assembler messages which I have yet to investigate. If it works mostly-smoothly on Maemo, I'd expect similar outcomes on other ARM/Linux platforms including Android. Just building HTTPD as I write. -- Nick Kew