Thank you! This solved the XML linking issue. The SSL_SESSION_cmd issue was solved by going back to openssl-0.9.8, as that function was removed in openssl-1.0.0. Mark.
From: kmra...@rockwellcollins.com [mailto:kmra...@rockwellcollins.com] Sent: 12 March 2012 19:55 To: Mark Raymond Cc: users@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 - 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.