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

Re: x64 compilation fails

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 11 Jun 2012 18:49:24 +0200

On 11.06.2012 12:37, abel_at_abel.hu wrote:
> Hi!
>
> Recently I checked out TortoiseSVN 1.7.7 and tried to compile it, both
> to Win32 and x64 platforms. The Win32 compile succeeded, but I can't
> compile to x64 platform. When it tries to link saslDIGESTMD5.dll it
> stops with three unresolved external symbol error. I tried it on win32
> platform with cross-compiling and on native x64 platform too, nothing
> changed. Could someone please help me?
>
> In order to help you, I uploaded a zip file to my website, containing
> build log and several files (build configuration scripts and so on).
> Here you can download it: http://abel.hu/cucc/x64_compile_error.zip
>
> If you need any further information or file, I'll send it ASAP.
>
> Thank you,
> Abel
>
> Ps. In version.build you'll find a WCREV which is much larger than the
> current TortoiseSVN revision number. This is because after I checked
> out 1.7.7 (the tagged version) I committed it into our own SVN. It's
> still the same as the tagged 1.7.7 version.

you have to run
nant clean x64 binaries
or something similar - never forget to specify 'clean' after switching
from a 32-bit build to a 64-bit build and vice versa. OpenSSL puts both
builds into the same directories, that's why a clean is necessary.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2970423
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-06-11 18:49:48 CEST

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

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