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

RE: Infinite loop on when using svn blame

From: Joel Low <joel_at_joelsplace.sg>
Date: Tue, 25 Oct 2011 05:16:18 +0800

> -----Original Message-----
> From: Mark Phippard [mailto:markphip_at_gmail.com]
> Sent: Tuesday, 25 October, 2011 4:23 AM
> To: Joel Low
> Cc: Bert Huijben; Subversion Developers' List
> Subject: Re: Infinite loop on when using svn blame
>
> On Mon, Oct 24, 2011 at 8:35 AM, Joel Low <joel_at_joelsplace.sg> wrote:
>
> >
> > Yes, the generated project files only define WIN32. In my build of
> APR, apr.h defines:
> >
> > #ifdef WIN64
> > #define APR_SIZEOF_VOIDP   8
> > #else
> > #define APR_SIZEOF_VOIDP   4
> > #endif
> >
> > A quick search around the APR source tree (I loaded up the Apache
> HTTPd solution, of which libapr and libapr-util are projects in)
> revealed no references to _WIN64.
>
> So what is the fix for this problem? To do some kind of external
> define of WIN64 when running the build scrips. Is this something you
> can set on the command line when running MSBuild?
>

Yes, modifying the generated project files to define WIN64 does resolve the problem. I've not run it through MSBuild, but I figure that should work similarly.
Received on 2011-10-24 23:17:05 CEST

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.