From dev-return-22549-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Nov 12 23:06:07 2009 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 41522 invoked from network); 12 Nov 2009 23:06:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Nov 2009 23:06:06 -0000 Received: (qmail 7735 invoked by uid 500); 12 Nov 2009 23:06:05 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 7661 invoked by uid 500); 12 Nov 2009 23:06:05 -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 7602 invoked by uid 99); 12 Nov 2009 23:06:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Nov 2009 23:06:05 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.30] (HELO smtpauth19.prod.mesa1.secureserver.net) (64.202.165.30) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 12 Nov 2009 23:06:02 +0000 Received: (qmail 19070 invoked from network); 12 Nov 2009 23:05:35 -0000 Received: from unknown (76.252.112.72) by smtpauth19.prod.mesa1.secureserver.net (64.202.165.30) with ESMTP; 12 Nov 2009 23:05:35 -0000 Message-ID: <4AFC94BC.3050900@rowe-clan.net> Date: Thu, 12 Nov 2009 17:05:32 -0600 From: "William A. Rowe Jr." User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: "Gregg L. Smith" CC: dev@httpd.apache.org, dev@apr.apache.org Subject: Re: [VOTE] release 2.3.3 as alpha References: <4239a4320911111154o2cdb881l33ff8172cbd28ccd@mail.gmail.com> <4AFBA26F.3030907@glewis.com> <4AFBA591.8070405@rowe-clan.net> <4AFBA7AE.5020602@glewis.com> <4AFC8538.8020108@glewis.com> In-Reply-To: <4AFC8538.8020108@glewis.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Gregg L. Smith wrote: > Gregg L. Smith wrote: >> Sorry bout that, >> I always try first with VS6 SP6 SDK 2003R2 >> William A. Rowe Jr. wrote: >>> Gregg L. Smith wrote: >>>> Generating Code... >>>> socket_util.c >>>> E:\build\httpd-2.3.3-alpha\srclib\apr\network_io\unix\socket_util.c(21) >>>> : error C2373: 'apr_socket_atreadeof' : redefinition; different type >>>> modifiers >>>> ./include\apr_network_io.h(362) : see declaration of >>>> 'apr_socket_atreadeof' >>> >>> We are missing a ton of information here; what VisualStudio and VC > > This on the surface seems misplaced. There is only one function in the > offending file (socket_util.c), > apr_status_t apr_socket_atreadeof(apr_socket_t *sock, int *atreadeof) should have been APR_DECLARE(apr_status_t) apr_socket_atreadof([...]) > That function is only called from testsock.c, unless I manually include > either testlib or testdll or both projects, testsock.c is never compiled > and therefore this function is never called as well. > > Should this not then be moved out of libapr.dsp and into those two > 'test' projects? No