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

Re: [PATCH] Prevent javahl compile error on Windows x64

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Sat, 14 Jun 2008 17:30:30 +0300 (Jerusalem Daylight Time)

Has anyone (javahl people) looked at Jens' patch? It's a one-line change.

Jens Peters wrote on Sun, 8 Jun 2008 at 14:31 +0200:
> Hello,
>
> When you try to compile javahl on Windows with x64 (VS 2008 with Windows SDK
> 6.1) as target platform you will get the following compiler error:
>
> 'apr_conv_ucs2_to_utf8' : cannot convert parameter 2 from 'unsigned int *' to
> 'apr_size_t *'
>
> the attached patch fixes that.
>
> [[[
> * subversion/bindings/javahl/native/JNIUtil.cpp
> (JNIUtil::JNIGlobalInit)
> Change the type of 'inwords' and 'outbytes' to apr_size_t to prevent a
> compile error when compiling for Windows x64.
>
> Patch by: jpeters7677_at_gmx.de
> ]]]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-14 16:30:47 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.