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

Re: 1.9-rc1: Javahl compilation issue in RHEL3

From: Alexander Thomas <alexander_at_collab.net>
Date: Fri, 24 Apr 2015 13:23:01 +0530

On 04/24/2015 12:47 PM, Branko Čibej wrote:
>
> if (contents != NULL)
> {
> Java::Env env;
> SVN_JAVAHL_CATCH(Java::Env(), ...);
> }
>

if (contents != NULL)
   {
     Java::Env env;
     SVN_JAVAHL_CATCH(env,...);
   }

This I tried earlier even before I tried upgrading GCC, but ended up
with more error on some other lines. Let me recompile and post you the
error ...

-AT
Received on 2015-04-24 09:54:52 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.