On 8 Mrz., 22:08, Stefan Küng <tortoise..._at_gmail.com> wrote:
> On 08.03.2010 16:43, Markus Oberlassnig wrote:
>
> > I'm trying to build a 64 bit version of tortoise and get the following
> > error:
>
> > TortoiseSVN\ext\apr\release_x64\access.obj : fatal error LNK1112:
> > module machine type 'X86' conflicts with target machine type 'x64'
>
> > My operating system is window 7 64 Bit and I have tried to build it
> > within the "Visual Studio 2008 x64 Win64 Command Prompt" and also
> > within the" Visual Studio 2008 x64 Cross Tools Command Prompt".
>
> > I make my own build, because I need the Windows CAPI support from
> > openssl.
>
> you have to define
> WIN64
> when you build apr on x64.
>
> 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&dsMessa...
>
> To unsubscribe from this discussion, e-mail: [dev-unsubscr..._at_tortoisesvn.tigris.org].
hello stefan,
First: thank you for your answer.
But I'm still a little confused: I though I have done this.
Is it correct that this has do be done in the ext/build/apr.build?
I also thought that it will be recognized autmatically when I perform
"nant x64 setup".
In the build file there is the section:
<define name="WIN64" if="${platform == 'x64'}" />
I have checked this ${platform == 'x64'} returns true.
I also have put it in without check:
<define name="WIN64"/>
Have I to define it also on a other place?
Regards,
Markus
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2457633
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-03-10 15:59:26 CET