Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 45612 invoked from network); 10 Jan 2005 05:00:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Jan 2005 05:00:21 -0000 Received: (qmail 33991 invoked by uid 500); 10 Jan 2005 05:00:21 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 33967 invoked by uid 500); 10 Jan 2005 05:00:21 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 33950 invoked by uid 99); 10 Jan 2005 05:00:21 -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 theoryx5.uwinnipeg.ca (HELO theoryx5.uwinnipeg.ca) (142.132.65.108) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 09 Jan 2005 21:00:19 -0800 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [127.0.0.1]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id j0A50r2d015131 for ; Sun, 9 Jan 2005 23:00:53 -0600 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id j0A50re7015127 for ; Sun, 9 Jan 2005 23:00:53 -0600 Date: Sun, 9 Jan 2005 23:00:52 -0600 (CST) From: Randy Kobes To: apreq-dev@httpd.apache.org Subject: Re: [PATCH] first snapshot of my "let's kill void*env" patch In-Reply-To: Message-ID: References: <20050107094434.GA28129@roonstrasse.net> <874qhta7dr.fsf@gemini.sunstarsys.com> <20050108205516.GA12181@roonstrasse.net> <20050109232715.GA20476@roonstrasse.net> <87k6qmb1eh.fsf@gemini.sunstarsys.com> <20050110001918.GA20926@roonstrasse.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sun, 9 Jan 2005, Randy Kobes wrote: [ ... ] > I have things set up for testing on Win32, but am having > problems applying the patches (due to, I think, a problem > with my patch utility). Could someone send me (privately) > the patched sources, and I'll try it out. Thanks. Thanks for sending that, Joe. There were a couple of things needed on Win32: - on about line 45 of env/mod_apreq.c, move the declaration of *dc to before the (void)d line; - when linking within env/c-modules/, include mod_apreq.lib, to provide apreq_get_apache2. But with these, things built fine, and all the t/ and the env/t/ tests pass. -- best regards, randy