[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: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: Mon, 22 Dec 2008 09:10:06 -0800

On Mon, Dec 22, 2008 at 9:06 AM, Mark Phippard <mphippard_at_collab.net> wrote:
> 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?
>

Now that you say it, I seem to recall there being a warning about Feb
2003 being the latest SDK that could be used with VC6....

--
Joe
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=989926
Received on 2008-12-22 18:10:24 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.