Return-Path: Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Delivered-To: mailing list dev@apr.apache.org Received: (qmail 61091 invoked from network); 8 Feb 2001 03:13:00 -0000 Received: from nat.ebuilt.net (HELO catbert.ebuilt.net) (209.216.43.22) by h31.sny.collab.net with SMTP; 8 Feb 2001 03:13:00 -0000 Received: from waka.ebuilt.net (IDENT:root@i216.ir.ebuilt.net [10.1.2.216]) by catbert.ebuilt.net (8.11.0/8.11.0) with ESMTP id f183CaU07012; Wed, 7 Feb 2001 19:12:36 -0800 (PST) Received: (from fielding@localhost) by waka.ebuilt.net (8.11.0/8.11.0) id f183BAi08350; Wed, 7 Feb 2001 19:11:10 -0800 Date: Wed, 7 Feb 2001 19:11:09 -0800 From: "Roy T. Fielding" To: Jeff Trawick Cc: dev@apr.apache.org Subject: Re: [PATCH] a somewhat different approach to the iconv() issue Message-ID: <20010207191109.A8342@waka.ebuilt.net> Mail-Followup-To: "Roy T. Fielding" , Jeff Trawick , dev@apr.apache.org References: <200102080035.TAA25851@adsl-77-241-65.rdu.bellsouth.net> <20010207165845.B861@waka.ebuilt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.13-current-20010115i In-Reply-To: ; from trawickj@bellsouth.net on Wed, Feb 07, 2001 at 09:28:18PM -0500 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > well, in practice it isn't so excellent :( the template for > AC_TRY_COMPILE() doesn't even compile without warnings > > int main() { > configure:4111: warning: function declaration isn't a prototype So we write our own macro that does compile without warnings. What was checked in doesn't work -- I now get warnings again on my platform, and mine is the one with the correct prototypes. I'll try to fix it. ....Roy