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

Re: Help Compiling Subversion Under Win32

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-11-05 12:33:35 CET

You need to install the MS Platform SDK core to get the right header files.
Then you can build for MSVC6. Note you may not be able to use the extension
with MSVC7.1 (aka new 2003) if the perl.exe was built with MSVC6 because
you get two copies of the C runtime in memory. Python extensions potentially
have this problem as well. I'm using MSVC6 as it matches how Python is
built.

Look up #define in MSDN for VS .NET 2003 to answer your "is it supported
question?".

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 5 12:34:28 2003

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

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