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

Re: Build Failed while Building Tortoise svn in windows xp

From: SVram <malsam.v2_at_gmail.com>
Date: Thu, 12 Nov 2009 06:17:31 -0800 (PST)

SVram wrote:
>
>
> Stefan Küng wrote:
>>
>> SVram wrote:
>>> I am trying to build tortoise svn and I followed everything as said in
>>> build
>>> doc. And after all installation and path setting I tried "nant setup" It
>>> produced a vague error while building TortoiseSVN. build file The error
>>> is
>>>
>>> devnenv.com is missing.
>>
>> devenv.com is the visual studio app.
>> You need to have Visual Studio installed.
>>
>> If you're using VCExpress, you have to set the line
>> <property name="buildtool" value="vcexpress.exe" />
>> in your default.build.user file.
>> And with VCExpress, you can't build TSVN completely, only a few tools
>> and the svn libraries. But not TortoiseProc, TortoiseMerge, TSVNCache,
>> TortoiseShell.
>> And of course the 'setup' target won't work either because that will try
>> to build everything.
>>
>> Stefan
>>
>>
>
>
> Well stefan. Thanks for your suggestion. Actually I am trying to upgrade
> the revision graph feature of tortoiseSVN(which is the most relevant
> feature) .
>
> Just a small try in adding Merge Lines in the same revision graph. Like
> Including the "Merge info" along with the already shown. If you have prior
> experience on this please share a word.
>
>
>

I have installed visual studio 2005 and after setting the path and changing
the default.build.user i just ran

nant setup

Build failed while linking svnserve by showing the following error.

[link] Linking 5 files.
                             [link] libsvn_subr.lib(inftrees.obj) : error
LNK2001: unresolved external symbol __forceCRTManifestCUR
                             [link] libsvn_subr.lib(crc32.obj) : error
LNK2001: unresolved external symbol __forceCRTManifestCUR
                             [link] libsvn_subr.lib(trees.obj) : error
LNK2001: unresolved external symbol __forceCRTManifestCUR
                             [link] libsvn_subr.lib(inflate.obj) : error
LNK2001: unresolved external symbol __forceCRTManifestCUR
                             [link] libsvn_subr.lib(deflate.obj) : error
LNK2001: unresolved external symbol __forceCRTManifestCUR
                             [link] libsvn_subr.lib(zutil.obj) : error
LNK2001: unresolved external symbol __forceCRTManifestCUR
                             [link] libsvn_subr.lib(inffast.obj) : error
LNK2001: unresolved external symbol __forceCRTManifestCUR

[link] H:\SVN\tortoisesvn\ext\subversion\release_win32\svnserve.exe : fatal
error LNK1120: 1 unresolved externals
                       

It will be gud if someone over here say Where might be the mistake is.
Am I missing any path setting ?? or any problem with my VS installation.

-- 
View this message in context: http://old.nabble.com/Build-Failed-while-Building-Tortoise-svn-in-windows-xp-tp26302579p26319444.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2417057
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-11-12 15:17:36 CET

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

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