Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 12540 invoked from network); 21 Nov 2004 05:55:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Nov 2004 05:55:55 -0000 Received: (qmail 74488 invoked by uid 500); 21 Nov 2004 05:55:49 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 74083 invoked by uid 500); 21 Nov 2004 05:55:47 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 74068 invoked by uid 99); 21 Nov 2004 05:55:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.255.199.145] (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 20 Nov 2004 21:55:44 -0800 X-AuthUser: chip@force-elite.com Received: from [10.10.10.101] (199.5.172.2:43539) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Sat, 20 Nov 2004 21:55:35 -0800 Message-ID: <41A02DEF.2080903@force-elite.com> Date: Sat, 20 Nov 2004 22:55:59 -0700 From: Paul Querna User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: httpd-2.1 and apr-? References: <41A00F41.4030403@bocnet.com.au> <41A01751.8000000@force-elite.com> <41A02945.4020503@bocnet.com.au> In-Reply-To: <41A02945.4020503@bocnet.com.au> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > However... my NetWare building wants to complain about: > > Compiling modules/http/http_request.c > ### mwccnlm Compiler: > # File: modules\http\http_request.c > # ------------------------------------ > # 219: apr_bucket *e = > apr_bucket_flush_create(c->bucket_alloc); > # Error: ^^^^^^^^^^ > # expression syntax error > > From a little experience with CodeWarrior (their name choice, not > mine), normally CW doesn't like symbols getting a 'first-time' > appearence in the middle of a function with structure prefixes, and by > defining 'e' at the start of the function > apr_bucket *e; > and just using > e = apr_bucket_flush_create(...' at line 219 then it all glues > together without issue. I just committed r106072 that should fix this. I am not 100% sure it is fixed, since I don't have the correct compilers to test this. -Paul Querna