Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 37096 invoked from network); 4 Jan 2008 22:56:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2008 22:56:26 -0000 Received: (qmail 21725 invoked by uid 500); 4 Jan 2008 22:56:15 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 20837 invoked by uid 500); 4 Jan 2008 22:56:11 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 20826 invoked by uid 99); 4 Jan 2008 22:56:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 14:56:11 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.37] (HELO smtpauth13.prod.mesa1.secureserver.net) (64.202.165.37) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Jan 2008 22:55:59 +0000 Received: (qmail 7364 invoked from network); 4 Jan 2008 22:55:50 -0000 Received: from unknown (67.162.45.134) by smtpauth13.prod.mesa1.secureserver.net (64.202.165.37) with ESMTP; 04 Jan 2008 22:55:50 -0000 Message-ID: <477EB975.2020901@rowe-clan.net> Date: Fri, 04 Jan 2008 16:55:49 -0600 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available References: <5c902b9e0801041403q651a8b46qcd5bd6f4dc668d89@mail.gmail.com> <43e40e000801041445l18ea524dr329bbe04fc3a9605@mail.gmail.com> In-Reply-To: <43e40e000801041445l18ea524dr329bbe04fc3a9605@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jorge Schrauwen wrote: > I'm getting a whole lot of errors with vs 2008 and 2005 on windows: > > Apr seems to be to blame: > --- > Error 1 error C2079: 'mip' uses undefined struct > 'group_source_req' s:\source\x86\httpd-2.2\srclib\apr\network_io\unix\multicast.c 140 apr Next time, try out the MS SDK beta and give them a bug report before it's "too late" :) Not APR to blame, it's the MS SDK headers. http://issues.apache.org/bugzilla/show_bug.cgi?id=40398 is the trivial fix for their bogosity. Bill