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

Re: [Patch] Allow x64 compilation on windows

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: 2007-09-29 06:21:24 CEST

Hello

I think the patch has a problem.

The patch uses 64bit version APIs and data structures on X86 too.
   SymGetLineFromAddr64
   StackWalk64
   SymFunctionTableAccess64
   SymGetModuleBase64
   IMAGEHLP_LINE64
   STACKFRAME64

Regards.
Masaru

2007/9/29, D.J. Heap <djheap@gmail.com>:
> On 9/21/07, Bert Huijben <bert@vmoo.com> wrote:
> > > -----Original Message-----
> > > From: Bert Huijben [mailto:B.Huijben@competence.biz]
> > >
> > > Hi,
> > >
> > > The attached patch allows compiling subversion for Win64/x64. Windows
> > > defines WIN64 as an extended WIN32, so I had to update the crash
> > > handler.
> >
> > The new attached patch (v02) allows clean compilation on non win64 targets.
> > (Microsoft typedefed some 32 bit types to the 64 bit versions on 64 bit
> > builds).
> >
>
>
> I'll try to get setup to build and test this over the weekend -- if I
> don't see any issues and no one objects, I'll commit it in a few days.
>
> Thanks!
>
> DJ
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 29 06:21:45 2007

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

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