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

Re: Runtime library ambiguities for Subversion on Windows/Debug

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2006-02-03 18:19:04 CET

On 2/3/06, Branko Čibej <brane@xbc.nu> wrote:
> Alexander Mueller wrote:
> > Some of the dependant libraries of subversion seem to implicitely
> > include MSVCRT.lib even for the debug configuration. This leads to the
> > linker warning LNK4098 which tells you there are conflicts with the
> > standard library.
> Yes, this is indeed a problem ...
[..]
> A better solution would be to see which libraries are actually causing
> problems. and fix their builds. I suspect zlib.
Yeah, Branko you are right, it's zlib. And not openssl. I have tested,
removing --with-zlib option eliminates warnings. In zlib problem occur
because *.obj files stored in same directory for release and debug
configurations.

So, Alexander, there is workaround: make full rebuild after changing
between release and debug configurations. It should help.

--
Ivan Zhakov
Received on Fri Feb 3 18:43:53 2006

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.