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

Win32 Debug build fails without VC++6 installed

From: Jon Foster <jon_at_jon-foster.co.uk>
Date: 2004-08-29 17:44:08 CEST

Hi,

The debug version of BDB available from the Subversion web site is linked
against MSVCRTD.dll, which is not included. This file is part of Visual
C++ 6 and AFAIK can't be distributed[1]. Hence to do a debug build of
Subversion I think one of the following needs to hold:

- You need to have Visual C++ 6 installed. (Note that you can compile
   Subversion with VC++.NET and this should work, you just need Visual
   C++ 6 for the DLL).
- You need to rebuild BDB using a compiler that you do have installed.
- You need to use the release version of BDB even though you're doing
   a debug build of Subversion. This requires editing several makefiles
   (or, as a kludge, you might be able to copy the release .lib file
   over the debug one).

Anybody else hit this issue? Any workaround I've missed?

Kind regards,

Jon Foster

[1] Source:
http://softwareforums.intel.com/ids/board/message?board.id=5&message.id=7514

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 29 17:44:15 2004

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.