On 28.02.2011 18:39, Stefan Küng wrote:
> On 28.02.2011 00:57, Gunnar Dalsnes wrote:
>> Hi,
>>
>> I get link errors:
>>
>> [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(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] libsvn_subr.lib(inftrees.obj) :
>> error LNK200
>> 1: unresolved external symbol _forceCRTManifestCUR
>> [link]
>> E:\svn\Tortoisesvn\tsvn\ext\subversion\debug
>> _x64\svn.exe : fatal error LNK1120: 1 unresolved externals
>>
>> I'm using VS 2010 pro on 64bit Windows, compiling in 64bit. I have
>> installed latest Windows SDK.
>>
>> I'm using 'nant x64 debug setup'.
> Try 'nant clean x64 debug binaries'
That worked. Thanks.
Gunnar.
> You can not really build 'setup' with 'debug'.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2708338
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-28 19:33:55 CET