RE: Compiling Subversion on Windows

2012-03-12 Thread Mark Raymond
@subversion.apache.org Subject: 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 - libs

RE: Compiling Subversion on Windows

2012-03-12 Thread Brad Lemings
The __imp_ prefixes mean that the linker is looking for a DLL. For static linking, the XML_STATIC macro has to be defined in the code that links to Expat. My solution for this problem: configure with the --without-neon option. :) > -Original Message- > From: Mark Raymond [mailto:ma...

Re: Compiling Subversion on Windows

2012-03-12 Thread kmradke
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