Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 19236 invoked from network); 13 Jun 2008 03:36:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2008 03:36:13 -0000 Received: (qmail 38219 invoked by uid 500); 13 Jun 2008 03:36:15 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 38163 invoked by uid 500); 13 Jun 2008 03:36:15 -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 38151 invoked by uid 99); 13 Jun 2008 03:36:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 20:36:15 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.182] (HELO smtpauth02.prod.mesa1.secureserver.net) (64.202.165.182) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 13 Jun 2008 03:35:25 +0000 Received: (qmail 11129 invoked from network); 13 Jun 2008 03:35:42 -0000 Received: from unknown (71.239.140.137) by smtpauth02.prod.mesa1.secureserver.net (64.202.165.182) with ESMTP; 13 Jun 2008 03:35:42 -0000 Message-ID: <4851EB0D.2070301@rowe-clan.net> Date: Thu, 12 Jun 2008 22:35:41 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Bojan Smojver CC: Tom.Donovan@acm.org, APR Development List Subject: Re: svn commit: r667300 - /apr/apr-util/trunk/build/dbd.m4 References: <20080613001113.7A8AD2388A08@eris.apache.org> <4851BCA6.9060309@rowe-clan.net> <1213322153.23226.49.camel@shrek.rexursive.com> <4851E60D.3090706@bellatlantic.net> <1213327499.23226.51.camel@shrek.rexursive.com> In-Reply-To: <1213327499.23226.51.camel@shrek.rexursive.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Bojan Smojver wrote: > On Thu, 2008-06-12 at 23:14 -0400, Tom Donovan wrote: > >> I changed APU_DECLARE_DATA to APU_MODULE_DECLARE_DATA when I checked it into apr (copying the mysql >> driver). Am I missing something? > > Sadly, nothing. The whole build thing is busted - even for FreeTDS > driver. I'm fixing now. Sorry about that ... grrr. APU_DECLARE_DATA are exports from libaprutil-1.[so|sl|dll|dylib] itself, but were never for exporting modules from any other module (such as an extra add-in). APU_MODULE_DECLARE_DATA was added to cover the generic case of unconditionally exporting from any library module.