[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: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 24 Oct 2011 16:23:17 -0400

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?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2011-10-24 22:23:49 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.