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

Re: Problem building trunk on Windows

From: Mark Phippard <mphippard_at_collab.net>
Date: Mon, 22 Dec 2008 12:06:55 -0500

On Mon, Dec 22, 2008 at 12:02 PM, Mark Phippard <markphip_at_gmail.com> wrote:
> It could be related to that. Even though I have the SDK installed, I
> recall I had problems where I had to make the VC98 version come before
> it in my LIB path to do a clean build. I just tried commenting that
> out, so that the SDK path comes first. I still get an error, but now
> it is a new error:
>
> Performing Custom Build Step on ..\..\..\build\generator\extractor.py
> Compiling resources...
> Compiling...
> empty.c
> Linking...
> .\libsvn_subr.def : warning LNK4087: CONSTANT keyword is obsolete; use DATA
> Creating library ..\..\..\Release\subversion\libsvn_subr/libsvn_subr-1.lib an
> d object ..\..\..\Release\subversion\libsvn_subr/libsvn_subr-1.exp
> uuid.lib(mlang_i.obj) : fatal error LNK1103: debugging information corrupt; reco
> mpile module
> Error executing link.exe.
>
> So I suspect that the VC98 SDK includes the crypt32.lib but has an
> older version without those symbols in it. I will try to Google
> around about this latest problem with uuid.lib.

This looks telling:

http://www.tech-archive.net/Archive/VC/microsoft.public.vc.atl/2005-08/msg00265.html

It sounds like the latest SDK's do not work with MSVC 6. Crap. I
wonder how I will ever get my hands on an old SDK if this is true?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=989923
Received on 2008-12-22 18:07:10 CET

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.