[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Windows build issue with bundled apr-util

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-06-07 17:46:46 CEST

On 6/7/06, Martin Hauner <Martin.Hauner@gmx.net> wrote:
> Hi,
>
> I'm trying to build the trunk with vs2005e. I copied the apr and neon
> stuff from the subversion-1.3.2.zip archive to the checked out trunk
> directory.
>
> Building neon fails with a couple of
>
> src\ne_xml.c(50) : error C2018: unknown character '0x40'
>
> errors.
>
>
> The problem is that in the apr-util file
>
> ..\svn-trunk\apr-util\xml\expat\lib\expat.h.in
>
> the version defines are still pre AC_SUBST state.
>
> #ifndef XML_MAJOR_VERSION
> #define XML_MAJOR_VERSION @EXPAT_MAJOR_VERSION@
> #endif
> #ifndef XML_MINOR_VERSION
> #define XML_MINOR_VERSION @EXPAT_MINOR_VERSION@
> #endif
> #ifndef XML_MICRO_VERSION
> #define XML_MICRO_VERSION @EXPAT_EDIT@
> #endif
>
>
> Downloading an apr-util zip archive from apache.org fixes the
> problem. The expat.h.in file in the archive contains numbers
> instead of the @xyz@ variables.
>

Yes, we should probably be bundling a newer 0.9.x apr/apr-util that
has fixed this issue. I don't know if there are specific reasons
we're still using an older one?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 7 18:09:13 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.