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

Windows build issue with bundled apr-util

From: Martin Hauner <Martin.Hauner_at_gmx.net>
Date: 2006-06-07 17:16:33 CEST

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.

-- 
Martin
Subcommander, http://subcommander.tigris.org
a cross platform Win32/Unix/MacOSX subversion gui
client & diff/merge tool.
"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 7 17:17: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.