Re: Compiling Subversion on Windows
Mark,
> I've been attempting to compile Subversion on
Windows (64-bit). I've been
> able to solve most of the issues I had when compiling, but there's
just one
> file left that is refusing to compile - libsvn_ra-1.dll.
> The build environment is Visual Studio 2008 on Windows 7 64-bit, using
the
> x64 Cross Tools Command Prompt.
You might want to check out the forums at http://www.apachehaus.com
They build x64 versions of the subversion libraries
with VS 2008.
Looks like they ran into similar problems:
http://www.apachehaus.com/forum/index.php?topic=143.0
Adding /D XML_STATUS to EXPAT_FLAGS in neon\neon.mak
line 57
is what helped get rid of those import errors.
Kevin R.