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

Reply via email to