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'.
Any idea?
Gunnar.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2708081
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
You'll get a lot more help if you specify *what* you're attempting to
compile. Especially what revision you've pulled from the source
repository, if that's where you got it.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2708086
Try 'nant clean x64 debug binaries'
You can not really build 'setup' with 'debug'.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2708265
Gunnar.
> You can not really build 'setup' with 'debug'.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2708338